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

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

bug#13043: Invoking disabled commands interferes with the help system


From: Kelly Dean
Subject: bug#13043: 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.






reply via email to

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