From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Encoding for auto-save files Date: Wed, 08 May 2002 17:04:45 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200205081359.g48DxF705340@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020870384 27788 127.0.0.1 (8 May 2002 15:06:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 May 2002 15:06:24 +0000 (UTC) Cc: 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 175T1M-0007Dy-00 for ; Wed, 08 May 2002 17:06:24 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 175T9X-0006uH-00 for ; Wed, 08 May 2002 17:14:51 +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 175T1E-0008N3-00; Wed, 08 May 2002 11:06:16 -0400 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175Szs-00087U-00; Wed, 08 May 2002 11:04:52 -0400 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g48F4pb19204; Wed, 8 May 2002 17:04:51 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id RAA19191; Wed, 8 May 2002 17:04:45 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 9798D3AF2E; Wed, 8 May 2002 17:04:45 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: <200205081359.g48DxF705340@aztec.santafe.edu> (Richard Stallman's message of "Wed, 8 May 2002 07:59:15 -0600 (MDT)") Original-Lines: 17 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i686-pc-linux-gnu) 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:3737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3737 Richard Stallman writes: > Emacs always uses emacs-mule for saving auto-save files. In case a > user happens to use C-x C-f on an auto-save file, shouldn't Emacs use > emacs-mule, too? > > Yes, it should. Would someone like to implement that in > set-auto-coding (mule.el)? Is it not enough to add an item to file-coding-system-alist? (add-to-list 'file-coding-system-alist '("\\(\\`\\|/\\)#[^/]+#\\'" . emacs-mule)) kai -- Silence is foo!