GNU bug report logs -
#5364
23.1.91; execute-extended-command should do like FFAP
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Tue, 12 Jan 2010 13:06:01 UTC
Severity: wishlist
Tags: wontfix
Merged with 355
Done: Juri Linkov <juri <at> jurta.org>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 5364 <at> debbugs.gnu.org (full text, mbox):
>>>>> "JL" == Juri Linkov <juri <at> jurta.org> writes:
>> OK, how would you execute this command that you see sitting in front of you?
>> (list-load-path-shadows)
>> for some reason execute-extended-command won't prompt me for it even now
>> these days. I recall the idea was rejected.
JL> The idea of adding a command to pull a string from the original buffer
JL> to the minibuffer was not rejected. The only problem is that we have
JL> to find a good keybinding. One proposal was to use `M-.', so when the
JL> cursor is on the string `list-load-path-shadows' you can type
JL> M-x M-. RET
JL> --
JL> Juri Linkov
JL> http://www.jurta.org/emacs/
Put the cursor on emacs-version and hit C-h v. One sees:
Describe variable (default emacs-version):
Now put the cursor upon (list-load-path-shadows) and hit C-h f. One sees:
Describe function (default list-load-path-shadows):
Now put the cursor upon (list-load-path-shadows) and hit M-x. One sees just:
M-x
One should see
Execute function (default list-load-path-shadows):
Currently one can hit TAB to get all the completions, so why not prompt
with the most likely?
JL> One proposal was to use...
That's nice but first implement my idea please.
This bug report was last modified 14 years and 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.