emacs-devel
[Top][All Lists]
Advanced

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

Re: Advising quit-window


From: martin rudalics
Subject: Re: Advising quit-window
Date: Wed, 26 Oct 2011 11:21:49 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> `q' in a keymap. However, `quit-window' is also called internally, for
> example by `quit-windows-on'. The latter is then called by vc mode to
> kill the log buffer after a commit. It took me a while to figure out
> that my advice actually caused the log buffer to be buried now, instead
> of killed.

IIRC `vc-mode' used to call `delete-windows-on' here which doesn't kill
the argument buffer.  The formulation "to be buried now" strikes me as
if the buffer were killed before.  Did you really observe such a change
in behavior?

martin



reply via email to

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