emacs-devel
[Top][All Lists]
Advanced

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

Re: remove leim/leim-list.el for make bootstrap?


From: Andreas Schwab
Subject: Re: remove leim/leim-list.el for make bootstrap?
Date: Fri, 20 Mar 2009 14:14:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> still, writing out of the file, viz.:
>
>     ;; At last, write out LEIM list file.
>     (with-current-buffer list-buf
>       (let ((coding-system-for-write 'utf-8))
>       (save-buffer 0)))
>
> should have encoded anything left in UTF-8, since
> quail-update-leim-list-file works on decoded text, not on the original
> encoded text as it resides on disk, right?
>
> And the Sed command that appends leim-ext.el to the just-produced
> leim-list.el could not be the source of the problem, either, because
> Handa-san converted leim-ext.el to UTF-8.
>
> What am I missing?

I think it can happen that the Emacs that wrote leim-list.el used an
outdated version of international/quail.elc, so the contents were forced
to be written in iso-2022-7bit, although the coding tag already says
utf-8.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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