Oops, it seems that enabling ido everywhere wasn't the perfect solution - it 
prevents dired from opening a directory. So i was forced to add to my .emacs 
(i'm using dired-single.el for keeping all dired output in one buffer)
"(global-set-key "\C-xd" 
                (function
                 (lambda nil
                   (interactive)
                   (ido-everywhere 0)
                   (joc-dired-magic-buffer)
                   (ido-everywhere 1))))"
to temporarily ido while opening directory via dired. Not very elegant, but it 
works.

-- 
in w3m, C-x b doesn't show an ido prompt even when ido-mode is enabled
https://bugs.launchpad.net/bugs/95232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to