Tagged Questions
The ido-mode tag has no wiki summary.
17
votes
4answers
721 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 ...
17
votes
1answer
773 views
Ido mode is too smart, can I get it to NOT complete a filename?
My problem: I have Ido-mode enabled and I want to edit (for example) a file .emacs in my home directory. I have no .emacs file there, but I do have a .emacs.d, and so ido assumes that I want to enter ...
8
votes
5answers
920 views
Can I use ido-completing-read instead of completing-read everywhere?
I'm a big fan of ido-mode, so much so that I would like to use it for things like describe-function or find-tag and so on, without having to write something like in "Can I get ido-mode-style ...
6
votes
2answers
155 views
In Emacs, how can I have the same buffer open in multple frames (when using ido/iswitch)?
In emacs, I'd like to open the same buffer in multiple frames. Before I used ido, this was easy: I'd just switch to the buffer in one frame with C-x b, then focus a different frame in my window ...
6
votes
6answers
1k views
Emacs recursive project search
I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the "Find in Project" search box that uses fuzzy matching. Emacs sort of has this with ...
2
votes
3answers
113 views
Emacs ido-mode and creating new files in directories, it keeps changing the directory while I'm typing
When using ido-mode in emacs, it tends to get in my way when I'm trying to create a new file inside a directory, using: C-x C-f ( start typing a new filename, which doesn't yet exist ) RET
Ordinarily ...
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 ...
2
votes
3answers
166 views
Emacs: Switching Between Buffers with the Same Name but in Different Directories
I have two files with the same name but in different directories:
apples/main.cpp
oranges/main.cpp
I open them in one emacs window via emacs apples/main.cpp oranges/main.cpp
When I use C-x b to ...
2
votes
1answer
160 views
How do I change drive letter in ido mode (Emacs)?
I'm using Emacs on windows. My default folder is c:/home, but I want to edit my file in d:/ how to do it in ido mode ? I tried // but that put me in c:/.
Currently, I use C-f (change back to normal ...
2
votes
3answers
334 views
How to quickly find file in the workspace/switch between buffers/etc. in Eclipse?
I am looking for something like Textmate's fuzzy search on Command-T, FuzzyFinder in Vim, or Ido in Emacs. Does it exist? If no, how do you prefer to do it?
2
votes
2answers
615 views
Opening multiple files at once in Emacs
In Emacs using ido-mode allows me to open a file from the minibuffer with C-x C-f. This method opens only one file at a time. How do I open all the files in a directory or specify more than one file ...
2
votes
5answers
653 views
ido mode filenames for vim?
I strictly use vim, but I was playing with emacs and really like ido-mode when opening files. just start typing part of a filename and it narrows down the search and just press enter when the file you ...
1
vote
2answers
140 views
Set up ido mode in emacs 21
I am using ido mode. and GNUM emacs 21.1.1 on AIX.
I add the ido.el in the .emacs.d. and add the following in the .emacs file.
(load-file "~/.emacs.d/site-lisp/ido/ido.el")
(require 'ido)
(ido-mode ...
1
vote
2answers
87 views
Emacs ido start with open buffers first in cycle list
When switching buffers with emacs ido mode enabled, a list of completions are displayed in the minibuffer. It appears there is a "feature" that buffers that are already open are put to the end of the ...
1
vote
1answer
139 views
How to prevent emacs annoying habit of adding the current word to any command buffer?
Whenever I c-x c-f, emacs adds the current word at the cursor point to the c-x c-f.
I believe this is probably due to ido.
How can I turn this off?
1
vote
2answers
153 views
How can I have term.el (ansi-term) track directories if using anyhting other than bash
When using eshell or ansi-term and bash emacs changes the default-directory variable depending on what directory you are in.
So if I move to /home/user/code/project and then use ido-find-file to open ...
1
vote
1answer
132 views
Paths with whitespaces in ido (find-file) (on MS Windows)
I am running GNU Emacs 23 on a Windows-machine and having problems getting ido-find-file to match files that contain whitespaces.
In my .emacs I (setq ido-use-filename-at-point t) and would like to ...
0
votes
2answers
120 views
emacs ido-mode select and edit completion
using ido for find file completion, is it possible to select and edit the first completion? Eg., if I had this, I'd like to complete with apples, but not to ido-exit-minibuffer so I can add to the end ...
0
votes
7answers
486 views
I've never used ido mode. Do I want to?
What am I missing if I don't use ido mode?
Is my life incomplete until I take the ido plunge?