emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-26 ee512e9: Ignore buffers whose name begins wit


From: Eric Abrahamsen
Subject: Re: [Emacs-diffs] emacs-26 ee512e9: Ignore buffers whose name begins with a space in save-some-buffers
Date: Mon, 18 Sep 2017 20:12:45 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>     Ignore buffers whose name begins with a space in save-some-buffers
>>     * lisp/files.el (save-some-buffers): Consider these buffers
>>       "internal", and don't prompt the user to save them.
>>     * doc/lispref/files.texi: Document.
>
> Why?  Currently we only prompt for buffers with a leading space
> in 2 case:
> - the buffer is associated with a file: rather unlikely, but if it
>   occurs, it's probably a good idea not to ignore this buffer.
> - the buffer has buffer-offer-save set to a non-nil value: here again if
>   someone bothered to set this, it's a good idea not to ignore this buffer.

This was fallout from 9b980e269, aka bug #28412, where now we prompt for
buffers that have functions in the `write-contents-functions' hook. So
that's one more case to add to the list, and this interfered with some
package behavior, and this seemed like the simplest solution.

See the bug report -- if there's a better way of handling, this, that
would be great.




reply via email to

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