[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with cvs version of emacs
From: |
Piet van Oostrum |
Subject: |
Problem with cvs version of emacs |
Date: |
Sun, 1 Feb 2004 16:31:10 +0100 |
The current cvs emacs 'make bootstrap' fails:
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
[stuff deleted]
Loading language/chinese (source)...
Loading language/cyrillic (source)...
Symbol's value as variable is void: non-iso-charset-alist
As you see, non-iso-charset-alist is not defined while loading
language/cyrillic.el
The same would be true with language/european.el.
I could continue by temporarily adding
(load "international/code-pages") to loadup.el, but I don't know if
that is a good solution.
Another problem is that progmodes/grep.el refers to a nonexistent
function executable-command-find-unix-p, which probably should be
executable-command-find-posix-p.
--
Piet van Oostrum <address@hidden>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: address@hidden
- Problem with cvs version of emacs,
Piet van Oostrum <=