From: William Xu <william.xwl@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: textmate like fuzzy matching file completion?
Date: Sun, 24 Feb 2008 12:19:08 +0900 [thread overview]
Message-ID: <m2oda7nis3.fsf@gmail.com> (raw)
In-Reply-To: 47c09993$0$1080$4c368faf@roadrunner.com
Unknown <unknown@unknown.invalid> writes:
> Textmate has a very nice file-opening and switching command mapped to
> Apple-T which allows a "fuzzy" string to be entered to so the user can
> switch to a file which may or may not have been opened yet. For
> example, type "elp" and files in the "project" such as "elephant" and
> "elope" will both show up as possible matches. Is there something
> similar for emacs?
Sure! Try ido-mode. Also, you may like to enable flex matching for your
purpose:
,----[ C-h v ido-enable-flex-matching RET ]
| ido-enable-flex-matching is a variable defined in `ido.el'.
| Its value is nil
|
|
| Documentation:
| *Non-nil means that `ido' will do flexible string matching.
| Flexible matching means that if the entered string does not
| match any item, any item containing the entered characters
| in the given sequence will match.
|
| You can customize this variable.
|
| [back]
`----
--
William
http://williamxu.net9.org
next prev parent reply other threads:[~2008-02-24 3:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-23 22:09 textmate like fuzzy matching file completion? Unknown
2008-02-24 3:19 ` William Xu [this message]
[not found] ` <mailman.7841.1203823169.18990.help-gnu-emacs@gnu.org>
2008-02-24 10:50 ` Unknown
2008-02-25 2:45 ` William Xu
2008-02-25 3:18 ` Drew Adams
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=m2oda7nis3.fsf@gmail.com \
--to=william.xwl@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.