From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: lisp/ChangeLog coding system Date: Mon, 29 Apr 2002 12:39:30 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200204291839.g3TIdU206284@aztec.santafe.edu> References: <86g01i8qoa.fsf@gerd.dnsq.org> <200204272241.g3RMfqI05559@aztec.santafe.edu> <6923-Sun28Apr2002212223+0300-eliz@is.elta.co.il> <200204282319.g3SNJBM13441@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020105754 4713 127.0.0.1 (29 Apr 2002 18:42:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2002 18:42:34 +0000 (UTC) Cc: eliz@is.elta.co.il, keichwa@gmx.net, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 172G6c-0001Du-00 for ; Mon, 29 Apr 2002 20:42:34 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 172GAU-00052x-00 for ; Mon, 29 Apr 2002 20:46:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 172G6K-0000gD-00; Mon, 29 Apr 2002 14:42:16 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 172G3g-0000Ll-00; Mon, 29 Apr 2002 14:39:32 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g3TIdUa21454; Mon, 29 Apr 2002 12:39:30 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g3TIdU206284; Mon, 29 Apr 2002 12:39:30 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: monnier+gnu/emacs@RUM.cs.yale.edu In-Reply-To: <200204282319.g3SNJBM13441@rum.cs.yale.edu> (monnier+gnu/emacs@RUM.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3418 He might be referring to the fact that saving a file with encoding foo when the first line says "-*- coding: bar -*-" will lead to corruption. Could you describe the complete scenario in which this might happen? If the user explicitly asks for it, it might be a mistake but it isn't Emacs's fault. If it happens in some other scenario, perhaps Emacs needs to be changed. But of the course the first question (the one RMS asked IIUC) is why did Emacs not use iso-2202 despite the -*- coding: -*- tag. I did not have anything that specific in mind. I'm just trying to get to the bottom of the situation.