GNU bug report logs - #32000
26.1; Behavior of buffer-offer-save not lining up with documentation

Previous Next

Package: emacs;

Reported by: Brad Lindsay <sluggy.fan <at> gmail.com>

Date: Thu, 28 Jun 2018 23:02:02 UTC

Severity: minor

Tags: fixed

Found in version 26.1

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 32000 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Brad Lindsay <sluggy.fan <at> gmail.com>
Cc: 32000 <at> debbugs.gnu.org
Subject: Re: bug#32000: 26.1;
 Behavior of buffer-offer-save not lining up with documentation
Date: Thu, 28 Jun 2018 19:33:35 -0400
Brad Lindsay <sluggy.fan <at> gmail.com> writes:

> I am trying to create a function that creates a new empty buffer that
> prompts you to save it when you kill it. Reading through the
> documentation, it looks like I need to set “buffer-offer-save” to a
> non-nil value since the new buffer is not a file-visiting buffer. I
> have tried doing that, and verifying that the variable isn’t set and
> that the new buffer isn’t empty, but when I close (kill) the buffer, I
> don’t get a prompt.

buffer-offer-save is for killing Emacs or save-some-buffers, to catch
buffer killing use kill-buffer-query-functions.  We could probably make
the docs a bit more explicit about this.

Or maybe we should enhance buffer-offer-save to cover the buffer killing
case too, it seems a bit silly to require setting both.




This bug report was last modified 5 years and 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.