From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Auto-revert on remote files: disabling timers temporarily? Date: Mon, 31 May 2004 23:15:09 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87wu2s2t9e.fsf@gmx.de> 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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086038298 6105 80.91.224.253 (31 May 2004 21:18:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 21:18:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 23:18:11 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 1BUuAd-0002BI-00 for ; Mon, 31 May 2004 23:18:11 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUuAc-0003ng-00 for ; Mon, 31 May 2004 23:18:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUuAp-0008MJ-A5 for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 17:18:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUuAl-0008JM-Va for emacs-devel@gnu.org; Mon, 31 May 2004 17:18:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUuAk-0008Hb-D9 for emacs-devel@gnu.org; Mon, 31 May 2004 17:18:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUuAk-0008Fd-6R for emacs-devel@gnu.org; Mon, 31 May 2004 17:18:18 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BUu7s-0006XR-7Y for emacs-devel@gnu.org; Mon, 31 May 2004 17:15:20 -0400 Original-Received: (qmail 27411 invoked by uid 65534); 31 May 2004 21:15:18 -0000 Original-Received: from pD9E712E1.dip0.t-ipconnect.de (EHLO magdalene.local) (217.231.18.225) by mail.gmx.net (mp015) with SMTP; 31 May 2004 23:15:18 +0200 X-Authenticated: #3708877 Original-To: Luc Teirlinck In-Reply-To: <200405312106.i4VL6M223971@raven.dms.auburn.edu> (Luc Teirlinck's message of "Mon, 31 May 2004 16:06:22 -0500 (CDT)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) 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:24310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24310 Luc Teirlinck writes: > Here is a backtrace for the hang (the usual behavior). I will give a The backtrace doesn't look exciting. Normal Tramp actions I would say. > backtace for the error if I can still reproduce it. It happens > infrequently. There _always_ is either a hang or an error however. > The Tramp debug buffer gets messed up by printing auto-revert related > stuff every five seconds. 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 ... Both the debug and the communication buffers, even if large, would be helpfull. Best regards, Michael.