From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: dired mode recursive delete Date: Sun, 03 Jun 2007 23:31:51 +0300 Organization: JURTA Message-ID: <87d50csrt4.fsf@jurta.org> References: <87d50i42h3.fsf@escher.local.home> <85veea18r6.fsf@lola.goethe.zz> <853b1cz2pm.fsf@lola.goethe.zz> <87abvkqlwq.fsf@elegiac.orebokech.com> <876468qlsl.fsf@elegiac.orebokech.com> <87ps4endh3.fsf@jurta.org> <86myzh636m.fsf@lola.quinscape.zz> <87ira5s8a5.fsf@jurta.org> <86ira46ct0.fsf@lola.quinscape.zz> <87r6osvmer.fsf@jurta.org> <86abvg6b9f.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180903001 10902 80.91.229.12 (3 Jun 2007 20:36:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jun 2007 20:36:41 +0000 (UTC) Cc: Stephen.Berman@gmx.net, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 03 22:36:39 2007 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.50) id 1HuwoZ-0007UW-JA for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2007 22:36:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuwoZ-0008Ac-4r for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2007 16:36:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuwoV-0008AV-Dh for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:36:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuwoU-0008AJ-G2 for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:36:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuwoU-0008AG-B2 for emacs-devel@gnu.org; Sun, 03 Jun 2007 16:36:34 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuwoT-000314-0m; Sun, 03 Jun 2007 16:36:33 -0400 Original-Received: from schnapps.dreamhost.com (apache2-noxim.schnapps.dreamhost.com [208.113.175.112]) by smarty.dreamhost.com (Postfix) with ESMTP id 23E36EE218; Sun, 3 Jun 2007 13:36:32 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by schnapps.dreamhost.com (Postfix) with ESMTP id 320AFA86EC; Sun, 3 Jun 2007 13:36:30 -0700 (PDT) In-Reply-To: <86abvg6b9f.fsf@lola.quinscape.zz> (David Kastrup's message of "Sun\, 03 Jun 2007 22\:20\:12 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72136 Archived-At: >> To implement cross-partition move in Emacs we could either use the >> same code as implemented in coreutils, > > No, see below. > >> or rely on calling `mv' as the external command. > > No, since that does not work with external files accessed with > ange-ftp or tramp. We are talking about cross-partition operations, not cross-machine, right? Ange-ftp and tramp use quite different facilities for copying and moving files between machines. -- Juri Linkov http://www.jurta.org/emacs/