From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: bug in copy-directory Date: Sun, 30 Jan 2011 14:54:35 +0100 Message-ID: <877hdmts2s.fsf@gmail.com> References: <87ipxaidea.fsf@gmail.com> <87k4hp96g0.fsf@stupidchicken.com> <878vy59ejz.fsf@stupidchicken.com> <87lj23ickn.fsf@stupidchicken.com> <878vy3qq7d.fsf@gmail.com> <87oc6yy89l.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296395690 26882 80.91.229.12 (30 Jan 2011 13:54:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2011 13:54:50 +0000 (UTC) Cc: Chong Yidong , Stefan Monnier , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 30 14:54:46 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 1PjXjp-0003Qx-BW for ged-emacs-devel@m.gmane.org; Sun, 30 Jan 2011 14:54:45 +0100 Original-Received: from localhost ([127.0.0.1]:39381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjXjo-0001Ke-Tn for ged-emacs-devel@m.gmane.org; Sun, 30 Jan 2011 08:54:44 -0500 Original-Received: from [140.186.70.92] (port=40363 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjXjk-0001KP-3J for emacs-devel@gnu.org; Sun, 30 Jan 2011 08:54:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjXjj-0000Th-4F for emacs-devel@gnu.org; Sun, 30 Jan 2011 08:54:39 -0500 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:46989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjXji-0000Ta-Uk for emacs-devel@gnu.org; Sun, 30 Jan 2011 08:54:39 -0500 Original-Received: by wwi18 with SMTP id 18so2646001wwi.0 for ; Sun, 30 Jan 2011 05:54:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=DsGgP5lj+ILj2k4shkUEMxOT93ggrdh+/cuL5gRc+oI=; b=SBeBdzqJjl7QmnC+FjyvQXFhrXD4eyDc7ehu9DIc+wDNC0RO0TdeHzbePhkHs9KaCN 31kDzdrda+VkXdcRYmlfb/rm506AWUV1dr+0pt8qDmGivp+IBxCp0RSCU/3DC0zC6MJL fpjoTyisXC6BLM2/lngUwCo+F++ZrQRNVPQsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=G7beESdY25dMPOL5cZpTcs9rWA0oDT1wHnrGvhvso6bUP+hS9npe2op7S7cYYsPfOD S7hkpyUhizvxH8gGP48ca4if6TK8mXOJAhs4Am6umkmIouHOU+SxsEvIpudKeI3sdwTH uynbMlykjZZnoEACajcj7wCxBbxqqVaPDNLwU= Original-Received: by 10.216.176.201 with SMTP id b51mr9748927wem.34.1296395677698; Sun, 30 Jan 2011 05:54:37 -0800 (PST) Original-Received: from thierry-MM061 (63.211.85-79.rev.gaoland.net [79.85.211.63]) by mx.google.com with ESMTPS id i80sm10194617wej.4.2011.01.30.05.54.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Jan 2011 05:54:37 -0800 (PST) In-Reply-To: <87oc6yy89l.fsf@gmx.de> (Michael Albinus's message of "Sun, 30 Jan 2011 11:51:18 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.41 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:135238 Archived-At: Michael Albinus writes: > Thierry Volpiatto writes: > >>> I've commited the patch to the branch. Dired seems to still work fine. >> IIRC dired don't use copy-directory, but dired-create-files for copying, >> renaming, linking. > > Nope. `dired-copy-file-recursive' uses `copy-directory'. Indeed yes, sorry. >>> I haven't checked whether the Tramp handlers need fixing, though. >> If copy-directory works, then the handler should work as it reuse >> copy-directory. > > Tramp has an own implementation of `copy-directory'. Yes i saw that, but doesn't this implementation (tramp-handle-copy-directory) reuse copy-directory? > Best regards, Michael. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997