From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: tramp and auto-revert-tail-mode Date: Wed, 23 Aug 2006 09:23:17 +0200 Message-ID: References: <87bqqccu5o.fsf@hans.local.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156317901 11387 80.91.229.2 (23 Aug 2006 07:25:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Aug 2006 07:25:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 23 09:24:58 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFn6a-0006dT-Mj for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Aug 2006 09:24:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFn6Z-00017n-Q3 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Aug 2006 03:24:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFn5A-0000t7-7x for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 03:23:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFn58-0000sA-6r for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 03:23:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFn58-0000s6-2V for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 03:23:22 -0400 Original-Received: from [194.113.59.96] (helo=mailrelay2.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GFnCu-0005Xu-HE for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 03:31:24 -0400 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay2.alcatel.de (8.12.11.20060308/8.12.11/ICT TSC MAIL 2005) with ESMTP id k7N7NHDH003078; Wed, 23 Aug 2006 09:23:17 +0200 Original-To: Dieter Wilhelm In-Reply-To: <87bqqccu5o.fsf@hans.local.net> (Dieter Wilhelm's message of "Tue, 22 Aug 2006 23:55:31 +0200") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.73 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36860 Archived-At: Dieter Wilhelm writes: > Thank you for the pointer: It seems to me that file-remote-p is not > thoroughly enough for above cases when the file is indeed locally > opened? No, it is sufficient. People might find access via su(do)? methods slow as well. Maybe a customer option `auto-revert-remote-files' would be helpful, set to nil by default. Then a user can decide whether to revert remote files, too. Best regards, Michael.