From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25161 Path: main.gmane.org!not-for-mail From: Jens-Ulrik Petersen Newsgroups: gmane.emacs.gnus.general Subject: highlighting of bad url Date: 20 Sep 1999 15:39:15 +0900 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 1035162597 12564 80.91.224.250 (21 Oct 2002 01:09:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:09:57 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu ([129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA00861 for ; Mon, 20 Sep 1999 02:41:48 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id CAB25178; Mon, 20 Sep 1999 02:05:11 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 20 Sep 1999 01:41:44 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA16116 for ; Mon, 20 Sep 1999 01:41:33 -0500 (CDT) Original-Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA00846 for ; Mon, 20 Sep 1999 02:39:29 -0400 (EDT) Original-Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id JAA13070 for ; Mon, 20 Sep 1999 09:39:22 +0300 (EETDST) Original-Received: from samail01.nmp.nokia.com (root@samail01.nmp.nokia.com [131.228.240.6]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id JAA14504 for ; Mon, 20 Sep 1999 09:39:21 +0300 (EETDST) Original-Received: from tolnx04.europe.nokia.com (root@tolnx04.europe.nokia.com [172.24.108.57]) by samail01.nmp.nokia.com (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id JAA19268 for ; Mon, 20 Sep 1999 09:44:53 +0300 (EETDST) Original-Received: (from jepeters@localhost) by tolnx04.europe.nokia.com (8.9.3/8.8.7) id PAA07099; Mon, 20 Sep 1999 15:39:16 +0900 Original-To: ding@gnus.org In-Reply-To: Karl Kleinpaste's message of "19 Sep 1999 09:59:53 -0400" Original-Lines: 13 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.1 (Arches) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25161 Karl Kleinpaste writes: > See FAQ Q4.7. Also see > http://x26.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=509406109&threaded=1&CONTEXT=937749115.1151467526&hitnum=0 Interestingly this unusual url is not highlighted correctly in the article buffer. But according to my reading of rfc2396 (see 2.4.3. Excluded US-ASCII Characters) it's not legal to have brackets (`[' and `]') in an url. So we can't really fault gnus here. Jens