Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: bugs@gnus.org, Uwe Brauer <oub@mat.ucm.es>
Cc: ding@gnus.org, bugs@gnus.org
Subject: Re: BUG: ngnus-0.10 can't send messages
Date: Wed, 18 Jun 2008 20:05:20 +0200	[thread overview]
Message-ID: <v9zlpipqjj.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87od60tp06.fsf@mat.ucm.es> (Uwe Brauer's message of "Tue, 17 Jun 2008 11:00:25 +0200")

On Tue, Jun 17 2008, Uwe Brauer wrote:

> I am using Xemacs21.4.19 Mule and just switched from ngnus-0.5 to
> ngnus-0.10.
[...]
>  I am not sure whether this is caused by bbdb.

I don't think so.

> Debugger entered--Lisp error: (wrong-type-argument stringp ("Uwe
>   Brauer" "oub@mat.ucm.es"))
>   string-match("\\<Mc\\([^aeiou]\\)" ("Uwe Brauer" "oub@mat.ucm.es") 0)
>   mail-extract-address-components("Uwe Brauer <oub@mat.ucm.es>" t)
>   message-bogus-recipient-p("Uwe Brauer <oub@mat.ucm.es>")
>   message-check-recipients()
>   message-fix-before-sending()
>   message-send(nil)
>   message-send-and-exit(nil)

I can't reproduce (nor understand) this problem.  It seems that
`mail-extract-address-components' returns something unexpected.
Please show us what is returned in your version for the following
expressions (use M-x ielm).  The current CVS HEAD code of
`message-bogus-recipient-p' differs to ngnus-0.10, though it doesn't
seem to be relevant.  But still, could you also try with current CVS
HEAD?

,----[ M-x ielm RET ]
| ELISP> (require 'mail-extr)
| mail-extr
| ELISP> (mail-extract-address-components "Uwe Brauer <oub@mat.ucm.es>" t)
| (("Uwe Brauer" "oub@mat.ucm.es"))
| 
| ELISP> (nth 0 (mail-extract-address-components "Uwe Brauer <oub@mat.ucm.es>" t))
| ("Uwe Brauer" "oub@mat.ucm.es")
| 
| ELISP> (cadr (nth 0 (mail-extract-address-components "Uwe Brauer <oub@mat.ucm.es>" t)))
| "oub@mat.ucm.es"
| ELISP> (require 'message)
| message
| ELISP> (message-bogus-recipient-p "Uwe Brauer <oub@mat.ucm.es>")
| nil
| ELISP> emacs-version
| "21.5  (beta27) \"fiddleheads\" (+CVS-20060704) XEmacs Lucid"
| ELISP> 
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



       reply	other threads:[~2008-06-18 18:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87od60tp06.fsf@mat.ucm.es>
2008-06-18 18:05 ` Reiner Steib [this message]
     [not found]   ` <87hcbpkcb7.fsf@mat.ucm.es>
2008-06-23 17:57     ` Reiner Steib
2008-06-24  9:57       ` Uwe Brauer
2008-06-24 11:40         ` Katsumi Yamaoka
2008-06-24 13:37           ` Uwe Brauer
2008-06-24 17:29             ` Reiner Steib
2008-06-24 23:59               ` Katsumi Yamaoka
2008-06-25 11:33                 ` Uwe Brauer

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=v9zlpipqjj.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.org \
    --cc=oub@mat.ucm.es \
    /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).