help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: make-auto-save-file-name: not using name transforms for mere buffers


From: Kevin Rodgers
Subject: Re: make-auto-save-file-name: not using name transforms for mere buffers
Date: Wed, 10 Dec 2003 10:10:34 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Florian von Savigny wrote:

I also like the auto-save feature and have also switched it on for
buffers not visiting files. However, whenever I am writing a mail,
emacs tries to save it into an auto-save file with asterisks in its
name, which doesn't work since this is a forbidden character on VFAT.

I have tried customising auto-save-file-name-transforms, but this does
not work, apparently because make-auto-save-file-name only uses it if
the buffer is visiting a file (does anybody know why on earth?).

Is there any standard way to make make-auto-save-file-name use it also
for buffer names, or do I simply have to hack the function?

Why not just redefine make-auto-save-file-name (and auto-save-file-name-p)?

--
Kevin Rodgers



reply via email to

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