* mule-cmds breaks bootstrapping
@ 2004-11-09 3:13 Luc Teirlinck
2004-11-09 5:17 ` Kenichi Handa
0 siblings, 1 reply; 2+ messages in thread
From: Luc Teirlinck @ 2004-11-09 3:13 UTC (permalink / raw)
A recent change to mule-cmds breaks bootstrapping:
Loading international/mule-cmds (source)...
Invalid coding system: mule-utf-8
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
make: *** [bootstrap-build] Error 2
Sincerely,
Luc.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mule-cmds breaks bootstrapping
2004-11-09 3:13 mule-cmds breaks bootstrapping Luc Teirlinck
@ 2004-11-09 5:17 ` Kenichi Handa
0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2004-11-09 5:17 UTC (permalink / raw)
Cc: emacs-devel
In article <200411090313.iA93D1814374@raven.dms.auburn.edu>, Luc Teirlinck <teirllm@dms.auburn.edu> writes:
> A recent change to mule-cmds breaks bootstrapping:
> Loading international/mule-cmds (source)...
> Invalid coding system: mule-utf-8
> make[1]: *** [bootstrap-emacs] Error 255
> make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
> make: *** [bootstrap-build] Error 2
The change of coding: tag from iso-2022-7bit to utf-8 is the
cause of the trouble because utf-8.el is not yet loaded at
the time of loading mule-cmds.el. Changing it back to
iso-2022-7bit solves it (I've just committed it). Anyway,
why isn't this change (and the new fucntion
select-safe-coding-system-interactively) mentioned in
ChangeLog?
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-09 5:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-09 3:13 mule-cmds breaks bootstrapping Luc Teirlinck
2004-11-09 5:17 ` Kenichi Handa
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).