emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] `list-coding-systems' output


From: Jesper Harder
Subject: [patch] `list-coding-systems' output
Date: Tue, 08 Apr 2003 15:25:34 +0200
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3.50 (gnu/linux)

In GNU Emacs 21.3.50.36 (i686-pc-linux-gnu)

I think the output from `list-coding-systems' is a little confusing
because the description of a coding system is grouped with the next
coding system:

,----
| Q -- tibetan-iso-8bit (alias: tibetan)
| 
| 8-bit encoding for ASCII (MSB=0) and TIBETAN (MSB=1).
| q -- vietnamese-viqr (alias: viqr)
| 
| Vietnamese latin transcription (VIQR)
| R -- cyrillic-koi8 (alias: koi8-r koi8 cp878)
| 
| KOI8-R 8-bit encoding for Cyrillic (MIME: KOI8-R).
`----

Wouldn't it be clearer if the blank line was inserted after the
description instead:

,----
| Q -- tibetan-iso-8bit (alias: tibetan)
| 8-bit encoding for ASCII (MSB=0) and TIBETAN (MSB=1).
| 
| q -- vietnamese-viqr (alias: viqr)
| Vietnamese latin transcription (VIQR)
| 
| R -- cyrillic-koi8 (alias: koi8-r koi8 cp878)
| KOI8-R 8-bit encoding for Cyrillic (MIME: KOI8-R).
`----

Attachment: mule-diag.el.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]