emacs-devel
[Top][All Lists]
Advanced

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

latest snapshot failed to start when LC_ALL is zh_CN.GBK


From: Robin Hu
Subject: latest snapshot failed to start when LC_ALL is zh_CN.GBK
Date: Tue, 21 Oct 2003 23:16:58 +0000
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

The following error message is too simple to me.

bash-2.05b# LC_ALL=zh_CN.GBK /usr/bin/emacs
Wrong type argument: arrayp, nil

But the following commands works find.

bash-2.05b# LC_ALL=zh_CN.GB2312 /usr/bin/emacs

And even this can make emacs happy
bash-2.05b# LC_ALL=zh_CN.BIG5 /usr/bin/emacs

I've found this message was issued by Faref in src/data.c, and it should
related to lisp/international/*.el. Can anyone points me out the way to
find out where this bug is located?





reply via email to

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