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
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.
I\'m using emacs with dired, (require \'dired-details) (dired-details-install) and ido, (setq ido-enable-flex-matching t)
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
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 ca
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.
I\'m using Emacs on windows. My def开发者_Python百科ault 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:/.
When using eshell or ansi-term and bash 开发者_开发百科emacs changes the default-directory variable depending on what directory you are in.
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
I\'ve been tasked with setting up a subversion server next to a Plone instance. The situation is that the Plone instance is already in a \"production\" state because there are outside users that can a