emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13105: closed ([PATCH] describe-variable shows nam


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13105: closed ([PATCH] describe-variable shows name of the wrong buffer)
Date: Fri, 21 Dec 2012 03:41:10 +0000

Your message dated Fri, 21 Dec 2012 11:39:38 +0800
with message-id <address@hidden>
and subject line Re: bug#13105: [PATCH] describe-variable shows name of the 
wrong buffer
has caused the debbugs.gnu.org bug report #13105,
regarding [PATCH] describe-variable shows name of the wrong buffer
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13105: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13105
GNU Bug Tracking System
Contact address@hidden with problems
--- 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.

Attachment: descfunorvar.patch
Description: Text Data

Attachment: 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 ---

reply via email to

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