From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Editing exportet registry files Date: Fri, 08 Jul 2005 10:42:24 +0900 Message-ID: References: <3BD964BFBD32F743B1F738A249368ABD0181C888@nh2mail01.in.bosch.com> <1120211351.42c511974f00d@l01.iue.tuwien.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1120788076 19520 80.91.229.2 (8 Jul 2005 02:01:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2005 02:01:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 04:01:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqiAg-0002jv-KP for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 04:00:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqiC4-0008Ua-8A for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 22:02:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqiAd-0007zm-9w for emacs-devel@gnu.org; Thu, 07 Jul 2005 22:00:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqiAO-0007qx-1G for emacs-devel@gnu.org; Thu, 07 Jul 2005 22:00:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqiAN-0007a8-BV for emacs-devel@gnu.org; Thu, 07 Jul 2005 22:00:35 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DqhzU-0000Kc-D6 for emacs-devel@gnu.org; Thu, 07 Jul 2005 21:49:20 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j681gQ86024715; Fri, 8 Jul 2005 10:42:26 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j681gQCq017606; Fri, 8 Jul 2005 10:42:26 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Dqhsm-00062A-00; Fri, 08 Jul 2005 10:42:24 +0900 Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Thu, 7 Jul 2005 15:35:54 +0200) 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) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40614 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40614 In article , Juanma Barranquero 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