emacs-devel
[Top][All Lists]
Advanced

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

Re: help-window-select and info-lookup-symbol


From: martin rudalics
Subject: Re: help-window-select and info-lookup-symbol
Date: Sun, 26 Jul 2009 12:01:53 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> The command which prepares and displays the help buffer (in 1 and 3)
> should probably wipe out the buffer-local variable.
> Not a big deal.  Is it?

IIUC in that case a `display-buffer' following another would wipe out
the variable set by the former.  The problem is with recognizing whether
the buffer `display-buffer' is going to replace in some window was a
buffer the user switched to "manually" or "automatically".  In the
former case `display-buffer' should remember the buffer in its
`old-buffer' variable while in the latter it should leave that variable
alone.  Currently `display-buffer' has no means to distinguish these
cases.

martin




reply via email to

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