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: Mon, 21 Apr 2014 15:04:08 +0200 Message-ID: <878uqy6dh3.fsf@free.fr> References: <87d2gfxamx.fsf@free.fr> <87k3anro8m.fsf@gmail.com> <87mwfhvfk9.fsf@free.fr> <87k3alwpga.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398085480 2798 80.91.229.3 (21 Apr 2014 13:04:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2014 13:04:40 +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 Mon Apr 21 15:04:34 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 1WcDth-0002qq-HK for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Apr 2014 15:04:33 +0200 Original-Received: from localhost ([::1]:48803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcDtg-0000So-PQ for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Apr 2014 09:04:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcDtQ-0000Sh-Da for help-gnu-emacs@gnu.org; Mon, 21 Apr 2014 09:04:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcDtK-00056P-6V for help-gnu-emacs@gnu.org; Mon, 21 Apr 2014 09:04:16 -0400 Original-Received: from smtp5-g21.free.fr ([212.27.42.5]:3519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcDtJ-000561-Vb for help-gnu-emacs@gnu.org; Mon, 21 Apr 2014 09:04:10 -0400 Original-Received: from lago (unknown [82.244.252.119]) by smtp5-g21.free.fr (Postfix) with ESMTP id 3666BD48085; Mon, 21 Apr 2014 15:03:51 +0200 (CEST) In-Reply-To: <87k3alwpga.fsf@gmail.com> (Igor Sosa Mayor's message of "Sat, 19 Apr 2014 13:04:05 +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.5 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:97291 Archived-At: Igor Sosa Mayor writes: > Julien Cubizolles writes: >> 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. > > I load dired, then ido and at the end I have this small tweak. It's working now, and I'm not sure the order is relevant. I had only added --8<---------------cut here---------------start------------->8--- (put 'dired-do-rename 'ido 'find-file) --8<---------------cut here---------------end--------------->8--- and was only testing dired-do-copy instead of dired-do-rename... Everything is fine, now. Thanks for your help. Julien. > In any case, see here: > http://stackoverflow.com/questions/11505878/get-ido-in-dired-buffers > > Maybe you could restart emacs and try.