From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Popup when buffer file is changed on disk Date: Sun, 6 Feb 2005 14:54:21 +0100 Message-ID: <001e01c50c53$8a7772b0$0200a8c0@sedrcw11488> References: <200502040036.j140atb03430@raven.dms.auburn.edu> <009d01c50bbb$9aa2fd50$0200a8c0@sedrcw11488> <000c01c50bc5$248dc1e0$6501a8c0@y8h26> <01c50bd6$Blat.v2.4$48866000@zahav.net.il> <001701c50be6$0eb9fa20$0200a8c0@sedrcw11488> <01c50c1c$Blat.v2.4$88670e40@zahav.net.il> <002801c50c2a$cbce93c0$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107699491 6585 80.91.229.2 (6 Feb 2005 14:18:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 14:18:11 +0000 (UTC) Cc: Eli Zaretskii , moheb1333@comcast.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 15:18:11 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxnEj-0000pV-8N for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 15:18:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxnSf-0005GU-3z for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 09:32:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxnMQ-0004Gt-Io for emacs-devel@gnu.org; Sun, 06 Feb 2005 09:26:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxnMG-0004BJ-E5 for emacs-devel@gnu.org; Sun, 06 Feb 2005 09:25:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxnMD-00047X-3R for emacs-devel@gnu.org; Sun, 06 Feb 2005 09:25:49 -0500 Original-Received: from [81.228.11.114] (helo=av7-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxmtQ-0007C1-2D; Sun, 06 Feb 2005 08:56:04 -0500 Original-Received: by av7-2-sn1.fre.skanova.net (Postfix, from userid 502) id 430A237E79; Sun, 6 Feb 2005 14:56:03 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av7-2-sn1.fre.skanova.net (Postfix) with ESMTP id 3199D37E42; Sun, 6 Feb 2005 14:56:03 +0100 (CET) Original-Received: from sedrcw11488 (t2o58p22.telia.com [62.20.165.22]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id AC3D037E5B; Sun, 6 Feb 2005 14:55:58 +0100 (CET) Original-To: "Jason Rumney" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32947 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32947 ----- Original Message ----- From: "Jason Rumney" > > Emacs should also keep track of when this question was asked last > > time (to avoid asking to many times). > > I don't understand the rationale for this. If Emacs decides it has > asked too many times, what should it do? Sorry, "too many times" was not really what I meant. When Emacs asks about a file change it should keep track of the modification (or write time) of the changed file. If that time has not changed then do not ask again.