cjk-list
[Top][All Lists]
Advanced

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

Re: [cjk] I think I got the full fix ( Re: Fwd: HELP with emacs 25.1 and


From: Hin-Tak Leung
Subject: Re: [cjk] I think I got the full fix ( Re: Fwd: HELP with emacs 25.1 and cjk-enc.el )
Date: Sun, 18 Dec 2016 09:45:22 +0000 (UTC)

BTW, the flakiness of emacs 25 happens around that 'do nothing' nil:

713-          (setq format-spec (cdr (assq charset cjk-format-spec-table)))
714-          (if (null format-spec)
715:              ;; Unsupported character set.  Do nothing.
716-              nil
717-            ;; Ok, it is supported.  If this character set is a CJK
718-            ;; character set (i.e., it is in CJK-ENC-TABLE), we need a
719-            ;; special header at the beginning of the output file.


Can we replace the silent nil with something more verbose, e.g. (omitting the 
coding-system thing)

(message "If you see this, likely emacs is very confused about what encoding 
the input is - consider adding coding: or changing LANG")

or something a bit more in-your-eye?


reply via email to

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