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: Recent recentf slowdown? Date: Fri, 26 Jun 2009 05:44:12 +0200 Message-ID: <871vp7d5gz.fsf@gmx.de> References: <878wjghh57.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245987876 31455 80.91.229.12 (26 Jun 2009 03:44:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2009 03:44:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 05:44:29 2009 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.50) id 1MK2MW-0003z2-A8 for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2009 05:44:28 +0200 Original-Received: from localhost ([127.0.0.1]:52600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MK2MV-0003wM-J8 for ged-emacs-devel@m.gmane.org; Thu, 25 Jun 2009 23:44:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MK2MQ-0003tP-Jf for emacs-devel@gnu.org; Thu, 25 Jun 2009 23:44:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MK2ML-0003pX-Vm for emacs-devel@gnu.org; Thu, 25 Jun 2009 23:44:22 -0400 Original-Received: from [199.232.76.173] (port=33842 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MK2ML-0003pC-QF for emacs-devel@gnu.org; Thu, 25 Jun 2009 23:44:17 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:36235) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MK2ML-0005oT-5K for emacs-devel@gnu.org; Thu, 25 Jun 2009 23:44:17 -0400 Original-Received: (qmail invoked by alias); 26 Jun 2009 03:44:14 -0000 Original-Received: from p57A22396.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.35.150] by mail.gmx.net (mp064) with SMTP; 26 Jun 2009 05:44:14 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18Yoh5KxY0YhqnWwdiavmfKX/Z8jZoY9mhq8TLrVC ugyfK++i9mXCno In-Reply-To: <878wjghh57.fsf@escher.local.home> (Stephen Berman's message of "Thu, 25 Jun 2009 10:06:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.7 X-detected-operating-system: by monty-python.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:111737 Archived-At: Stephen Berman writes: > According to the ChangeLog there hasn't been anything change to recentf > for a long time. Perhaps the pause is due to the tramp update, though I > was not using tramp to visit the file being cleaned up when Emacs > paused. Has anyone else experienced this or does anyone have an idea > what the cause could be? I'm not aware of a Tramp change which could explain this behaviour. You might add (setq tramp-verbose 8) in your .emacs, in case of Tramp activities we can check them in Tramp's debug buffer, including timestamps. > Steve Berman Best regards, Michael.