From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: bug in copy-directory Date: Mon, 07 Feb 2011 22:32:49 -0500 Message-ID: References: <87ipxaidea.fsf@gmail.com> <87lj23ickn.fsf@stupidchicken.com> <87sjway8i3.fsf@gmx.de> <87wrll2ebe.fsf@stupidchicken.com> <87hbcot7gq.fsf@gmx.de> <87ei7qrdp0.fsf@gmail.com> <87ipx2dayh.fsf@gmx.de> <87y65yyxfu.fsf@gmail.com> <87d3n8xkeq.fsf@gmail.com> <878vxw6r4m.fsf@gmx.de> <87pqr790b0.fsf@gmail.com> <87oc6r7gjc.fsf@gmx.de> <87ipwz8t92.fsf@gmail.com> <878vxt69k7.fsf@stupidchicken.com> <874o8hbc9q.fsf@gmx.de> <87y65txele.fsf@gmail.com> <87tyghxdgx.fsf@gmail.com> <87zkq7x27q.fsf@gmail.com> <87r5bjwr7d.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297135987 21210 80.91.229.12 (8 Feb 2011 03:33:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 03:33:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 04:33:03 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PmeK7-0001ib-Dp for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2011 04:33:03 +0100 Original-Received: from localhost ([127.0.0.1]:40780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmeK6-0001FH-M2 for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 22:33:02 -0500 Original-Received: from [140.186.70.92] (port=52757 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmeJw-0001DG-8D for emacs-devel@gnu.org; Mon, 07 Feb 2011 22:32:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmeJu-0003EA-Rq for emacs-devel@gnu.org; Mon, 07 Feb 2011 22:32:51 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58210 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmeJu-0003E5-OP for emacs-devel@gnu.org; Mon, 07 Feb 2011 22:32:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAHhIUE1FpYyR/2dsb2JhbAClJ3S7O4VaBIR6jx4 X-IronPort-AV: E=Sophos;i="4.60,439,1291611600"; d="scan'208";a="90876560" Original-Received: from 69-165-140-145.dsl.teksavvy.com (HELO ceviche.home) ([69.165.140.145]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 07 Feb 2011 22:32:49 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6711F660D4; Mon, 7 Feb 2011 22:32:49 -0500 (EST) In-Reply-To: <87r5bjwr7d.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 07 Feb 2011 21:00:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135713 Archived-At: > with the patch i sent you we have > dired-do-copy ==> dired-create-files ==> dired-copy-file ==> > dired-copy-file-recursive ==> copy-directory1 > So what happen if copy-directory1 is not aware of handler to use? > Michael? Indeed, then we'd need a copy-directory-2 for dired's use (which would do the needed cleanup and the check for file-name-handlers). Stefan