yonglehou / ergoemacs

Automatically exported from code.google.com/p/ergoemacs
0 stars 0 forks source link

using find-file to go dired mode seems incompatible with ido mode #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
from Ghoul on irc, 2009-01-26:

it seems to be incompatible with ido mode.

when using ergoemacs, to go to dired, one is supposed to use the same shortcut 
as find-file, but 
give a dir path instead of file path.

But when ido mode is on, it seems that find-file forces it to look for files, 
and cannot give dir as 
path.

maybe a solution is not to unbind the dired shortcut. That is, comment out the 
following line: 

(global-unset-key (kbd "C-x d")) ; dired

Original issue reported on code.google.com by xah...@gmail.com on 27 Jan 2009 at 1:03

GoogleCodeExporter commented 9 years ago
when in ido mode, just press Ctrl+f to switch it off temp, then go to dir.

Original comment by xah...@gmail.com on 28 Feb 2009 at 7:37