GNU bug report logs -
#75949
kill-buffer-quit-windows breaks kill-buffer-hook
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Thu, 30 Jan 2025 17:14:02 UTC
Severity: normal
Fixed in version 31.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 75949 <at> debbugs.gnu.org (full text, mbox):
> Then observe in the *Messages* buffer that the hook 'kill-buffer-hook'
> is run in the *scratch* buffer that is never killed.
>
> Afterwards try to set kill-buffer-quit-windows back to the default value nil,
> and evaluate again. Then everything is correct.
>
> It seems that kill-buffer-quit-windows somehow messes up the current buffer
> while running 'kill-buffer-hook'.
I checked in a fix. In general, no function on 'kill-buffer-hook' can
be sure that the buffer to be killed is current because another function
on that hook might have changed the current buffer (or even killed it)
before. That promise, like similar ones in
'window-configuration-change-hook', should never have been made.
An appropriate fix could be possibly made in run_hook_with_args. But
that might change behaviors that rely on hook-2 running after hook-1
changed the current buffer. Ideally, we'd have 'kill-buffer-functions'
with the buffer to be killed as sole argument (and the function on the
hook would still have to check whether that buffer is alive).
Thanks, martin
This bug report was last modified 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.