Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: Unable to customize group in very recent Oort
Date: Sat, 04 Jan 2003 16:32:58 -0500	[thread overview]
Message-ID: <m3bs2w61o5.fsf@heechee.beld.net> (raw)
In-Reply-To: <86el7txo23.fsf@asfast.com> (Lloyd Zusman's message of "Sat, 04 Jan 2003 04:27:16 -0500")

On Sat, 04 Jan 2003, ljz@asfast.com wrote:
> I downloaded a very recent version of Oort from CVS, and now, when I
> try to customize any group via "G c", I get an error.  This is new,
> since I had no problem with this before today's download.  I'm
> enclosing the backtrace.
> 
> Any ideas?
> 
> Thanks.
> 
> Signaling: (void-function nil)
>   nil((other :tag "Unclassified" :args (nil)) nil)
>   widget-apply((other :tag "Unclassified" :args (nil)) :match nil)
>   widget-choice-match((choice :tag "Group contents classification
>   for spam sorting" :args ((variable-item :value
>   gnus-group-spam-classification-spam :args nil) (variable-item

Looks like the spam additions to gnus.el may be a problem, but it
hasn't been an issue for me at all.  Do you have an existing
spam-contents parameter that may be the problem?  Do you load spam.el?
(although that shouldn't matter) Can anyone else verify this problem?

The "Unclassified" option for the spam-contents is supposed to apply
if you set the spam-contents to anything but
gnus-group-spam-classification-spam or
gnus-group-spam-classification-ham; this includes nil.

The full type definition:

 :variable-type '(repeat 
			 (list :tag "Group contents spam/ham classification"
			  (regexp :tag "Group")
			  (choice
			   (variable-item gnus-group-spam-classification-spam)
			   (variable-item gnus-group-spam-classification-ham)
			   (other :tag "Unclassified" nil))))

 :parameter-type '(list :tag "Group contents spam/ham classification"
		   (choice :tag "Group contents classification for spam sorting"
			   (variable-item gnus-group-spam-classification-spam)
			   (variable-item gnus-group-spam-classification-ham)
			   (other :tag "Unclassified" nil)))

if anyone familiar with gnus-define-group-parameter sees a problem
here, please let me know.

Thanks
Ted




  reply	other threads:[~2003-01-04 21:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-04  9:27 Lloyd Zusman
2003-01-04 21:32 ` Ted Zlatanov [this message]
2003-01-06 17:32   ` Lloyd Zusman
2003-01-06 19:49     ` Ted Zlatanov
2003-01-13 20:42     ` Ted Zlatanov
2003-01-07 16:27 ` Lloyd Zusman
2003-01-07 19:38   ` Ted Zlatanov
2003-01-07 19:53     ` Lloyd Zusman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3bs2w61o5.fsf@heechee.beld.net \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).