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 #55 received at 5364 <at> debbugs.gnu.org (full text, mbox):
> - 1, 1, "P",
> + 2, 2,
> + "(list current-prefix-arg \
> + (minibuffer-with-setup-hook \
> + (lambda () \
> + (set (make-local-variable 'minibuffer-default-add-function) \
> + (lambda () \
> + (with-current-buffer (window-buffer \
> + (minibuffer-selected-window)) \
> + (and (commandp (function-called-at-point)) \
> + (format \"%S\" (function-called-at-point))))))) \
> + (completing-read (concat \
> + (cond \
> + ((eq current-prefix-arg '-) \"- \") \
> + ((and (consp current-prefix-arg) \
> + (eq (car current-prefix-arg) 4)) \"C-u \") \
> + ((and (consp current-prefix-arg) \
> + (integerp (car current-prefix-arg))) \
> + (format \"%d \" (car current-prefix-arg))) \
> + ((integerp current-prefix-arg) \
> + (format \"%d \" current-prefix-arg))) \
> + (key-description (this-single-command-keys)) \
> + \" \") \
> + obarray 'commandp t nil \
> + 'extended-command-history)))",
> doc: /* Read function name, then read its arguments and call it.
The Elisp code looks OK, except it should be in the C file. Please move
it to simple.el where we can edit it with edebug, font-lock, eldoc, ...
Stefan
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.