emacs-devel
[Top][All Lists]
Advanced

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

Re: Cyrillic vs UTF-8


From: Kenichi Handa
Subject: Re: Cyrillic vs UTF-8
Date: Thu, 22 May 2003 10:59:18 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, "Stefan Monnier" <monnier+gnu/address@hidden> 
writes:
> Actually I don't currently use prefer-coding-system (specifically
> because I didn't want to set all those other coding-systems),
> instead I use

> (when (boundp 'coding-category-utf-8)
>   (set-coding-priority '(coding-category-utf-8)))

> so I guess the only change that I care about is the part that uses
> default-buffer-file-coding-system in preference to the most preferred
> coding system (although it does sound paradoxical ;-)

> The patch below would work for me; any comment/objection ?

Thank you.  As it seems there's no objection, I've just
installed it.

2003-05-22  Stefan Monnier  <address@hidden>

        * international/mule-cmds.el (select-safe-coding-system): Try
        default-buffer-file-coding-system too for automatic selection.

---
Ken'ichi HANDA
address@hidden




reply via email to

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