emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#65414: closed (save-some-buffers-functions are unexpectedly called w


From: GNU bug Tracking System
Subject: bug#65414: closed (save-some-buffers-functions are unexpectedly called when save-some-buffers pred is non-nil)
Date: Mon, 04 Sep 2023 16:00:02 +0000

Your message dated Mon, 04 Sep 2023 18:59:22 +0300
with message-id <83zg223p5x.fsf@gnu.org>
and subject line Re: bug#65414: save-some-buffers-functions are unexpectedly 
called when save-some-buffers pred is non-nil
has caused the debbugs.gnu.org bug report #65414,
regarding save-some-buffers-functions are unexpectedly called when 
save-some-buffers pred is non-nil
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65414: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65414
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: save-some-buffers-functions are unexpectedly called when save-some-buffers pred is non-nil Date: Sun, 20 Aug 2023 21:06:54 -0700
Functions which are added to save-some-buffers-functions are always
called when save-some-buffers runs, even when a PRED argument is
specified. This leads to unexpected behavior when PRED is intended to
limit saving buffers to a specific set of file buffers, as in Magit's
magit-save-repository-buffers function.

abbrev--possibly-save is added to save-some-buffers-functions by default
now, so whenever magit-save-repository-buffers runs, Emacs prompts to
save unsaved abbrevs (as well any other functions in the list).

I propose that we pass along the PRED argument of save-some-buffers to
each of save-some-buffers-functions, allowing them to determine what is
appropriate to do. Alternatively, we could pass along the return value
of files--buffers-needing-to-be-saved, which is a list of buffers.

Thoughts?

Joseph



--- End Message ---
--- Begin Message --- Subject: Re: bug#65414: save-some-buffers-functions are unexpectedly called when save-some-buffers pred is non-nil Date: Mon, 04 Sep 2023 18:59:22 +0300
> Date: Mon, 04 Sep 2023 08:54:52 -0700
> From: Joseph Turner <joseph@breatheoutbreathe.in>
> CC: monnier@iro.umontreal.ca, 65414@debbugs.gnu.org, jonas@bernoul.li
> 
> 
> 
> On September 4, 2023 3:53:24 AM PDT, Eli Zaretskii <eliz@gnu.org> wrote:
> >Does this mean we can close this issue without any changes to the
> >save-some-buffers-functions machinery?
> 
> That's fine by me, yes.

Done.

> Thank you for taking the time to walk me through to a solution!!

You are welcome.


--- End Message ---

reply via email to

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