From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52396 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.gnus.general Subject: (wrong-type-argument arrayp nil) in IDNA code Date: Wed, 07 May 2003 15:18:22 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052313498 30585 80.91.224.249 (7 May 2003 13:18:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 13:18:18 +0000 (UTC) Keywords: string,nil,substring,proc,optional,idn,error Original-X-From: ding-owner+M940@lists.math.uh.edu Wed May 07 15:18:16 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DOnv-0007v8-00 for ; Wed, 07 May 2003 15:17:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DOp6-0002aD-00; Wed, 07 May 2003 08:19:04 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DOox-0002a5-00 for ding@lists.math.uh.edu; Wed, 07 May 2003 08:18:55 -0500 Original-Received: (qmail 55344 invoked by alias); 7 May 2003 13:18:55 -0000 Original-Received: (qmail 55339 invoked from network); 7 May 2003 13:18:54 -0000 Original-Received: from mailrelay2.alcatel.de (HELO mailrelay1.alcatel.de) (194.113.59.71) by sclp3.sclp.com with SMTP; 7 May 2003 13:18:54 -0000 Original-Received: from slsd38.stgl.sel.alcatel.de (sls6xz.stgl.sel.alcatel.de [149.204.240.171]) by mailrelay1.alcatel.de (8.9.3/8.9.3) with ESMTP id PAA23129 for ; Wed, 7 May 2003 15:18:17 +0200 (MET DST) Original-Received: from sls8hz.SSD-HW-stgl (sls8hz [149.204.240.213]) by slsd38.stgl.sel.alcatel.de (8.11.6+Sun/8.8.8-tak-vsehServer-000110) with ESMTP id h47DIMe20906 for ; Wed, 7 May 2003 15:18:22 +0200 (MEST) Original-Received: (from cmarqu@localhost) by sls8hz.SSD-HW-stgl (8.10.2+Sun/8.9.3) id h47DIMH15148; Wed, 7 May 2003 15:18:22 +0200 (MEST) X-Authentication-Warning: sls8hz.SSD-HW-stgl: cmarqu set sender to c.marquardt@alcatel.de using -f Original-To: ding@gnus.org X-Disclaimer: Opinions expressed are not those of Alcatel. User-Agent: Gnus/5.090012 (Oort Gnus v0.12) Emacs/21.3 (sparc-sun-solaris2.8) X-Alcanet-MTA-scanned-and-authorized: yes Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52396 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