From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57350 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: idna_to_ascii_from_locale() failed with error 3.'? (y or n) Date: Sun, 16 May 2004 17:15:01 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084720705 11896 80.91.224.253 (16 May 2004 15:18:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 15:18:25 +0000 (UTC) Original-X-From: ding-owner+M5890@lists.math.uh.edu Sun May 16 17:18:13 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPNP3-0005gl-00 for ; Sun, 16 May 2004 17:18:13 +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 1BPNOk-0002zY-00; Sun, 16 May 2004 10:17:54 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BPNOc-0002zS-00 for ding@lists.math.uh.edu; Sun, 16 May 2004 10:17:46 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BPNOc-0004hA-J2 for ding@lists.math.uh.edu; Sun, 16 May 2004 10:17:46 -0500 Original-Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by justine.libertine.org (Postfix) with ESMTP id 05E013A003B for ; Sun, 16 May 2004 10:17:46 -0500 (CDT) Original-Received: from [195.249.83.111] (0xc3f9536f.esnxr2.ras.tele.dk [195.249.83.111]) by pfepa.post.tele.dk (Postfix) with ESMTP id 8B56447FEA4 for ; Sun, 16 May 2004 17:17:44 +0200 (CEST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 16 May 2004 16:52:41 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57350 Lars Magne Ingebrigtsen writes: > Jesper Harder writes: > >> When I do a followup to a message with headers like: >> >> From: "'bar@example.com'" >> Cc: "'foo@example.com'" >> >> Gnus asks: >> >> Replace with `/usr/local/bin/idn: idna_to_ascii_from_locale() failed with error 3.'? (y or n) >> >> which doesn't make a lot of sense to me. > > No, it doesn't. `(setq debug-on-quit t)', and then `C-g' when it > prompts you. Post the resulting backtrace... Debugger entered--Lisp error: (quit) y-or-n-p("Replace with `/usr/local/bin/idn: idna_to_ascii_from_locale() failed with error 3.'? ") message-idna-to-ascii-rhs-1("To") message-idna-to-ascii-rhs() message-generate-headers(nil) message-setup-1(((Subject . "Re: stored mail differs from the sent") (Cc . "\"'foo@example.com'\" ") (To . "\"'bar@example.com'\" ")) # nil) message-setup(((Subject . "Re: stored mail differs from the sent") (Cc . "\"'foo@example.com'\" ") (To . "\"'bar@example.com'\" ")) #) message-reply(nil t) message-wide-reply(nil) gnus-post-news(nil "nnml+private:test" [108 "Re: stored mail differs from the sent" "\"'bar@example.com'\" " #("21 Apr 2004 18:30:32 +0200" 0 1 (gnus-time ...) 1 26 nil) "<87isftxphz.fsf@spacecentre.se>" "<87brlm6yr1.fsf@spacecentre.se> <87k709660r.fsf@spacecentre.se> " 324 12 "defun.localdomain test:108" nil] "*Article*" (108) nil nil) gnus-summary-followup((108) nil) gnus-summary-followup-with-original(nil) call-interactively(gnus-summary-followup-with-original) -- Jesper Harder