emacs-devel
[Top][All Lists]
Advanced

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

Re: Upcoming 23.1 release


From: Stefan Monnier
Subject: Re: Upcoming 23.1 release
Date: Tue, 21 Jul 2009 11:42:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)

>> AFAIK tar-mode (which also uses the buffer-swapping) support
>> auto-saving.  So either Rmail can be fixed to work like tar-mode, or
>> tar-mode suffers from the same problem (unnoticed until now).

> I think tar-mode also turns off auto-save-mode by default:

> (defun tar-subfile-mode (p)
>   ...
>   (cond (tar-subfile-mode
>        (add-hook 'write-file-functions 'tar-subfile-save-buffer nil t)
>        ;; turn off auto-save.
>        (auto-save-mode -1)

That's for the subfiles (i.e. the buffers showing one of the member of
the archive), not for the tar-mode buffer.


        Stefan




reply via email to

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