In article <[EMAIL PROTECTED]>, Juanma Barranquero <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to