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

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

Re: Bad value in file-coding-system-alist


From: Lennart Borgman (gmail)
Subject: Re: Bad value in file-coding-system-alist
Date: Fri, 06 Jul 2007 10:39:15 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666

Lennart Borgman (gmail) wrote:
When trying to customize the variable file-coding-system-alist I get the error

  Invalid coding system: po-find-file-coding-system

(Started Emacs with "emacs -Q".)


file-coding-system-alist is defined in C. Its customization type definition in cus-start.el looks like this:

             (file-coding-system-alist
              mule
              (alist
               :key-type (regexp :tag "File regexp")
               :value-type (choice
                            :value (undecided . undecided)
                            (cons :tag "Encoding/decoding pair"
                                  :value (undecided . undecided)
                                  (coding-system :tag "Decoding")
                                  (coding-system :tag "Encoding"))
                            (coding-system :tag "Single coding system"
                                           :value undecided)
                            (function :value ignore))))

po-find-file-coding-system is a function. However in the customization buffer it shows up marked as "Single coding system".


So this looks like a bug in customize.




reply via email to

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