Gnus development mailing list
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: Error sending messages
Date: Tue, 09 Oct 2001 14:28:55 +0200	[thread overview]
Message-ID: <rj669p0zg8.fsf@ssv2.dina.kvl.dk> (raw)
In-Reply-To: <m31ykd5c2z.fsf@enberg.org> (Henrik Enberg's message of "Tue, 09 Oct 2001 12:42:28 +0200")

Henrik Enberg <henrik@enberg.org> writes:

> Simon Josefsson <jas@extundo.com> writes:
>
>> (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.

Could you try to evaluate message-check-element (put point in the
defun and type ESC C-x), and post a new backtrace?



  reply	other threads:[~2001-10-09 12:28 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
2001-10-09 12:28     ` Per Abrahamsen [this message]
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=rj669p0zg8.fsf@ssv2.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /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).