From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.devel Subject: Re: [Carsten Dominik ] Re: lisp/ChangeLog corruption Date: Mon, 29 Jul 2002 08:14:01 +1000 Organization: The XEmacs Development Team Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027920594 21110 127.0.0.1 (29 Jul 2002 05:29:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Jul 2002 05:29:54 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Z36P-0005UN-00 for ; Mon, 29 Jul 2002 07:29:53 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Z3NU-0002GP-00 for ; Mon, 29 Jul 2002 07:47:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Z36l-0005hE-00; Mon, 29 Jul 2002 01:30:15 -0400 Original-Received: from mta01ps.bigpond.com ([144.135.25.133]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Z360-0005O9-00 for ; Mon, 29 Jul 2002 01:29:28 -0400 Original-Received: from eicq.dnsalias.org ([144.135.25.84]) by mta01ps.bigpond.com (Netscape Messaging Server 4.15 mta01ps May 23 2002 23:53:28) with SMTP id GZZWKW00.0NG for ; Mon, 29 Jul 2002 15:29:20 +1000 Original-Received: from ESS-p-144-138-75-120.mega.tmns.net.au ([144.138.75.120]) by psmam06.mailsvc.email.bigpond.com(MailRouter V3.0n 110/21520213); 29 Jul 2002 15:29:20 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.0.Beta7/8.12.0.Beta7) id g6SME18D015252; Mon, 29 Jul 2002 08:14:01 +1000 Mail-Copies-To: never Original-To: Emacs Devel X-Attribution: SY X-URL: X-Face: %@A&y\ef)A6pi|q43;M>uyhO)~NP*fpdo0XrUuutf0|nku\O5JV(7EG%odc'n6}G@tYRl+B #[n,%B`.sHZ5>3MZvrm%,rWE7)c}ZXjH\>=p@AL\y\gyu|.lJ8B`F++86 Mail-Followup-To: Emacs Devel In-Reply-To: (Eli Zaretskii's message of "Thu, 25 Jul 2002 07:53:13 +0300") Original-Lines: 23 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (broccoli, i686-pc-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6125 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6125 |--==> "EZ" == Eli Zaretskii writes: EZ> On Thu, 25 Jul 2002, Steve Youngs wrote: >>(if (featurep 'mule) >>(progn >>(define-coding-system-alias 'iso-2022-7bit-unix 'iso-2022-7bit) >>(add-to-list 'file-coding-system-alist '("ChangeLog" . iso-2022-7bit-unix)))) EZ> The last line shouldn't be necessary: the Emacs ChangeLog's EZ> specify the encoding explicitly (in the file's local vars). And unfortunately, the second last line isn't any good for Carsten either: 'define-coding-system-alias' doesn't exist in XEmacs 21.1.x For some reason Carsten's XEmacs is using a 8 bit coding system when it should be using a 7 bit one. I'm not sure why, all of my XEmacsen do the right thing. -- |---------------------| | XEmacs - It's not just an editor. | | It's a way of life. | |---------------------------------------|