emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: minibuffer-avoid-prompt and ido


From: Kim F. Storm
Subject: Re: minibuffer-avoid-prompt and ido
Date: Sat, 12 Aug 2006 01:25:06 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Klaus Zeitler <address@hidden> writes:

> I've added minibuffer-avoid-prompt to minibuffer-prompt-properties with:
> (setq minibuffer-prompt-properties
>       (append minibuffer-prompt-properties
>               (list 'point-entered 'minibuffer-avoid-prompt)))
>
> It looks as if the normal file commands (like find-file, write-file) treat the
> prompt differently as ido commands do. For example comparing write-file with
> ido-write-file, in both cases the mini-buffer starts with:
> "Write file: <default-directory>_"
> The 'normal' write-file prompt allows to move the mouse pointer (e.g. for cut
> and paste) into the default directory, but ido-write-file doesn't. Is there a
> specific reason why ido doesn't allow access to the default directory?

Because with ido there are no trivial commands you can use to move into the 
prompt.

If you need this, use C-x C-w C-e to enter ido edit mode, and then
copy /paste as you like, and continue with RET.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]