From: Le Wang <l26wang@gmail.com>
To: GNU Emacs List <help-gnu-emacs@gnu.org>
Subject: issues with ido-mode
Date: Wed, 31 Aug 2011 01:19:12 +0800 [thread overview]
Message-ID: <CAM=K+ioVkm9yTm_TGVmSzYA9eW1TizePtfwSqKsfHrNaVZkktA@mail.gmail.com> (raw)
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
reply other threads:[~2011-08-30 17:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAM=K+ioVkm9yTm_TGVmSzYA9eW1TizePtfwSqKsfHrNaVZkktA@mail.gmail.com' \
--to=l26wang@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.