emacs-devel
[Top][All Lists]
Advanced

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

Re: Editing exportet registry files


From: Kenichi Handa
Subject: Re: Editing exportet registry files
Date: Thu, 07 Jul 2005 15:25:00 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Juanma Barranquero <address@hidden> writes:

> Am I the only one who gets this error?
>>  emacs -Q
>>  
>>  M-x ielm <RET>
ELISP>  (prefer-coding-system 'utf-16le-with-signature)
>>  (mule-utf-16le-with-signature-dos . mule-utf-16le-with-signature-unix)
>>  
ELISP>  (list-coding-systems)
>>  *** Eval error ***  Cannot open load file: mule-diag
ELISP> 

This is because prefer-coding-system sets also
default-file-name-coding-system.  It seems that any attempt
to set it (and keyboard-coding-system) to ascii-incompatible
coding system should be avoided.  So, I've just installed
these changes.

2005-07-07  Kenichi Handa  <address@hidden>

        * international/mule.el (make-coding-system): Describe
        `ascii-incompatible' property in the docstring.
        (set-file-name-coding-system): Signal an error if coding-system is
        ascii-incompatible.
        (set-keyboard-coding-system): Likewise.

        * international/mule-cmds.el (set-default-coding-systems): Don't
        set default-file-name-coding-system and
        default-keyboard-coding-system if coding-system is
        ASCII-incompatible.

        * international/utf-16.el: Declare that all UTF-16-based coding
        systems ASCII-incompatible.

---
Kenichi Handa
address@hidden




reply via email to

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