From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: verify-visited-file-modtime Date: Sun, 18 Jul 2004 20:53:36 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200407190153.i6J1raQ29162@raven.dms.auburn.edu> References: <200407190140.i6J1eaS29120@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090202238 22411 80.91.224.253 (19 Jul 2004 01:57:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2004 01:57:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 19 03:57:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BmNOv-0007Lp-00 for ; Mon, 19 Jul 2004 03:57:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmNRa-0000P2-Ks for ged-emacs-devel@m.gmane.org; Sun, 18 Jul 2004 21:59:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BmNRQ-0000Ox-Pf for emacs-devel@gnu.org; Sun, 18 Jul 2004 21:59:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BmNRO-0000OZ-Hz for emacs-devel@gnu.org; Sun, 18 Jul 2004 21:59:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmNRO-0000OP-Gq for emacs-devel@gnu.org; Sun, 18 Jul 2004 21:59:42 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BmNOK-000711-PY for emacs-devel@gnu.org; Sun, 18 Jul 2004 21:56:32 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i6J1uWuE010747; Sun, 18 Jul 2004 20:56:32 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i6J1raQ29162; Sun, 18 Jul 2004 20:53:36 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200407190140.i6J1eaS29120@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 18 Jul 2004 20:40:36 -0500 (CDT)) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25829 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25829 >>From my previous message: I do not know which "untame" errors one had in mind here where `verify-visited-file-modtime' should return nil in this situation. >>From `(libc)File Name Errors', I would appear that these must be `ENAMETOOLONG' and `ELOOP'. Does a handler for `verify-visited-file-modtime' need to try to detect these from Lisp or is just returning t in the described situation good enough? Sincerely, Luc.