From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85743 Path: news.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus gets terribly slow when exiting high-traffic groups Date: Thu, 05 Feb 2015 00:12:39 -0600 Message-ID: References: <87k2zx11cq.fsf@building.gnus.org> <87sielyq7g.fsf@building.gnus.org> <877fvxyn8v.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423116824 20802 80.91.229.3 (5 Feb 2015 06:13:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 06:13:44 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M33982@lists.math.uh.edu Thu Feb 05 07:13:44 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJFh9-0002OR-NL for ding-account@gmane.org; Thu, 05 Feb 2015 07:13:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YJFgU-00088i-QB; Thu, 05 Feb 2015 00:13:02 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YJFgI-00088O-J8 for ding@lists.math.uh.edu; Thu, 05 Feb 2015 00:12:50 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YJFgF-00056F-0v for ding@lists.math.uh.edu; Thu, 05 Feb 2015 00:12:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YJFgD-0005rx-7v; Thu, 05 Feb 2015 07:12:45 +0100 Original-Received: from epithumia.math.uh.edu ([129.7.128.2]) by mx2.math.uh.edu with esmtp (Exim 4.84) (envelope-from ) id 1YJFg7-0006mY-PV; Thu, 05 Feb 2015 00:12:44 -0600 Original-Received: by epithumia.math.uh.edu (Postfix, from userid 7225) id B7E9D1D1C; Thu, 5 Feb 2015 00:12:39 -0600 (CST) User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux) X-Spam-Score: -2.9 (--) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85743 Archived-At: >>>>> "LI" == Lars Ingebrigtsen writes: LI> Could you `M-x edebug-defun' though gnus-summary-expire-articles in LI> gnus-sum.el and see why it's looping there so much? Well, when I did this, nothing appeared to take very long. Holding down 'n' How very odd. The only interesting thing was that (gnus-list-of-read-articles gnus-newsgroup-name) generated a really long list, but it only looped over the 39 articles and took less time holding down space than it's ever taken before. How can I be trebly sure I'm running the right version? I mean, G E wouldn't have given me the info you needed if I wasn't running the current code, right? I have (setq load-path (cons (expand-file-name "~/work/gnus/lisp" load-path)) in my .emacs (before (require 'gnus-load)) and that's where the current stuff is. I'm feeling like I must have screwed something up somewhere. - J<