From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31036 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: URLs containing `?' are not fully comprehended Date: 17 May 2000 19:55:02 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167493 11793 80.91.224.250 (21 Oct 2002 02:31:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:31:33 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id F0AE2D0520 for ; Wed, 17 May 2000 13:56:01 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB08435; Wed, 17 May 2000 12:55:55 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 May 2000 12:55:10 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA01012 for ; Wed, 17 May 2000 12:54:58 -0500 (CDT) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by mailhost.sclp.com (Postfix) with ESMTP id 145E9D0520 for ; Wed, 17 May 2000 13:55:10 -0400 (EDT) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian/GNU) with ESMTP id TAA24827 for ; Wed, 17 May 2000 19:50:36 +0200 Original-Received: (from abraham@localhost) by zuse.dina.kvl.dk (8.9.3+Sun/8.9.1) id TAA29647; Wed, 17 May 2000 19:55:02 +0200 (MET DST) X-Authentication-Warning: zuse.dina.kvl.dk: abraham set sender to abraham@dina.kvl.dk using -f Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Karl Kleinpaste's message of "17 May 2000 08:17:09 -0400" Original-Lines: 21 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31036 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31036 Karl Kleinpaste writes: > That regexp always makes my eyes hurt, but I think the segment in > error is > [-a-zA-Z0-9_=#$@~`%&*+|\\/] > which lacks `?' (and `!', and a bunch of others...which raises the > question of why this segment isn't just like the preceding segment). If you notice, there is no "*" or "+" after that section, it is there to ensure that a following punctuation sign isn't considered part of the URL. This way, sentences like See http://www.dict.com, everything is there. Did you found it on http://www.google.com? I can't connect to http://slashdot.org. will do "the right thing". Now lets's see if it does ;-)