From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74216 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Re: Improving Gnus speed Date: Sun, 21 Nov 2010 15:07:17 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1290348490 28862 80.91.229.12 (21 Nov 2010 14:08:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2010 14:08:10 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22581@lists.math.uh.edu Sun Nov 21 15:08:06 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKAaL-000751-L9 for ding-account@gmane.org; Sun, 21 Nov 2010 15:08:05 +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 1PKAaE-00059l-SE; Sun, 21 Nov 2010 08:07:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PKAaD-00059W-3R for ding@lists.math.uh.edu; Sun, 21 Nov 2010 08:07:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PKAa8-0005DL-JQ for ding@lists.math.uh.edu; Sun, 21 Nov 2010 08:07:57 -0600 Original-Received: from mail-ww0-f48.google.com ([74.125.82.48]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PKAa7-00011T-00 for ; Sun, 21 Nov 2010 15:07:51 +0100 Original-Received: by wwb39 with SMTP id 39so6410753wwb.5 for ; Sun, 21 Nov 2010 06:07:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=KYhMHH72d9KX/faho+D5u9xq33i1c0XAVwXxiX+X+5g=; b=LM9Y9KGTAt2AMQ4siBCGKQTT7R/mzMqQ12pMlJpzUIK+HJrWmpMVs6jVkyZjDQtzX4 5oTOsvx9T5JIT4RCYAqiLDahLCxvAbEQcftWITiv5tYAN0PbLIcIIDk2V+zFIBuWoi6Q 1iwKJu+YRqPWhcgYTuHqgUznjnzVrWWVjlv+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=bsai+BHzdMocHqichI6UELSBoF6nA9+9+j3wy0bG4wGXzA6uM2X7cRXchoTP1gAO/d rAtdIFBMyX94tgC36LfJlUJt471uK/H+TaBhJK6EV/GsF1alhfvt/4/SAQ9andFQcnIB kg/iWr9qyqiTEWMpShKMYI6naT/qrblK63ewA= Original-Received: by 10.227.155.145 with SMTP id s17mr4704312wbw.64.1290348440740; Sun, 21 Nov 2010 06:07:20 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id i19sm2578364wbe.11.2010.11.21.06.07.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Nov 2010 06:07:19 -0800 (PST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 21 Nov 2010 06:44:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74216 Archived-At: Lars Magne Ingebrigtsen writes: > Francis Moreau writes: > >> ah ok, but what the point to examine the total score if scoring is >> disabled ? > > If the user disables scoring, but still insists on using the total > scoring for the sorting, then, er, Gnus could discover that, but it > seems like a pretty odd situation. Well, this how this happens for my config. I globaly set my thread sorting function to: (setq gnus-thread-sort-functions '((not gnus-thread-sort-by-number) gnus-thread-sort-by-total-score)) But it appears that for some groups (the cached one), scoring is not really appropriate, so I just use group parameter for these groupe to disable scoring. I don't know, maybe it's just me, but I would have expected Gnus to automatically not spend time in calculating scores specially since all scores values are shown as 0 in the summary buffer. -- Francis