Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Marquardt <c.marquardt@alcatel.de>
Subject: (wrong-type-argument arrayp nil) in IDNA code
Date: Wed, 07 May 2003 15:18:22 +0200	[thread overview]
Message-ID: <k8zznlyhp41.fsf@slsf86.stgl.sel.alcatel.de> (raw)

Hi,

I got the gnus-CURRENT-20030506 CVS snapshot (after running Oort
0.12 succesfully) and now encounter a problem when wanting to send
mail. Here is the backtrace:


Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  substring(nil -1)
  (string= (substring string (1- ...)) "\n")
  (if (string= (substring string ...) "\n") (substring string 0 (1- ...)) string)
  (if (null proc) (error "Cannot start idn application") (idna-to-ascii-response-clear) (process-send-string proc (concat str "\n")) (setq string (idna-to-ascii-response)) (if (string= ... "\n") (substring string 0 ...) string))
  (let ((proc ...) string) (if (null proc) (error "Cannot start idn application") (idna-to-ascii-response-clear) (process-send-string proc ...) (setq string ...) (if ... ... string)))
  idna-to-ascii("alcatel.de")
  message-idna-to-ascii-rhs-1("From")
  message-idna-to-ascii-rhs()
  message-generate-headers((From Date (optional . In-Reply-To) Message-ID (optional . User-Agent) (optional . References) From))
  message-setup-1(((To . "") (Subject . "")) nil nil)
  message-setup(((To . "") (Subject . "")) nil nil)
  message-mail()
  gnus-group-mail(nil)
  call-interactively(gnus-group-mail)


I don't have any of the IDN support installed.

gnus-use-idna's value is t
message-use-idna's value is ask

I guess I can easily customize these variables to be nil, but things
should work out of the box. This is on a Solaris 5.8 machine in case
it matters. I don't think I have anything suspicious in my setup, but
I'm wondering why other people don't have this problem apparently?

Cheers,
  Colin



             reply	other threads:[~2003-05-07 13:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-07 13:18 Colin Marquardt [this message]
2003-05-07 14:22 ` Simon Josefsson
2003-05-07 14:54   ` Colin Marquardt

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=k8zznlyhp41.fsf@slsf86.stgl.sel.alcatel.de \
    --to=c.marquardt@alcatel.de \
    /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).