From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Recent recentf slowdown due to "/ftp:..." Date: Tue, 07 Jul 2009 15:04:53 +0200 Message-ID: <87bpnwy77u.fsf@escher.local.home> References: <878wjghh57.fsf@escher.local.home> <871vp7d5gz.fsf@gmx.de> <87hby3qxkg.fsf@escher.local.home> <87r5wzzcnq.fsf@escher.local.home> <87y6r6t3kb.fsf@escher.local.home> <87d48gln8p.fsf@escher.local.home> <87prcfdt2s.fsf@gmx.de> <87ab3iqlpt.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 1246971969 21661 80.91.229.12 (7 Jul 2009 13:06:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jul 2009 13:06:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 07 15:06:02 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 1MOAMz-0005CC-Ew for ged-emacs-devel@m.gmane.org; Tue, 07 Jul 2009 15:06:01 +0200 Original-Received: from localhost ([127.0.0.1]:33139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOAMy-0008Ea-UU for ged-emacs-devel@m.gmane.org; Tue, 07 Jul 2009 09:06:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOAMG-0007YW-OS for emacs-devel@gnu.org; Tue, 07 Jul 2009 09:05:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOAMC-0007Uo-14 for emacs-devel@gnu.org; Tue, 07 Jul 2009 09:05:16 -0400 Original-Received: from [199.232.76.173] (port=55880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOAMB-0007Ul-NQ for emacs-devel@gnu.org; Tue, 07 Jul 2009 09:05:11 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:38670 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOAMB-0002vM-5V for emacs-devel@gnu.org; Tue, 07 Jul 2009 09:05:11 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MOAM7-0001bU-TR for emacs-devel@gnu.org; Tue, 07 Jul 2009 13:05:07 +0000 Original-Received: from i59f5ba0d.versanet.de ([89.245.186.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2009 13:05:07 +0000 Original-Received: from stephen.berman by i59f5ba0d.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2009 13:05:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f5ba0d.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:112138 Archived-At: On Mon, 06 Jul 2009 10:06:38 +0200 Stephen Berman wrote: > On Sun, 05 Jul 2009 17:53:47 +0200 Michael Albinus wrote: [...] >> Which desktop >> are you using (Gnome? KDE? Something different?) > > My regular desktop is KDE 4.2.4 (KDE 4.2.4) "release 2" and that's what > I was using in all my previous reports on this problem (in addition, I > use the gtk-qt engine from the rpm kcm_gtk-1.1-5.5). This morning I > logged on to Gnome after booting the machine and ran my test case, and > here too I got the ~30s pause (actually closer to 27-8 seconds). Then I > logged out of Gnome, logged on to KDE, ran my test case, and did not get > the pause. Then I restarted the X server, logged on to KDE again, ran > my test case and still got no pause. So I conclude that the pause only > happens with the first Emacs started after booting the machine. (But I > have not yet tried my test case with -nw.) Today after booting the machine I logged on at a virtual tty instead of starting an X desktop. I ran my test and got no pause. Then I logged out, logged on to the desktop (KDE 4.2.4), ran my test and got the pause. >> Is GVFS running after >> your login? Is GVFS running after the first Emacs start, including the >> pause? After the tty login GVFS was not running, but after the desktop login it was. Steve Berman