From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.devel Subject: "coding" in file variable list not effective Date: Tue, 6 Jan 2004 16:41:24 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v553) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1073403949 29581 80.91.224.253 (6 Jan 2004 15:45:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 15:45:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 06 16:45:44 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdtOq-0003cq-00 for ; Tue, 06 Jan 2004 16:45:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdtOp-0004nY-00 for ; Tue, 06 Jan 2004 16:45:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AduLU-0006oN-FO for emacs-devel@quimby.gnus.org; Tue, 06 Jan 2004 11:46:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AduKK-0005qa-03 for emacs-devel@gnu.org; Tue, 06 Jan 2004 11:45:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AduJQ-0004bg-14 for emacs-devel@gnu.org; Tue, 06 Jan 2004 11:44:44 -0500 Original-Received: from [195.25.216.129] (helo=Mis.sage.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AduJN-0004Zq-Vw for emacs-devel@gnu.org; Tue, 06 Jan 2004 11:44:10 -0500 Original-Received: from sage.com (GOUDURIX [172.18.3.54]) by Mis.sage.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id Z0K2Q0L4; Tue, 6 Jan 2004 16:42:38 +0100 Original-To: emacs-devel X-Mailer: Apple Mail (2.553) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19043 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19043 Hi all, i have have a file that i am currently editing under osx (actually my=20 .emacs) where i use the euro sign. So i save it with iso-latin-9-mac (iso-8859-15) encoding. To avoid typing the whole "C-x ret c iso-latin-9-mac C-x C-f filename"=20= for further editing, i placed the setting "coding: iso-latin-9-mac" in=20= my variable list at the end of file. I found that it has no effect : M-x describe-current-coding-system=20 shows that i am still in iso-latin-1 which is my default file coding=20 system. But if I place the setting in the first line between the -*- marks, the=20= coding is used accordingly. Is it due to the fact that the variable list is placed at the end and=20 therfore the file has already been parsed ? Or should I send a report to gnu.emacs.bug (that didn't subscribed yet)? Regards, S=E9bastien Kirche=