all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* latest snapshot failed to start when LC_ALL is zh_CN.GBK
@ 2003-10-21 23:16 Robin Hu
  2003-10-21 17:23 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Robin Hu @ 2003-10-21 23:16 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-22  2:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 23:16 latest snapshot failed to start when LC_ALL is zh_CN.GBK Robin Hu
2003-10-21 17:23 ` Kevin Rodgers
2003-10-22  2:43   ` Robin Hu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.