From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Tramp with global-auto-revert-mode. Date: Sun, 16 May 2004 16:13:56 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <867jvcihnf.fsf@slowfox.dyndns.org> References: <200405122254.i4CMsUj29445@raven.dms.auburn.edu> <200405122326.i4CNQk929511@raven.dms.auburn.edu> <200405132324.i4DNOBs14811@raven.dms.auburn.edu> <200405140008.i4E08lb14858@raven.dms.auburn.edu> <871xln4xmc.fsf-monnier+emacs@gnu.org> <87oeorb5pq.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084718747 8624 80.91.224.253 (16 May 2004 14:45:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 14:45:47 +0000 (UTC) Cc: David Kastrup , monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 16 16:45:40 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 1BPMtY-0004cK-00 for ; Sun, 16 May 2004 16:45:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPMtY-0004za-00 for ; Sun, 16 May 2004 16:45:40 +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 1BPMse-0001dD-BD for emacs-devel@quimby.gnus.org; Sun, 16 May 2004 10:44:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPMqM-00082r-VA for emacs-devel@gnu.org; Sun, 16 May 2004 10:42:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPMpd-0006xu-38 for emacs-devel@gnu.org; Sun, 16 May 2004 10:42:09 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BPMoe-0006UO-Sn for emacs-devel@gnu.org; Sun, 16 May 2004 10:40:37 -0400 Original-Received: (qmail 28367 invoked by uid 65534); 16 May 2004 14:13:56 -0000 Original-Received: from pD951F40E.dip.t-dialin.net (EHLO slowfox.dyndns.org) (217.81.244.14) by mail.gmx.net (mp005) with SMTP; 16 May 2004 16:13:56 +0200 X-Authenticated: #361006 Original-Received: by slowfox.dyndns.org (Postfix, from userid 1001) id 4C8A941E5; Sun, 16 May 2004 16:13:56 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sat, 15 May 2004 14:33:34 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix) 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:23537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23537 Richard Stallman writes: > I think it is best to prevent recursive calls to Tramp. > One way to do this is to turn off auto-revert mode > while inside of any Tramp operation. Okay, so I suggest to extend Tramp such that it looks to see if the buffer is busy, and if so, it signals an error. Additionally, global-auto-revert-mode could be changed so that auto-reverting is off for remote files. WDYT? Kai