* issues with ido-mode
@ 2011-08-30 17:19 Le Wang
0 siblings, 0 replies; only message in thread
From: Le Wang @ 2011-08-30 17:19 UTC (permalink / raw)
To: GNU Emacs List
I start emacs 23.3.1 with -Q
eval-region:
(ido-mode 1)
(defun foo()
(interactive)
(message
(ido-completing-read ": " '("a" "b" "make-clean-force" "make-clean"
"make"))))
So I'm just using ido's default behaviors. I type M-x"foo"<enter>"mak".
Issue #1
The first match is "make-clean-force". "make" should be considered
the strongest match, since a greater proportion of the string has been
matched, right? Is there any way to fix this?
Issue #2
I press <right> twice to navigate to "make" and <enter> to select it.
From muscle memory, I do M-x"foo"<enter><up><enter> to repeat the last
command. "mak" was saved in the history list instead of my actual
selection which was "make". And I've just executed
"make-clean-force". I'm wondering if the user's actual selection
should be saved in the history rather than his partial input.
Are these bugs to be filed?
--
Le
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-30 17:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 17:19 issues with ido-mode Le Wang
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.