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

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)))))




  reply	other threads:[~2001-10-09 10:17 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 [this message]
2001-10-09 10:42   ` Henrik Enberg
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=ilupu7xw211.fsf@barbar.josefsson.org \
    --to=jas@extundo.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).