emacs-devel
[Top][All Lists]
Advanced

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

minibuffer-avoid-prompt and ido


From: Klaus Zeitler
Subject: minibuffer-avoid-prompt and ido
Date: Fri, 11 Aug 2006 08:17:59 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v)

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?

-- 
 ------------------------------------------
|  Klaus Zeitler      Lucent Technologies  |
|  Email:             address@hidden  |
 ------------------------------------------
---
It is very difficult to prophesy, especially when it pertains to the future.




reply via email to

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