From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50225 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el is a bit aggressive loading/saving spam-stat data Date: Fri, 21 Feb 2003 09:16:20 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045815452 18894 80.91.224.249 (21 Feb 2003 08:17:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2003 08:17:32 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18m8N8-0004uO-00 for ; Fri, 21 Feb 2003 09:17:31 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18m8Mk-0007jW-00; Fri, 21 Feb 2003 02:17:06 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Feb 2003 02:18:06 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id CAA25613 for ; Fri, 21 Feb 2003 02:17:56 -0600 (CST) Original-Received: (qmail 41199 invoked by alias); 21 Feb 2003 08:16:52 -0000 Original-Received: (qmail 41194 invoked from network); 21 Feb 2003 08:16:51 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by 66.230.238.6 with SMTP; 21 Feb 2003 08:16:51 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-244.axis.se [10.13.8.244]) by krynn.axis.se (8.12.3/8.12.3/Debian -4) with ESMTP id h1L8GKOG010384 for ; Fri, 21 Feb 2003 09:16:20 +0100 Original-To: ding@gnus.org In-Reply-To: (David Z Maze's message of "Thu, 20 Feb 2003 13:22:04 -0500") Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50225 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50225 David Z Maze writes: > Is it straightforward to change this so that (spam-stat-load) > happens once when Gnus starts up, and then (spam-stat-save) > is called, say, along with everything else when I press 's' > from the group buffer? I'd think this would noticably improve > splitting performance for me. I've also noticed this excessive loading and saving. I never press `s' in the group buffer though, so this solution wouldn't be good for me. Would it make sense to save the file when `g' is pressed in the group buffer and when you quit gnus instead? Niklas