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: unable to copy directory recursively to a vfat partition Date: Thu, 24 Jul 2008 10:59:51 -0400 Message-ID: References: <20080723185150.txs6e4gbr23ow0g4@webmail.mit.edu> <87zlo7zw5u.fsf@gmx.de> <87tzefzv2b.fsf@gmx.de> <87prp3a01h.fsf@stupidchicken.com> <87ljzre5sq.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216911620 934 80.91.229.12 (24 Jul 2008 15:00:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 15:00:20 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 17:01:08 2008 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 1KM2JO-0008Ny-4Q for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 17:00:58 +0200 Original-Received: from localhost ([127.0.0.1]:41101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM2IU-0008QS-MD for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 11:00:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM2IP-0008Nr-Vy for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:59:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM2IO-0008LO-GC for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:59:57 -0400 Original-Received: from [199.232.76.173] (port=55587 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM2IN-0008L0-TI for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:59:55 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:51423) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM2IN-0004NX-Og for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:59:55 -0400 Original-Received: from alfajor.home (vpn-132-204-232-118.acd.umontreal.ca [132.204.232.118]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m6OExpca003289; Thu, 24 Jul 2008 10:59:51 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 21A661C523; Thu, 24 Jul 2008 10:59:51 -0400 (EDT) In-Reply-To: <87ljzre5sq.fsf@gmx.de> (Sven Joachim's message of "Thu, 24 Jul 2008 16:05:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3066=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:101393 Archived-At: > I think we should avoid the first chown and create the directory with > correct permissions from the start. Here is a patch for EMACS_22_BASE: Assuming your meant "chmod", I agree. Stefan