From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: unable to copy directory recursively to a vfat partition Date: Thu, 24 Jul 2008 16:57:37 +0200 Message-ID: <87ej5je3dq.fsf@gmx.de> 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 1216911788 1626 80.91.229.12 (24 Jul 2008 15:03:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 15:03:08 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 17:03:56 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 1KM2MD-0001Dx-8n for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 17:03:53 +0200 Original-Received: from localhost ([127.0.0.1]:41888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM2LJ-0003ep-Tg for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 11:02:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM2LE-0003cy-N4 for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:02:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM2LD-0003ah-4r for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:02:51 -0400 Original-Received: from [199.232.76.173] (port=55690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM2LD-0003aW-1M for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:02:51 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:54888) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KM2LC-0004qE-Mg for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:02:50 -0400 Original-Received: (qmail invoked by alias); 24 Jul 2008 15:02:48 -0000 Original-Received: from p548651F6.dip.t-dialin.net (EHLO debian) [84.134.81.246] by mail.gmx.net (mp061) with SMTP; 24 Jul 2008 17:02:48 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+c41lIV2CcP2N4Ip0EcnyrPAQz9n+/kyMKs5ZESO FQtI5dIjcLH0gP In-Reply-To: (Stefan Monnier's message of "Thu, 24 Jul 2008 10:59:51 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.74 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:101394 Archived-At: On 2008-07-24 16:59 +0200, Stefan Monnier wrote: >> 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. Yes, of course I meant that. Sven