From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: "coding" in file variable list not effective Date: Tue, 06 Jan 2004 22:27:47 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2914-Tue06Jan2004222747+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1073421639 8445 80.91.224.253 (6 Jan 2004 20:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 20:40:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 06 21:40:35 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 1Ady0B-0002hs-00 for ; Tue, 06 Jan 2004 21:40:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ady0B-0000dA-00 for ; Tue, 06 Jan 2004 21:40:35 +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 1Adyw3-0008PP-Ab for emacs-devel@quimby.gnus.org; Tue, 06 Jan 2004 16:40:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Adyu8-00079X-1E for emacs-devel@gnu.org; Tue, 06 Jan 2004 16:38:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AdytU-0006iu-GD for emacs-devel@gnu.org; Tue, 06 Jan 2004 16:38:15 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Adypu-0004mu-4h for emacs-devel@gnu.org; Tue, 06 Jan 2004 16:34:02 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by mx20.gnu.org with esmtp (Exim 4.24) id 1Adxqh-0008TO-Ji for emacs-devel@gnu.org; Tue, 06 Jan 2004 15:30:47 -0500 Original-Received: from zaretski (pns03-209-90.inter.net.il [80.230.209.90]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CET03720; Tue, 6 Jan 2004 22:30:31 +0200 (IST) Original-To: sebastien.kirche@sage.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from =?ISO-8859-1?Q?S=E9bastien_Kirche?= on Tue, 6 Jan 2004 16:41:24 +0100) 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:19045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19045 > Date: Tue, 6 Jan 2004 16:41:24 +0100 > From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= > > To avoid typing the whole "C-x ret c iso-latin-9-mac C-x C-f filename" > for further editing, i placed the setting "coding: iso-latin-9-mac" in > my variable list at the end of file. > > I found that it has no effect : M-x describe-current-coding-system > shows that i am still in iso-latin-1 which is my default file coding > system. > But if I place the setting in the first line between the -*- marks, the > coding is used accordingly. Please post the shortest file that can be used to reproduce this problem. It seems to work on my machine, but perhaps the file I used is somehow different from yours.