From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51654 Path: main.gmane.org!not-for-mail From: Mark Thomas Newsgroups: gmane.emacs.gnus.general Subject: elisp error in spam.el 6.93 Date: Sat, 19 Apr 2003 12:13:31 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050777409 28316 80.91.224.249 (19 Apr 2003 18:36:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2003 18:36:49 +0000 (UTC) Original-X-From: ding-owner+M197@lists.math.uh.edu Sat Apr 19 20:36:46 2003 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 196xCg-0007MP-00 for ; Sat, 19 Apr 2003 20:36:46 +0200 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 196xDL-0001eC-00; Sat, 19 Apr 2003 13:37:27 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 196uy6-0001KS-00 for ding@lists.math.uh.edu; Sat, 19 Apr 2003 11:13:34 -0500 Original-Received: (qmail 86800 invoked by alias); 19 Apr 2003 16:13:34 -0000 Original-Received: (qmail 86795 invoked from network); 19 Apr 2003 16:13:33 -0000 Original-Received: from pool-151-201-225-42.pitt.east.verizon.net (HELO svelte.home) (151.201.225.42) by sclp3.sclp.com with SMTP; 19 Apr 2003 16:13:33 -0000 Original-Received: by svelte.home (Postfix, from userid 4642) id A749B1B879; Sat, 19 Apr 2003 12:13:31 -0400 (EDT) Original-To: ding@gnus.org Mail-Copies-To: never Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090019 (Oort Gnus v0.19) XEmacs/21.4 (Portable Code, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51654 lisp/spam.el v6.93 has this code that causes a compilation error: (defcustom spam-move-spam-nonspam-groups-only t "Whether spam should be moved in non-spam groups only. When nil, only ham and unclassified groups will have their spam moved to the spam-process-destination. When t, spam will also be moved from spam groups." :type 'repeat (choice :group 'spam)