From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: copy-directory Date: Sun, 04 Oct 2009 23:31:20 +0200 Message-ID: <83r5tionh3.fsf@gnu.org> References: <8763avuyt3.fsf@gmx.de> <83zl87nw88.fsf@gnu.org> <873a5z3p8k.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1254692020 15250 80.91.229.12 (4 Oct 2009 21:33:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Oct 2009 21:33:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 04 23:33:33 2009 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 1MuYhw-0003ta-G3 for ged-emacs-devel@m.gmane.org; Sun, 04 Oct 2009 23:33:32 +0200 Original-Received: from localhost ([127.0.0.1]:60109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuYhw-0004Ha-9J for ged-emacs-devel@m.gmane.org; Sun, 04 Oct 2009 17:33:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuYhq-0004HD-EX for emacs-devel@gnu.org; Sun, 04 Oct 2009 17:33:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuYho-0004H1-RR for emacs-devel@gnu.org; Sun, 04 Oct 2009 17:33:25 -0400 Original-Received: from [199.232.76.173] (port=40702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuYho-0004Gy-MR for emacs-devel@gnu.org; Sun, 04 Oct 2009 17:33:24 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:56259 helo=mtaout3.012.net.il) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MuYho-0006EE-6h for emacs-devel@gnu.org; Sun, 04 Oct 2009 17:33:24 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KR000C00EGFJA00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sun, 04 Oct 2009 23:33:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.44.55]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KR0004FBEJMCTT0@i_mtaout3.012.net.il>; Sun, 04 Oct 2009 23:33:23 +0200 (IST) In-reply-to: <873a5z3p8k.fsf@gmx.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:115904 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Sun, 04 Oct 2009 21:58:51 +0200 > > Eli Zaretskii writes: > > > Please don't rely on the `chown' command being available for the > > preserve-uid-gid option. It is only available on Posix platforms. > > Instead, please add a primitive to do this from within Emacs. > > I know that. But I do not know how important it is on W32. NTFS, the native filesystem of Windows 2K/XP/Vista supports file ownership, so it's at least as important as on Posix.