From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: don't-know values for file-attributes? Date: Tue, 28 Jan 2003 19:03:47 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84u1futjyj.fsf@lucy.is.informatik.uni-duisburg.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043799270 27587 80.91.224.249 (29 Jan 2003 00:14:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 00:14:30 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dfs5-0007Ao-00 for ; Wed, 29 Jan 2003 01:14:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18dfx0-0007QQ-00 for ; Wed, 29 Jan 2003 01:19:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dfnV-0004JZ-01 for emacs-devel@quimby.gnus.org; Tue, 28 Jan 2003 19:09:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18dflP-0003jb-00 for emacs-devel@gnu.org; Tue, 28 Jan 2003 19:07:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18dfig-00037T-00 for emacs-devel@gnu.org; Tue, 28 Jan 2003 19:05:00 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dfhk-00031Z-00 for emacs-devel@gnu.org; Tue, 28 Jan 2003 19:03:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18dfhj-0003KR-00; Tue, 28 Jan 2003 19:03:47 -0500 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-reply-to: <84u1futjyj.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11175 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11175 When a filename handler doesn't know the ctime, mtime, or atime of a file, what should file-attributes return? Ange-FTP seems to say that (0 0) is the way to express this. The clean thing to do would be to use nil for that case. That may be an incompatible change that would require checking the callers and changing them, but I think the number of programs that would break is fairly small, so the change would be worth making if someone wants to do the work.