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: 24 Mar 2004 13:10:47 +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> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080126720 22430 80.91.224.253 (24 Mar 2004 11:12:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2004 11:12:00 +0000 (UTC) Cc: matt@mundell.ukfsn.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 24 12:11:50 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 1B66IY-00072J-00 for ; Wed, 24 Mar 2004 12:11:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B66IY-0001x0-00 for ; Wed, 24 Mar 2004 12:11:50 +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 1B66Gl-0002dh-1Z for emacs-devel@quimby.gnus.org; Wed, 24 Mar 2004 06:09:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B66Fv-0002T0-GF for emacs-devel@gnu.org; Wed, 24 Mar 2004 06:09:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B66FL-0001yo-Kw for emacs-devel@gnu.org; Wed, 24 Mar 2004 06:09:02 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B66FK-0001ts-DU; Wed, 24 Mar 2004 06:08:31 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:20847 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20847 > From: storm@cua.dk (Kim F. Storm) > Date: 24 Mar 2004 11:57:48 +0100 > > > else more-or-less silently ignore errors in this function for > > directories on such systems. The second alternative is probably > > slightly better, since this is a primitive function that can be called > > from deep inside some complex command, where signalling an error might > > disrupt the rest of processing. > > I think that this is acceptable behaviour on such systems. What is? to signal an error? > Maybe the function could simply return t if time was modified, nil > otherwise. Then it would be easier for a programmer to change his > code to deal with systems where the call fails. Yes, a good idea, IMHO.