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

Re: mule-ucs and GNU Emacs 21.1



Vladimir Volovich <vvv@xxxxxx> writes:

> when i install mule-ucs package in GNU Emacs 21.1 (compiled on solaris
> 8 sparc), i'm no longer able to save files in coding systems such as
> koi8-r.

This problem seems nothing to do with Mule-UCS.
It is caused by not registering koi8-r coding-system to
char-coding-system-table.

E.g.,
(memq 'koi8-r
      (aref char-coding-system-table 
	    (make-char 'cyrillic-iso8859-5 33))) ==> nil

Handa-san, it looks like a bug of make-coding-system@xxxxxxx for me.
But now I cannot get around to fix it.  Could you please check it?

  With regards,

from himi