From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gaetan.leurent@ens.fr (=?iso-8859-1?Q?Ga=EBtan?= LEURENT) Newsgroups: gmane.emacs.devel Subject: Coding system priority (was: Editing exportet registry files) Date: Sun, 03 Jul 2005 21:58:43 +0200 Message-ID: References: <42C45594.9090207@iue.tuwien.ac.at> <1120201971.42c4ecf37e342@l01.iue.tuwien.ac.at> <85vf3ul8sj.fsf@lola.goethe.zz> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1120420962 8332 80.91.229.2 (3 Jul 2005 20:02:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 20:02:42 +0000 (UTC) Cc: Juanma Barranquero , "gritsch@iue.tuwien.ac.at" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 22:02:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpAfm-00070Y-Kp for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 22:02:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpAgv-0007Tl-GL for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 16:03:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpAek-000550-KI for emacs-devel@gnu.org; Sun, 03 Jul 2005 16:01:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpAei-00053a-UF for emacs-devel@gnu.org; Sun, 03 Jul 2005 16:01:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpAdP-0004Yb-Fg for emacs-devel@gnu.org; Sun, 03 Jul 2005 16:00:14 -0400 Original-Received: from [129.199.96.40] (helo=nef2.ens.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DpAhf-0005wu-3g; Sun, 03 Jul 2005 16:04:35 -0400 Original-Received: from clipper.ens.fr (clipper-gw.ens.fr [129.199.1.22]) by nef2.ens.fr (8.13.2/1.01.28121999) with ESMTP id j63JwhBs069427 ; Sun, 3 Jul 2005 21:58:43 +0200 (CEST) X-Envelope-To: dak@gnu.org Original-Received: from (leurent@localhost) by clipper.ens.fr (8.13.1/jb-1.1) X-Authentication-Warning: clipper.ens.fr: leurent set sender to gaetan.leurent@ens.fr using -f Original-To: David Kastrup X-Start-Date: Sun, 03 Jul 2005 21:53:53 +0200 X-Spook: Marxist Dateline $400 million in gold bullion AUTODIN Reno ANZUS Mole Capricorn Fortezza CDMA ASLET arrangements Telex domestic disruption Verisign In-Reply-To: <85vf3ul8sj.fsf@lola.goethe.zz> (David Kastrup's message of "Fri, 01 Jul 2005 19:45:32 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.10 (nef2.ens.fr [129.199.96.32]); Sun, 03 Jul 2005 21:58:43 +0200 (CEST) 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:40253 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40253 David Kastrup wrote on 01 Jul 2005 19:45:32 +0200: > Shouldn't the utf-x files with signature be quite in front of the list > of detected coding systems? I mean, that's what the signature is good > for in the first place, right? By the way, what is the correct method for a user to put utf-16-le-with-signature on top of the list? prefer-coding-system has some bad side effects (it changes I/O coding system), but the docstring of coding-category-list says =AB=A0Don't modify this variable directly, but use `set-coding-priority'.=A0=BB. --=20 Ga=EBtan LEURENT