From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54967 Path: main.gmane.org!not-for-mail From: Danny Siu Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el: exiting groups is really really slow Date: Wed, 26 Nov 2003 12:33:10 -0800 Organization: Adobe Systems Incorporated Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4ny8u43vk3.fsf@lockgroove.bwh.harvard.edu> <7coeuzzg6c.fsf@nature.tsukuba.ac.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1069878823 23905 80.91.224.253 (26 Nov 2003 20:33:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2003 20:33:43 +0000 (UTC) Original-X-From: ding-owner+M3507@lists.math.uh.edu Wed Nov 26 21:33:40 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AP6M0-0005Rn-00 for ; Wed, 26 Nov 2003 21:33:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AP6Lo-0002jM-00; Wed, 26 Nov 2003 14:33:28 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AP6Lf-0002jE-00 for ding@lists.math.uh.edu; Wed, 26 Nov 2003 14:33:19 -0600 Original-Received: from smtp-relay-7.sea.adobe.com (smtp-relay-7.adobe.com [192.150.22.7]) by justine.libertine.org (Postfix) with ESMTP id 9D0CB3A0074 for ; Wed, 26 Nov 2003 14:33:18 -0600 (CST) Original-Received: from inner-relay-3.corp.adobe.com (inner-relay-3 [153.32.251.51]) by smtp-relay-7.sea.adobe.com (8.12.10/8.12.10) with ESMTP id hAQKXF7c012400 for ; Wed, 26 Nov 2003 12:33:15 -0800 (PST) Original-Received: from mailsjtest (mailsjtest.corp.adobe.com [153.32.1.139]) by inner-relay-3.corp.adobe.com (8.12.9/8.12.9) with ESMTP id hAQKXFGl025108 for ; Wed, 26 Nov 2003 12:33:15 -0800 (PST) Original-Received: from GIGI.corp.adobe.com (c-155-16.corp.adobe.com [153.32.155.16]) by mailsjtest.corp.adobe.com (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTP id <0HOZ008GG7S3T1@mailsjtest.corp.adobe.com> for ding@gnus.org; Wed, 26 Nov 2003 12:33:39 -0800 (PST) X-Face: fHBvLrQQW(GRz#RNTAN(,')p8NGv}{6dMh\:?%*D\+8hgkiA_dub1@\,Y"r5'a8C(8e~cGG(WFTU\OlAqI[B?V7m'ZGkquvZ/d k~E"A"@WK;0mLF&\%W1kIC]O"z#/>YNUefE1%5/NUX;ml]@$nW;05Z9uZ/CqTz]A)+`1ROuF~||pG= k>Zi@hE- In-reply-to: <7coeuzzg6c.fsf@nature.tsukuba.ac.jp> Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org X-Mailer: Gnus v5.10.3 User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt) X-Location: San Jose X-Emacs: 21.3.50.1 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54967 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54967 Thanks! This is a more global way to do the same thing. Hiroshi Fujishima writes: Hiroshi> Danny Siu writes: >> I have the following in my gnus-exit-gnus-hook (let >> ((coding-system-for-write 'emacs-mule)) (spam-stat-save)) >> >> Without that, Emacs would complain about the coding system when saving >> the my spam stat file. Hiroshi> I use following setting. Hiroshi> (modify-coding-system-alist Hiroshi> 'file "/\\.spam-stat\\.el\\'" 'emacs-mule) Hiroshi> -- Hiroshi Fujishima -- Danny Siu