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: Stefan Monnier
Subject: Re: remove leim/leim-list.el for make bootstrap?
Date: Fri, 20 Mar 2009 09:15:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

>> What am I missing?
> Looks like some bug in `insert', which happens when the buffer from
> which the quail-define-package form was read is in iso-2022-7bit and
> the buffer into which the text is inserted is also iso-2022-7bit:
> could it be that the inserted text is not decoded into the internal
> representation, so that encoding it in utf-8 still leaves behind
> ISO-2022 escapes?

Indeed, the problem I saw was that the generated file was marked as
"utf-8" but contained iso-2022 encoded text, so there might be something
like that going on.  But `insert' doesn't decode/encode.  OTOH maybe
it's linked to the `charset' text-property we keep on such text to partly
de-unify the CJK chars, so they can be saved back.

OTOH, trying to do such copying (e.g. from lisp/language/chinese.el to
a utf-8 file) doesn't seem to be able to reproduce the bug.


        Stefan




reply via email to

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