From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: dired-do-touch Date: 25 Mar 2004 09:10:00 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040321165848.0DB3C662F8@imf.math.ku.dk> <405DDAF3.2080608@math.ku.dk> <87vfkwbg51.fsf@sno.mundell.ukfsn.org> <877jxbqlp8.fsf@sno.mundell.ukfsn.org> <87u10dnbxl.fsf@sno.mundell.ukfsn.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080198658 22941 80.91.224.253 (25 Mar 2004 07:10:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 07:10:58 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 25 08:10:53 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6P0v-00066B-00 for ; Thu, 25 Mar 2004 08:10:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6P0v-0000pO-00 for ; Thu, 25 Mar 2004 08:10:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6Oz1-0000eu-77 for emacs-devel@quimby.gnus.org; Thu, 25 Mar 2004 02:08:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6Oyt-0000bz-TY for emacs-devel@gnu.org; Thu, 25 Mar 2004 02:08:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6Oxr-00005l-SA for emacs-devel@gnu.org; Thu, 25 Mar 2004 02:08:14 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B6Oxq-0008UN-T3; Thu, 25 Mar 2004 02:07:43 -0500 Original-To: Matthew Mundell In-reply-to: <87u10dnbxl.fsf@sno.mundell.ukfsn.org> (message from Matthew Mundell on 24 Mar 2004 21:59:50 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20873 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20873 > From: Matthew Mundell > Date: 24 Mar 2004 21:59:50 +0000 > > Silently ignoring the error for directories on those systems sounds > like the right approach. Here is the primitive. Does the change look > OK? It needs to be tried on those systems. The change looks okay, although I didn't have an opportunity to test it yet. I think it can go in; later, if there are problems on non-Posix platforms, someone will fix them. Thanks!