Tagged Questions
The ido tag has no wiki summary.
16
votes
4answers
713 views
emacs create new file with ido enabled
I reciently switched to emacs starter kit which includes the ido package.
ido has a nice feature that suggests paths when find-file which is usually very handy except when trying to create a new ...
8
votes
7answers
1k views
Emacs ido-style shell
Is there a command line shell or shell customization that supports emacs-style ido find file? In emacs, I can navigate to a directory extremely quickly using C-x C-f and (ido-mode t).
Ideally, I'm ...
4
votes
1answer
169 views
Disable ido-mode for specific commands?
I've been using ido-mode for a few months, with ido-everywhere turned on, and am generally pretty happy with it. There's one thing I wish I could change, though. When I type C-u M-x shell to create ...
2
votes
2answers
167 views
copy paste various files using dired on emacs while using ido.el
I'm using emacs with dired,
(require 'dired-details)
(dired-details-install)
and ido,
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(ido-mode 1)
(setq ido-use-filename-at-point ...
1
vote
2answers
162 views
Setting shortcuts keys in specific modes in Emacs (e.g. ido)
I have two problems which are somewhat related I believe:
1) In IDO I'd like to change ido-restrict-to-matches to samething else than C-SPC or C-@. Unfortunately I do not know how to tell emacs that ...
1
vote
4answers
213 views
Is there any ECB (or other)-enhanced find file mojo?
Can I use ECB (or some other project aware thing, like eproject, ibuffer, etc.) to enhance emacs's find-file goodness?
Imagine this scenario: I have several projects/directories specified in my ...
1
vote
1answer
57 views
ido freezes when a non-existent file match is entered
Sometimes when I enter a non-existent file match in ido, by mistake, it freezes.... is there an option I can turn off.... it works really well the rest of the time.
0
votes
0answers
5 views
How to use IDO for selection of a isearch candidate from the search history
This would be a new use of IDO (as far as I know)
After IDO down selets the search candidate, the candidate should go to the mini-buffer for isearch.
Ex use case:
C-s ;launch iserch
C-i ;launch IDO ...
0
votes
0answers
38 views
How does ido-find-file M-f work?
I perform C-x C-f, then get the IDO prompt,
next I perform M-f and IDO responds with "Wide File Find: c:/...
I then type in a filename (partial or complete) expecting IDO to find it by completion.
...