emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Encoding for auto-save files


From: Kai Großjohann
Subject: Re: Encoding for auto-save files
Date: Wed, 08 May 2002 17:04:45 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> 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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]