--- Begin Message ---
Subject: |
[PATCH] help-for-help interferes with buffer order, and displays help in too many windows |
Date: |
Tue, 11 Dec 2012 10:57:39 -0800 (PST) |
In 24.2, do emacs -Q, then
M-x split-window RET C-x b foo RET C-x b bar RET C-h C-h C-g C-x b
It defaults to *Help*, but it should default to foo; transiently displaying
help-for-help shouldn't modify the buffer order.
Now do C-g C-h f mark RET C-x o C-h C-h
It shows the help-for-help page in both windows, but it should show it in only
one.
The attached helphelpbug.patch fixes both problems. I'm not bothering to submit
separate reports for the two since it's a one-line patch.
helphelpbug.patch
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#13146: [PATCH] help-for-help interferes with buffer order, and displays help in too many windows |
Date: |
Mon, 17 Dec 2012 14:38:44 +0100 |
> Attached. Works fine for me.
Installed on trunk as revision 111254. Bug closed.
Thanks, martin
--- End Message ---