From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Editing exportet registry files
Date: Fri, 08 Jul 2005 10:42:24 +0900 [thread overview]
Message-ID: <E1Dqhsm-00062A-00@etlken> (raw)
In-Reply-To: <f7ccd24b0507070635367ca650@mail.gmail.com> (message from Juanma Barranquero on Thu, 7 Jul 2005 15:35:54 +0200)
In article <f7ccd24b0507070635367ca650@mail.gmail.com>, Juanma Barranquero <lekktu@gmail.com> 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
handa@m17n.org
next prev parent reply other threads:[~2005-07-08 1:42 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-01 9:02 Editing exportet registry files Dhruva Krishnamurthy (RBIN/EDI3) *
2005-07-01 9:49 ` gritsch
2005-07-01 11:02 ` Mathias Dahl
2005-07-01 13:13 ` Juanma Barranquero
2005-07-02 14:50 ` Juanma Barranquero
2005-07-02 14:55 ` Juanma Barranquero
2005-07-02 16:07 ` Juanma Barranquero
2005-07-07 0:28 ` Juanma Barranquero
2005-07-07 6:25 ` Kenichi Handa
2005-07-07 9:09 ` Juanma Barranquero
2005-07-07 9:55 ` Juanma Barranquero
2005-07-07 12:36 ` Kenichi Handa
2005-07-07 13:35 ` Juanma Barranquero
2005-07-07 18:56 ` Benjamin Riefenstahl
2005-07-07 19:34 ` Gaëtan LEURENT
2005-07-07 21:32 ` Benjamin Riefenstahl
2005-07-08 0:15 ` Juanma Barranquero
2005-07-08 1:42 ` Kenichi Handa [this message]
2005-07-11 9:37 ` Juanma Barranquero
2005-07-08 1:52 ` Kenichi Handa
-- strict thread matches above, loose matches on Subject: below --
2005-06-30 20:27 Markus Gritsch
2005-06-30 21:23 ` Stefan Monnier
2005-07-01 7:12 ` gritsch
2005-07-01 8:17 ` Miles Bader
2005-07-01 8:24 ` Juanma Barranquero
2005-07-01 17:45 ` David Kastrup
2005-07-01 18:01 ` Juanma Barranquero
2005-07-01 18:52 ` Gaëtan LEURENT
2005-07-01 23:25 ` Juanma Barranquero
2005-07-01 22:12 ` Jason Rumney
2005-07-01 23:38 ` Juanma Barranquero
2005-07-02 11:50 ` Andreas Schwab
2005-07-02 14:33 ` Juanma Barranquero
2005-07-03 19:52 ` Gaëtan LEURENT
2005-07-03 21:34 ` Jason Rumney
2005-07-03 21:48 ` David Kastrup
2005-07-04 7:43 ` Kaloian Doganov
2005-07-01 8:28 ` gritsch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Dqhsm-00062A-00@etlken \
--to=handa@m17n.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.