[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mule-ucs and GNU Emacs 21.1
- To: mule@xxxxxxxx
- Subject: Re: mule-ucs and GNU Emacs 21.1
- From: MIYASHITA Hisashi(宮下 尚:HIMI)<himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 15 Nov 2001 23:37:00 +0900
- Cc: Vladimir Volovich <vvv@xxxxxx>
- In-reply-to: <eyn11o4151.fsf@vsu.ru>(Vladimir Volovich's message of "Thu, 15 Nov 2001 16:25:14 +0300")
- List-help: <mailto:mule-ctl@m17n.org?body=help>
- List-id: mule.m17n.org
- List-owner: <mailto:mule-admin@m17n.org>
- List-post: <mailto:mule@m17n.org>
- List-software: fml [fml 4.0.1]
- List-unsubscribe: <mailto:mule-ctl@m17n.org?body=unsubscribe>
- References: <eyn11o4151.fsf@vsu.ru>
- Reply-to: mule@xxxxxxxx
- Sender: himi@xxxxxxxxxxx
- User-agent: T-gnus/6.14.1 (based on Gnus v5.8.3) SEMI/1.13.5(Meihō) FLIM/1.13.2 (Kasanui) Emacs/20.7(i386-*-nt5.0.2195) MULE/4.1 (AOI) Meadow/1.13 Beta2 (UKIHASHI:61)
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