From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: patch-copy-dir-with-stefan-changes Date: Thu, 10 Feb 2011 10:49:08 -0500 Message-ID: <878vxngaa3.fsf@stupidchicken.com> References: <87mxm7wnk2.fsf@gmail.com> <87mxm7c9ut.fsf@gmail.com> <87r5bh2sf8.fsf@gmail.com> <871v3hgkid.fsf@gmail.com> <87vd0s8eso.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297353002 4979 80.91.229.12 (10 Feb 2011 15:50:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 15:50:02 +0000 (UTC) Cc: emacs-devel@gnu.org, Thierry Volpiatto To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 16:49:57 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 1PnYmJ-0003lE-NA for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2011 16:49:55 +0100 Original-Received: from localhost ([127.0.0.1]:56225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnYmP-0000Vr-Ge for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2011 10:50:01 -0500 Original-Received: from [140.186.70.92] (port=36263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnYlq-00009R-H6 for emacs-devel@gnu.org; Thu, 10 Feb 2011 10:49:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnYli-0007nE-My for emacs-devel@gnu.org; Thu, 10 Feb 2011 10:49:19 -0500 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:50873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnYli-0007mw-Kw for emacs-devel@gnu.org; Thu, 10 Feb 2011 10:49:18 -0500 Original-Received: from furball (dhcp128036226124.central.yale.edu [128.36.226.124]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p1AFnDHk018590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 10 Feb 2011 10:49:14 -0500 Original-Received: by furball (Postfix, from userid 1000) id 592A11609A3; Thu, 10 Feb 2011 10:49:08 -0500 (EST) In-Reply-To: <87vd0s8eso.fsf@gmx.de> (Michael Albinus's message of "Thu, 10 Feb 2011 09:38:47 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 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:135840 Archived-At: Michael Albinus writes: > For what I can tell, this patch looks pretty good. I've tested all three > scenarios Thierry has explained in a previous mail, and I've tested it > with local directories as well as with Tramp's ssh and rsync > methods. All results are as expected. As I explained in an earlier email, this change removes the ability of a Lisp caller to copy the contents of one directory into another directory (as opposed to copying into a subdirectory).