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: [gmane.emacs.devel] Tramp with global-auto-revert-mode. Date: Wed, 26 May 2004 21:53:59 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405270253.i4R2rxf23193@raven.dms.auburn.edu> References: <86y8ngbx1e.fsf@rumba.de.uu.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085629376 6894 80.91.224.253 (27 May 2004 03:42:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 03:42:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 27 05:42:51 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 1BTBn9-0004f2-00 for ; Thu, 27 May 2004 05:42:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTBn9-0002SD-00 for ; Thu, 27 May 2004 05:42:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTB4Y-0006mr-KZ for emacs-devel@quimby.gnus.org; Wed, 26 May 2004 22:56:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTB37-0006XW-FH for emacs-devel@gnu.org; Wed, 26 May 2004 22:55:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTB2Z-0006RZ-9P for emacs-devel@gnu.org; Wed, 26 May 2004 22:55:15 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTB2Y-0006RK-Sb for emacs-devel@gnu.org; Wed, 26 May 2004 22:54:43 -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 i4R2seuE002592; Wed, 26 May 2004 21:54:41 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4R2rxf23193; Wed, 26 May 2004 21:53:59 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: kai@emptydomain.de In-reply-to: <86y8ngbx1e.fsf@rumba.de.uu.net> (message from Kai Grossjohann on Tue, 25 May 2004 12:50:37 +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:23996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23996 What if we, for the time being, completely disable auto-reverting of remote files? Currently it apparently _even_ gives problems for people with fast connections. Once Tramp can better deal with reentrant (or recursive, whatever one wants to call it) calls, we can introduce a user option to dis/en-able auto-reverting of remote files. Sincerely, Luc.