emacs-devel
[Top][All Lists]
Advanced

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

Re: 8859 unification and Emacs' ChangeLog files


From: Kenichi Handa
Subject: Re: 8859 unification and Emacs' ChangeLog files
Date: Mon, 31 Mar 2003 09:45:48 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, address@hidden (Kai Großjohann) writes:
> I've learned the hard way that unify-8859-on-decoding-mode mangles
> Emacs' ChangeLog files.  Now Simon (see Cc) has shown me that it is
> possible to turn unification off for certain encodings.

> Do you think it might be good to turn it off for iso-2022-7bit?
[...]
> Simon's Lisp was: (coding-system-put 'iso-2022-7bit
> 'translation-table-for-decode (make-translation-table))

Yes, it works because it overrides the translation table
created by unify-8859-on-decoding-mode.

But, it results in that a Latin-2 char read by iso-2022-7bit
is different from what read by iso-latin-2.  I don't think
such a change is a good idea.

> Maybe that would make it possible to turn unify-8859-on-decoding-mode
> on by default?

It will stop unibyte<->multibyte automatic conversion in any
single byte lang. env. (e.g. Latin-X, Greek) except for
Latin-1.

I think unify-8859-on-decoding-mode is still only for those
people who knows the consequence of the command well.

---
Ken'ichi HANDA
address@hidden




reply via email to

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