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