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

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

bug#9575: 23.3; M-x describe-coding-system and auto-coding-alist not use


From: Jari Aalto
Subject: bug#9575: 23.3; M-x describe-coding-system and auto-coding-alist not used
Date: Thu, 22 Sep 2011 18:23:35 +0300
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.3 (gnu/linux)

In GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.4)
 of 2011-04-10 on brahms, modified by Debian

Calling:

    C-h C RET  (M-x describe-coding-system)

Brings up information about, amongst other things:

    Particular coding systems specified for certain file names:

    OPERATION   TARGET PATTERN          CODING SYSTEM(s)
    ---------   --------------          ----------------
    File I/O    "\\.gpg\\'"             (no-conversion . no-conversion)
    ...

PROBLEM

If I understand correct, this listing reflects the values of
file-coding-system-alist.

The shown listing is not correct, because it doesn't consider:

    auto-coding-alist's value is shown below.
    ...
    The settings in this alist take priority over `coding:' tags
    in the file (see the function `set-auto-coding')
    and the contents of `file-coding-system-alist'.

Jari





reply via email to

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