emacs-devel
[Top][All Lists]
Advanced

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

Re: NTEmacs: make bootstrap fails with latest CVS sources


From: Kenichi Handa
Subject: Re: NTEmacs: make bootstrap fails with latest CVS sources
Date: Tue, 11 Dec 2001 20:59:31 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

address@hidden (Pavel Janík) writes:
> Fix utf-8.el by deleting the command setq on line 399. It is not correct
> fix though...

The reason of this failure is that utf-8.el contains this
first line:

;;; utf-8.el --- Limited UTF-8 decoding/encoding support -*- coding: 
iso-2022-7bit-*-

Please note that that last "-*-" is not preceded by SPC.
Thus, set-auto-coding failed to find iso-2022-7bit, and try
auto-detection which shouldn't happen on files that contain
non-ASCII characters until we load all langauge/*.el files.

It seems that we must change regular expression pattern used
in set-auto-coding of mule.el to more robust one.

But, for the moment, the easy fix is to insert SPC before
the last "-*-".

Someone please install this fix.

---
Ken'ichi HANDA
address@hidden



reply via email to

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