[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cjk] I think I got the full fix
From: |
Werner LEMBERG |
Subject: |
Re: [cjk] I think I got the full fix |
Date: |
Mon, 19 Dec 2016 07:47:10 +0100 (CET) |
> 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?
Certainly – and thank you very much for working on this!
Werner