GNU bug report logs -
#51143
29.0.50; Long delay after M-x commandname
Previous Next
Reported by: Eduardo Ochs <eduardoochs <at> gmail.com>
Date: Tue, 12 Oct 2021 02:46:02 UTC
Severity: normal
Tags: moreinfo
Found in version 29.0.50
Done: Michael Heerdegen <michael_heerdegen <at> web.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eduardo Ochs <eduardoochs <at> gmail.com> writes:
> Let me summarize. The part of "M-x commandname" that takes a long time
> is the call to `execute-extended-command--shorter' - like this:
>
> (execute-extended-command--shorter "find-eev-quick-intro" "find-eev-qui")
But it's run like this:
(while-no-input (execute-extended-command--shorter "find-eev-quick-intro" "find-eev-qui"))
So typing any key should abort it.
I'm not saying we shouldn't make the function shorter, but what's the
use case where this matters to the user? You mention it affecting
`M-x TAB', but as far as I can see, that function is never called when
doing that?
I tried
M-x debug-on-entry RET execute-extended-command--shorter RET
M-x TAB
and it wasn't called. Do you have a complete recipe, starting from
"emacs -Q", that demonstrates the problem?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 2 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.