From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59593 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: New feature: De-IDNA Date: Sun, 16 Jan 2005 19:58:29 +0100 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 1105902154 31822 80.91.229.6 (16 Jan 2005 19:02:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Jan 2005 19:02:34 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8133@lists.math.uh.edu Sun Jan 16 20:02:28 2005 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 1CqFfP-0005PD-00 for ; Sun, 16 Jan 2005 20:02:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CqFck-0002Rl-00; Sun, 16 Jan 2005 12:59:42 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CqFcg-0002Rg-00 for ding@lists.math.uh.edu; Sun, 16 Jan 2005 12:59:38 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CqFca-0003Ds-1w for ding@lists.math.uh.edu; Sun, 16 Jan 2005 12:59:32 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqFcQ-0005SS-00 for ; Sun, 16 Jan 2005 19:59:23 +0100 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.2/8.13.2/Debian-1) with ESMTP id j0GIwhCL006804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK); Sun, 16 Jan 2005 19:59:03 +0100 Original-To: Michael Cook OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050116:ding@gnus.org::Hno0mdhgYRc1PHPt:1l/e X-Hashcash: 1:21:050116:michael@waxrat.com::JE8myywa5+RuC5lH:7tx9 In-Reply-To: (Michael Cook's message of "Sun, 16 Jan 2005 13:24:05 -0500") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.80/664/Thu Jan 13 16:13:05 2005 clamav-milter version 0.80j on yxa.extundo.com X-Virus-Status: Clean Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59593 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59593 Michael Cook writes: > Simon Josefsson writes: > >> Michael Cook writes: >> >>> Simon Josefsson writes: >>> >>>> Xavier Maillard writes: >>>> >>>>> On 15 jan 2005, Simon Josefsson wrote: >>>>> >>>>>> Hi. I added a new binding `W i' in summary buffers, that decode >>>>>> IDNA names inside articles. It works if you have GNU Libidn >>>>>> installed ("idn" command line tool.) >>>>> >>>>> Is it normal that my gnus is trying to fire up "idna" ? >>>> >>>> You mean "idn"? If so, yes. >>> >>> i get an error message: >>> >>> gnus-summary-idna-message: Cannot open load file: idna >> >> Ouch, yes. Better now? > > a little, i suppose. now i get: > > GNU Libidn not installed properly (`idn' or `idna.el' missing) > > maybe the help text for `gnus-summary-idna-message' should something > about what libidn is and how to install it (e.g., maybe a URL)? I've added an URL to the docstring, manual and GNUS-NEWS now, thanks.