Chris Moore <[EMAIL PROTECTED]> writes:

> run Emacs:
>   $ emacs -Q
>
> enable recursive minibuffers:
>   M-x set-variable RET enable-recursive-minibuffers RET t RET
>
> enable ido-mode for switching buffers:
>   M-: (ido-mode 'buffers) RET
>
> start switching buffers, but don't finish:
>   C-x b
>
> switch away from the minibuffer:
>   C-x o
>
> try finding a file, notice that TAB lists buffers, not files
>   C-x C-f TAB
>
> (TAB (translated from <tab>) runs the command ido-complete, but I'm not using 
> ido-mode to complete filenames).

Thanks.

I have installed a fix for this -- it is still not perfect (depending
on what else you may do with the minibuffer), but better than before.


--
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to