--- Begin Message ---
Subject: |
[PATCH] describe-variable shows name of the wrong buffer |
Date: |
Thu, 6 Dec 2012 10:54:04 -0800 (PST) |
On 24.2, describe-variable shows the name of the current buffer, even if passed
a different buffer.
Apply the attached descfunorvar.patch (see my post to emacs-devel, "Unify fn
and var help to make learning elisp a little easier" for details) to 24.2. Then
do emacs -Q, then
C-SPC C-h o mark-active RET
It says, "Its value is t
Local in buffer *Help*"
It should say, "Its value is t
Local in buffer *scratch*"
The attached helpfnsbug.patch fixes the bug.
descfunorvar.patch
Description: Text Data
helpfnsbug.patch
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#13105: [PATCH] describe-variable shows name of the wrong buffer |
Date: |
Fri, 21 Dec 2012 11:39:38 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux) |
Kelly Dean <address@hidden> writes:
> On 24.2, describe-variable shows the name of the current buffer, even
> if passed a different buffer.
> Apply the attached descfunorvar.patch (see my post to emacs-devel,
> "Unify fn and var help to make learning elisp a little easier" for
> details) to 24.2. Then do emacs -Q, then
> C-SPC C-h o mark-active RET
I committed a slightly simpler fix. Thanks.
--- End Message ---