From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Remote display-time-mail-file Date: Fri, 17 Sep 2010 22:26:20 +0200 Message-ID: <87ocbwnmkz.fsf@gmx.de> References: <837hil355j.fsf@gnu.org> <83zkvh1m4j.fsf@gnu.org> <87pqwdbdxs.fsf@gmx.de> <83r5gs1th2.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284756147 2424 80.91.229.12 (17 Sep 2010 20:42:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2010 20:42:27 +0000 (UTC) Cc: Eli Zaretskii , "emacs-devel@gnu.org" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 17 22:42:24 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OwhlI-0001nD-9B for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2010 22:42:24 +0200 Original-Received: from localhost ([127.0.0.1]:47070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwhWx-0004mb-HL for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2010 16:27:35 -0400 Original-Received: from [140.186.70.92] (port=56823 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwhWp-0004kx-8h for emacs-devel@gnu.org; Fri, 17 Sep 2010 16:27:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwhVp-0008VG-2W for emacs-devel@gnu.org; Fri, 17 Sep 2010 16:26:26 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:33938 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OwhVo-0008Up-LD for emacs-devel@gnu.org; Fri, 17 Sep 2010 16:26:25 -0400 Original-Received: (qmail invoked by alias); 17 Sep 2010 20:26:22 -0000 Original-Received: from p4FC190C3.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.144.195] by mail.gmx.net (mp030) with SMTP; 17 Sep 2010 22:26:22 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+yTfZgJT6yYXRb/9gTea6UnO89cPE7YWeIth7au9 HSKPAPDMaO3QkE In-Reply-To: (Stefan Monnier's message of "Fri, 17 Sep 2010 17:37:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130361 Archived-At: Stefan Monnier writes: >> I wouldn't recommend to disable Tramp's file attributes cache at >> all. There are serious performance improvements, using the cache. > > Isn't there some timeout on the cache entries? Some internal ones, like `tramp-completion-reread-directory-timeout'. I could extend it for a general case. I'll check it next days. > Stefan Best regards, Michael.