bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11954: 24.1.50; Ido in dired buffers


From: Leo Liu
Subject: bug#11954: 24.1.50; Ido in dired buffers
Date: Fri, 12 Jul 2013 09:08:36 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.4)

Fixed in trunk.

On 2013-07-12 00:36 +0800, Kim Storm wrote:
> So I would prefer to keep the default
> - and maybe even disable ido for dired-do-copy as well  :-)

OK, I just did as suggested.

People who like ido for dired-do-rename and dired-do-copy could use
something along these lines:

(with-eval-after-load 'ido
  ;; Make 'R' and 'C' in dired use ido.
  (put 'dired-do-rename 'ido nil)
  (put 'dired-do-copy 'ido nil))

Leo





reply via email to

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