From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53889 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-url-mailto broken on foo+bar@somewhere.invalid Date: Thu, 04 Sep 2003 03:59:32 +0200 Organization: http://purl.org/harder/ 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 1062640977 20812 80.91.224.253 (4 Sep 2003 02:02:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 02:02:57 +0000 (UTC) Original-X-From: ding-owner+M2429@lists.math.uh.edu Thu Sep 04 04:02:55 2003 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 19ujSZ-0004ld-00 for ; Thu, 04 Sep 2003 04:02:55 +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 19ujSB-0001KL-00; Wed, 03 Sep 2003 21:02:31 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19ujS7-0001KG-00 for ding@lists.math.uh.edu; Wed, 03 Sep 2003 21:02:27 -0500 Original-Received: (qmail 76558 invoked by alias); 4 Sep 2003 02:02:27 -0000 Original-Received: (qmail 76552 invoked from network); 4 Sep 2003 02:02:26 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 4 Sep 2003 02:02:26 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19ujbx-0000kW-00 for ; Thu, 04 Sep 2003 04:12:37 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: 0xc3f98212.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1062641557 2883 195.249.130.18 (4 Sep 2003 02:12:37 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 4 Sep 2003 02:12:37 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > On Wed, Aug 27 2003, Benjamin Riefenstahl wrote: > >> Jesper Harder writes: >>> I'm wondering if the "+" -> " " substitution is bogus not just for >>> mailto: but for all URI types. I can't find anything in RFC 2396 >>> stating that this substitution should be performed. > > For mailto it's not useful, AFAICS. > >>> I guess that code should just be removed from >>> `gnus-url-unhex-string'. > > This would break info links like . OK, I removed + -> " " from `gnus-url-unhex-string' and put it in `gnus-button-handle-info-url' instead. There's now also support for GNOME and KDE style Info URLs.