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

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

[debbugs-tracker] bug#13043: closed (Invoking disabled commands interfer


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13043: closed (Invoking disabled commands interferes with the help system)
Date: Fri, 07 Dec 2012 16:36:01 +0000

Your message dated Sat, 08 Dec 2012 00:35:09 +0800
with message-id <address@hidden>
and subject line Re: bug#13043: Invoking disabled commands interferes with the 
help system
has caused the debbugs.gnu.org bug report #13043,
regarding Invoking disabled commands interferes with the help system
to be marked as done.

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


-- 
13043: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13043
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Invoking disabled commands interferes with the help system Date: Fri, 30 Nov 2012 16:57:57 -0800 (PST)
In 24.2:
emacs -Q
C-h f emacs-version RET
C-next
Answer "no" regarding executing the disabled command.
C-h f emacs-uptime RET
Click BACK in the help buffer.
Emacs again asks whether to execute the disabled command. It shouldn't ask the 
second time.

novice.el has the function disabled-command-function with the line:
      (help-setup-xref (list 'disabled-command-function cmd keys) nil)
The bug is fixed by deleting that line.




--- End Message ---
--- Begin Message --- Subject: Re: bug#13043: Invoking disabled commands interferes with the help system Date: Sat, 08 Dec 2012 00:35:09 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux)
Kelly Dean <address@hidden> writes:

> C-h f emacs-version RET
> C-next
> Answer "no" regarding executing the disabled command.
> C-h f emacs-uptime RET
> Click BACK in the help buffer.
> Emacs again asks whether to execute the disabled command. It shouldn't
> ask the second time.
>
> novice.el has the function disabled-command-function with the line:
>       (help-setup-xref (list 'disabled-command-function cmd keys) nil)
> The bug is fixed by deleting that line.

Thanks, fixed in trunk.


--- End Message ---

reply via email to

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