From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.help Subject: Re: ido in dired-do-copy/dired-do-rename Date: Sat, 19 Apr 2014 11:23:02 +0200 Message-ID: <87mwfhvfk9.fsf@free.fr> References: <87d2gfxamx.fsf@free.fr> <87k3anro8m.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1397899436 20130 80.91.229.3 (19 Apr 2014 09:23:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2014 09:23:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Igor Sosa Mayor Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 19 11:23:37 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WbRUl-0006eb-IY for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 11:23:35 +0200 Original-Received: from localhost ([::1]:41420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbRUl-0008WR-2c for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 05:23:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbRUT-0008WL-Qk for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 05:23:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbRUM-0003AU-8v for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 05:23:17 -0400 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]:28195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbRUM-0003AP-34 for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 05:23:10 -0400 Original-Received: from touco (unknown [37.160.128.219]) by smtp1-g21.free.fr (Postfix) with ESMTP id 3B26C94014C; Sat, 19 Apr 2014 11:22:56 +0200 (CEST) In-Reply-To: <87k3anro8m.fsf@gmail.com> (Igor Sosa Mayor's message of "Fri, 18 Apr 2014 11:16:57 +0200") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 212.27.42.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97224 Archived-At: Igor Sosa Mayor writes: > Julien Cubizolles writes: > >> Is there a way to use ido-find-file when copying/renaming a file from a >> dired buffer=C2=A0? I have ido-everywhere set to t but the minibuffer al= ways >> 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.