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: autorevert.el Date: 15 Mar 2004 09:04:03 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200403022319.i22NJbG01259@raven.dms.auburn.edu> <200403040508.i2458W811551@raven.dms.auburn.edu> <200403050400.i2540VQ21715@raven.dms.auburn.edu> <200403130310.i2D3A8w28676@raven.dms.auburn.edu> <200403150008.i2F083x04382@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079334380 20802 80.91.224.253 (15 Mar 2004 07:06:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2004 07:06:20 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 15 08:06:12 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 1B2mAu-0001u7-00 for ; Mon, 15 Mar 2004 08:06:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2mAt-00040n-00 for ; Mon, 15 Mar 2004 08:06:12 +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 1B2m8Q-0006JQ-4O for emacs-devel@quimby.gnus.org; Mon, 15 Mar 2004 02:03:38 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2m86-0006JF-0A for emacs-devel@gnu.org; Mon, 15 Mar 2004 02:03:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2m7Z-00068q-9F for emacs-devel@gnu.org; Mon, 15 Mar 2004 02:03:16 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B2m6e-0005LN-EH; Mon, 15 Mar 2004 02:01:48 -0500 Original-To: Luc Teirlinck In-reply-to: <200403150008.i2F083x04382@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 14 Mar 2004 18:08:03 -0600 (CST)) 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:20491 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20491 > Date: Sun, 14 Mar 2004 18:08:03 -0600 (CST) > From: Luc Teirlinck > > Stefan Monnier wrote: > > How does the code figure out whether auto-reverting the buffer is needed? > I mean, there's no visited-time to check, right? > > For dired buffers, visited-file-modtime works Only on Posix systems, btw. On MS-Windows, the directory's time stamp does not change when you add or remove files.