[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ido in dired-do-copy/dired-do-rename
From: |
Julien Cubizolles |
Subject: |
Re: ido in dired-do-copy/dired-do-rename |
Date: |
Sat, 19 Apr 2014 11:23:02 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) |
Igor Sosa Mayor <joseleopoldo1792@gmail.com> writes:
> Julien Cubizolles <j.cubizolles@free.fr> writes:
>
>> Is there a way to use ido-find-file when copying/renaming a file from a
>> dired buffer ? I have ido-everywhere set to t but the minibuffer always
>> present the standard find-file display when copying/renaming from dired.
>
> (put 'dired-do-rename 'ido 'find-file)
In what order should I load ido and dired, and at what point should I
use your command ?
Right now I have ido loaded first then dired and I tried using your code
before both, after both and in between, and it didn't change the behaviour of
dired-do-copy.
Julien.