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: Fri, 08 Jul 2005 10:42:24 +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:

> So, is there any way to convince Emacs that I want to put
> utf-16le-with-signature high in the list of coding systems to try when
> reading a file (with find-file), and not when communicating with
> processes, etc.? Basically I want to use latin-9 for everything, but I
> want to be able to do C-x C-f my-utf-16-file and get it decoded right.

You can use set-coding-priority as below:

(set-coding-priority (list (coding-system-category 'utf-16le-with-signature)))

>>  As I've never used saveplace.el, I don't know why it doesn't
>>  work.  Please describe the problem in more detail.

> I'll try to repeat the problem as soon as I get time.

Thank you.

---
Kenichi Handa
address@hidden




reply via email to

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