From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: autoreverting remote files Date: Sun, 26 Jul 2009 10:05:44 -0400 Message-ID: References: <873a8l2fa1.fsf@gmx.de> <7b501d5c0907250451m7a359d63g598b5689c25d99c7@mail.gmail.com> <873a8j24ce.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248617167 6773 80.91.229.12 (26 Jul 2009 14:06:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jul 2009 14:06:07 +0000 (UTC) Cc: emacs-devel@gnu.org, Deniz Dogan To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 26 16:06:00 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MV4MR-0000GC-B1 for ged-emacs-devel@m.gmane.org; Sun, 26 Jul 2009 16:05:59 +0200 Original-Received: from localhost ([127.0.0.1]:48624 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MV4MQ-00009U-PX for ged-emacs-devel@m.gmane.org; Sun, 26 Jul 2009 10:05:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MV4MJ-00007n-Mi for emacs-devel@gnu.org; Sun, 26 Jul 2009 10:05:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MV4MG-000051-19 for emacs-devel@gnu.org; Sun, 26 Jul 2009 10:05:51 -0400 Original-Received: from [199.232.76.173] (port=51905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MV4MF-00004y-RW for emacs-devel@gnu.org; Sun, 26 Jul 2009 10:05:47 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:16220 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MV4MF-00034R-DG for emacs-devel@gnu.org; Sun, 26 Jul 2009 10:05:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkQFAKf/a0pFxJuZ/2dsb2JhbACBUMp+hA0FhxQ X-IronPort-AV: E=Sophos;i="4.43,272,1246852800"; d="scan'208";a="42168159" Original-Received: from 69-196-155-153.dsl.teksavvy.com (HELO ceviche.home) ([69.196.155.153]) by ironport2-out.teksavvy.com with ESMTP; 26 Jul 2009 10:05:45 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id AFC0870018; Sun, 26 Jul 2009 10:05:44 -0400 (EDT) In-Reply-To: <873a8j24ce.fsf@gmx.de> (Michael Albinus's message of "Sun, 26 Jul 2009 11:14:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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 Xref: news.gmane.org gmane.emacs.devel:113161 Archived-At: > That would be an option. Another approach could be not to revert the > file, if the previous revert operation has not finished yet. This would > work without magical adaption of the interval. Or rather than revert every N seconds, we could simply wait N seconds between each revert. Stefan