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: bug in copy-directory Date: Sat, 12 Feb 2011 13:42:10 -0500 Message-ID: <878vxlnlh9.fsf@stupidchicken.com> References: <87ipxaidea.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> <87wrl98adj.fsf@stupidchicken.com> <87k4h7at1c.fsf@gmail.com> <87fwrvkm3y.fsf@gmx.de> <871v3eucjw.fsf@gmail.com> <87tyga86p0.fsf@stupidchicken.com> <8762spspeb.fsf@gmail.com> <8762spd3td.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297536533 22388 80.91.229.12 (12 Feb 2011 18:48:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2011 18:48:53 +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 Sat Feb 12 19:48:49 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 1PoKWR-0007ug-HF for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2011 19:48:43 +0100 Original-Received: from localhost ([127.0.0.1]:45666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoKQM-0002rd-Vy for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2011 13:42:27 -0500 Original-Received: from [140.186.70.92] (port=59560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoKQE-0002pW-MS for emacs-devel@gnu.org; Sat, 12 Feb 2011 13:42:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoKQD-0003Ju-Il for emacs-devel@gnu.org; Sat, 12 Feb 2011 13:42:18 -0500 Original-Received: from vm-emlprdomr-06.its.yale.edu ([130.132.50.147]:32819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoKQD-0003Jj-CR for emacs-devel@gnu.org; Sat, 12 Feb 2011 13:42:17 -0500 Original-Received: from furball (c-71-192-165-84.hsd1.ct.comcast.net [71.192.165.84]) (authenticated bits=0) by vm-emlprdomr-06.its.yale.edu (8.14.4/8.14.4) with ESMTP id p1CIgC8u004286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 12 Feb 2011 13:42:12 -0500 Original-Received: by furball (Postfix, from userid 1000) id 27C781605B7; Sat, 12 Feb 2011 13:42:11 -0500 (EST) In-Reply-To: <8762spd3td.fsf@gmx.de> (Michael Albinus's message of "Sat, 12 Feb 2011 10:01:34 +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.147 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.147 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:135951 Archived-At: Michael Albinus writes: >>> This is OK for the trunk. If we go this route, I'd prefer to revert the >>> branch to the Emacs 23.2 behavior, since it requires non-local changes >>> and is backward incompatible; then we'll make the change for Emacs 24. >> ???I would say revert to Emacs 23.2 bug... > > Thierry's patch, removing the recently introduced `copy-as-subdir', > could go into Emacs 23.3 IMHO. The extension `copy-contents-only' shall > be applied in the trunk. Yep.