Gnus development mailing list
 help / color / mirror / Atom feed
From: Henrik Enberg <henrik@enberg.org>
Subject: Re: Error sending messages
Date: Tue, 09 Oct 2001 12:42:28 +0200	[thread overview]
Message-ID: <m31ykd5c2z.fsf@enberg.org> (raw)
In-Reply-To: <ilupu7xw211.fsf@barbar.josefsson.org> (Simon Josefsson's message of "Tue, 09 Oct 2001 12:17:30 +0200")

Simon Josefsson <jas@extundo.com> writes:

> Henrik Enberg <henrik@enberg.org> writes:
>
>> I get the below error when I try to send messages with the latest CVS
>> Gnus.  I think it has something to do with the UTF-8 updates,  I had to
>> do a `cvs update -D 2001-10-06' to get a working Gnus.
>>
>> Debugger entered--Lisp error: (wrong-type-argument listp dont-check-for-anything-just-trust-me)
>>   message-check-element(newsgroups)
>
> Hm, if you C-h f message-check-element RET and follow the link to
> where the function is defined, does it look like the below?  If it
> does, I don't understand the backtrace, seems like it should work.
>
> (defun message-check-element (type)
>   "Return non-nil if this TYPE is not to be checked."
>   (if (eq message-syntax-checks 'dont-check-for-anything-just-trust-me)
>       t
>     (let ((able (assq type message-syntax-checks)))
>       (and (consp able)
> 	   (eq (cdr able) 'disabled)))))

They're identical, both in the one from the 6th that works and the
newest one that don't work.

Henrik
-- 
I just forgot my whole philosophy of life!!!




  reply	other threads:[~2001-10-09 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-09  9:03 Henrik Enberg
2001-10-09 10:17 ` Simon Josefsson
2001-10-09 10:42   ` Henrik Enberg [this message]
2001-10-09 12:28     ` Per Abrahamsen
2001-10-09 18:07       ` Henrik Enberg

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=m31ykd5c2z.fsf@enberg.org \
    --to=henrik@enberg.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).