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: Auto-revert on remote files: disabling timers temporarily? Date: Mon, 31 May 2004 19:18:54 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200406010018.i510IsJ01078@raven.dms.auburn.edu> References: <87aczpdhz4.fsf@gmx.de> <200405310159.i4V1x3K12232@raven.dms.auburn.edu> <87u0xx6ku0.fsf@gmx.de> <200405312015.i4VKFIp23644@raven.dms.auburn.edu> <871xl049a7.fsf@gmx.de> <200405312106.i4VL6M223971@raven.dms.auburn.edu> <87wu2s2t9e.fsf@gmx.de> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086049265 29033 80.91.224.253 (1 Jun 2004 00:21:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2004 00:21:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 01 02:20:56 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 1BUx1U-0001Vu-00 for ; Tue, 01 Jun 2004 02:20:56 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUx1T-0000md-00 for ; Tue, 01 Jun 2004 02:20:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUx1g-0008NC-O5 for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 20:21:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUx1d-0008Ld-Sx for emacs-devel@gnu.org; Mon, 31 May 2004 20:21:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUx1c-0008KW-B4 for emacs-devel@gnu.org; Mon, 31 May 2004 20:21:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUx1c-0008KT-7r for emacs-devel@gnu.org; Mon, 31 May 2004 20:21:04 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUx0Z-0004uq-OZ for emacs-devel@gnu.org; Mon, 31 May 2004 20:19:59 -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 i510JluE011144; Mon, 31 May 2004 19:19:47 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i510IsJ01078; Mon, 31 May 2004 19:18:54 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: michael.albinus@gmx.de In-reply-to: <87wu2s2t9e.fsf@gmx.de> (message from Michael Albinus on Mon, 31 May 2004 23:15:09 +0200) 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:24327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24327 Michael Albinus wrote: I guess you have the recent Emacs CVS, including Tramp 2.0.41 and Kai's post-release fix? The auto-revert stuff shouldn't appear during Tramp actions ... I have the version of Tramp from the latest _Emacs_ CVS, including Andreas' fix to the bug I reported (the last change to Tramp in Emacs CVS). However, to avoid confusion, I did not apply the patch you proposed. (Disabling all timers during execution of Tramp). Sincerely, Luc.