* bug#13043: Invoking disabled commands interferes with the help system
@ 2012-12-01 0:57 Kelly Dean
2012-12-07 16:35 ` Chong Yidong
0 siblings, 1 reply; 2+ messages in thread
From: Kelly Dean @ 2012-12-01 0:57 UTC (permalink / raw)
To: 13043
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#13043: Invoking disabled commands interferes with the help system
2012-12-01 0:57 bug#13043: Invoking disabled commands interferes with the help system Kelly Dean
@ 2012-12-07 16:35 ` Chong Yidong
0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2012-12-07 16:35 UTC (permalink / raw)
To: Kelly Dean; +Cc: 13043-done
Kelly Dean <kellydeanch@yahoo.com> 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-07 16:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 0:57 bug#13043: Invoking disabled commands interferes with the help system Kelly Dean
2012-12-07 16:35 ` Chong Yidong
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).