* Problem with cvs version of emacs
@ 2004-02-01 15:31 Piet van Oostrum
2004-02-02 0:06 ` Kenichi Handa
0 siblings, 1 reply; 3+ messages in thread
From: Piet van Oostrum @ 2004-02-01 15:31 UTC (permalink / raw)
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 <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with cvs version of emacs
2004-02-01 15:31 Problem with cvs version of emacs Piet van Oostrum
@ 2004-02-02 0:06 ` Kenichi Handa
2004-02-02 12:37 ` Piet van Oostrum
0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2004-02-02 0:06 UTC (permalink / raw)
Cc: emacs-devel
In article <16413.7102.161518.571990@Ordesa.local>, "Piet van Oostrum" <piet@cs.uu.nl> writes:
> 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.
That's strange. As non-iso-charset-alist is defined in
mule-diag with autoload cookie, it should also be defined in
loaddefs.el. It seems that building of loaddefs.el somehow
failed in you case. Could you check it?
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with cvs version of emacs
2004-02-02 0:06 ` Kenichi Handa
@ 2004-02-02 12:37 ` Piet van Oostrum
0 siblings, 0 replies; 3+ messages in thread
From: Piet van Oostrum @ 2004-02-02 12:37 UTC (permalink / raw)
Cc: emacs-devel
>>>>> Kenichi Handa <handa@m17n.org> (KH) wrote:
KH> That's strange. As non-iso-charset-alist is defined in
KH> mule-diag with autoload cookie, it should also be defined in
KH> loaddefs.el. It seems that building of loaddefs.el somehow
KH> failed in you case. Could you check it?
It is strange indeed. I looked into the log and loaddefs was loaded and it
contains a defvar for non-iso-charset-alist and still the errormessage was
there.
Even stranger, I did a make bootstrap again today and it succeeded.
--
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-02-02 12:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-01 15:31 Problem with cvs version of emacs Piet van Oostrum
2004-02-02 0:06 ` Kenichi Handa
2004-02-02 12:37 ` Piet van Oostrum
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.