From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52404 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.gnus.general Subject: Re: (wrong-type-argument arrayp nil) in IDNA code Date: Wed, 07 May 2003 16:54:40 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052319661 32024 80.91.224.249 (7 May 2003 15:01:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 15:01:01 +0000 (UTC) Keywords: idna Original-X-From: ding-owner+M948@lists.math.uh.edu Wed May 07 17:00:55 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 19DQMy-00086G-00 for ; Wed, 07 May 2003 16:58:09 +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 19DQOC-0003Vu-00; Wed, 07 May 2003 09:59:24 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DQK7-0003VP-00 for ding@lists.math.uh.edu; Wed, 07 May 2003 09:55:11 -0500 Original-Received: (qmail 59639 invoked by alias); 7 May 2003 14:55:10 -0000 Original-Received: (qmail 59634 invoked from network); 7 May 2003 14:55:10 -0000 Original-Received: from mailrelay2.alcatel.de (HELO mailrelay1.alcatel.de) (194.113.59.71) by sclp3.sclp.com with SMTP; 7 May 2003 14:55:10 -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 QAA10285 for ; Wed, 7 May 2003 16:54:35 +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 h47Esfe00017 for ; Wed, 7 May 2003 16:54:41 +0200 (MEST) Original-Received: (from cmarqu@localhost) by sls8hz.SSD-HW-stgl (8.10.2+Sun/8.9.3) id h47EseD17244; Wed, 7 May 2003 16:54:40 +0200 (MEST) X-Authentication-Warning: sls8hz.SSD-HW-stgl: cmarqu set sender to c.marquardt@alcatel.de using -f Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Wed, 07 May 2003 16:22:01 +0200") 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:52404 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52404 Simon Josefsson writes: > Colin Marquardt writes: >> 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: [...] > Try this patch: > > --- idna.el.~1.3.~ Wed Feb 26 19:26:31 2003 > +++ idna.el Wed May 7 16:19:55 2003 Thanks, this works. >> I don't have any of the IDN support installed. >> >> gnus-use-idna's value is t > > I think you have idna.el installed, at least, since gnus-use-idna is > nil if you don't. Right, I dropped it into my goodies directory after you posted them on g.e.s. but didn't install the command line utility. Thanks again, Colin