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: Tue, 06 Oct 2009 20:50:30 +0200 Message-ID: <83r5tgmk5l.fsf@gnu.org> References: <8763avuyt3.fsf@gmx.de> <83zl87nw88.fsf@gnu.org> <87y6nr2aho.fsf@gmx.de> <87ab06p925.fsf@lola.goethe.zz> <87pr90wi0j.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1254855174 8484 80.91.229.12 (6 Oct 2009 18:52:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 18:52:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 06 20:52:44 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 1MvF9P-0001mh-IH for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 20:52:43 +0200 Original-Received: from localhost ([127.0.0.1]:58034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvF9O-000600-RZ for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 14:52:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvF9G-0005s3-3O for emacs-devel@gnu.org; Tue, 06 Oct 2009 14:52:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvF9F-0005q8-1l for emacs-devel@gnu.org; Tue, 06 Oct 2009 14:52:33 -0400 Original-Received: from [199.232.76.173] (port=46625 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvF9E-0005py-T6 for emacs-devel@gnu.org; Tue, 06 Oct 2009 14:52:32 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:59329) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvF9E-0002KC-FW for emacs-devel@gnu.org; Tue, 06 Oct 2009 14:52:32 -0400 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KR300900WE6RC00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Tue, 06 Oct 2009 20:52:31 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.224.43]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KR300C7JWFIR0E0@i_mtaout2.012.net.il>; Tue, 06 Oct 2009 20:52:30 +0200 (IST) In-reply-to: <87pr90wi0j.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:115941 Archived-At: > From: Michael Albinus > Date: Tue, 06 Oct 2009 19:26:36 +0200 > > What I'm curious: does change ownership work for other systems, like > Win32? Yes, it does, if the process who calls the appropriate APIs has the required privileges.