From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44791 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: url fontification fails with `{' Date: Fri, 10 May 2002 17:50:04 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021046040 26956 127.0.0.1 (10 May 2002 15:54:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 10 May 2002 15:54:00 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 176CiW-00070f-00 for ; Fri, 10 May 2002 17:54:00 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 176ChJ-0003PZ-00; Fri, 10 May 2002 10:52:45 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 10 May 2002 10:53:01 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA22299 for ; Fri, 10 May 2002 10:52:51 -0500 (CDT) Original-Received: (qmail 25188 invoked by alias); 10 May 2002 15:52:16 -0000 Original-Received: (qmail 25183 invoked from network); 10 May 2002 15:52:16 -0000 Original-Received: from fepe.post.tele.dk (195.41.46.137) by gnus.org with SMTP; 10 May 2002 15:52:16 -0000 Original-Received: from defun.localdomain ([195.249.83.92]) by fepE.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020510155214.HSXK6079.fepE.post.tele.dk@defun.localdomain> for ; Fri, 10 May 2002 17:52:14 +0200 Original-To: ding@gnus.org In-Reply-To: (billw@wolfram.com's message of "Sun, 5 May 2002 22:02:07 +0000 (UTC)") Original-Lines: 19 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44791 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44791 billw@wolfram.com (Bill White) writes: > In my gnus, url fontification stops at the `=' character. Oort Gnus > > http://canada.com/news/story.asp?id={7157C231-B4AF-441E-993F-6D902B45ED6B} The problem is that { and } have to be encoded in URLs. RFC 1738 says: Other characters are unsafe because gateways and other transport agents are known to sometimes modify such characters. These characters are "{", "}", "|", "\", "^", "~", "[", "]", and "`". All unsafe characters must always be encoded within a URL. If you want to allow them, you can add them to `gnus-button-url-regexp'. -- Cheers, Jesper Harder