From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: possible URI handling bug: verification and reporting? Date: Fri, 31 Jul 2009 09:27:20 +0800 Message-ID: <87y6q5iqt4.fsf@bzg.ath.cx> References: <20090730213610.A6B5A1405BABB@cedar.isis.unc.edu> <87fxcdzvjo.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWgvU-0003RE-4f for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:28:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWgvP-0003IV-7K for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:28:51 -0400 Received: from [199.232.76.173] (port=49655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWgvP-0003I4-1n for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:28:47 -0400 Received: from rv-out-0708.google.com ([209.85.198.241]:29726) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWgvO-0001EE-JA for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:28:46 -0400 Received: by rv-out-0708.google.com with SMTP id f25so822856rvb.6 for ; Thu, 30 Jul 2009 18:28:45 -0700 (PDT) In-Reply-To: <87fxcdzvjo.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu, 30 Jul 2009 17:54:19 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Tom Roche , emacs-orgmode@gnu.org Bernt Hansen writes: > I think the parenthesis should be URL encoded to be a valid URL. > > Change ( to %28 and ) to %29 and you get > > http://dx.doi.org/10.1016/S1352-2310%2801%2900429-0 > > which works for me (at least it doesn't 404 anymore) > > Gnus also stops the fontification at the ( so I don't think this is > org-mode specific. Org-mode explicitely excluded parentheses from `org-plain-link-re' so yes, it was org-mode specific. And (browse-url-url-at-point) was not confused either by parentheses, so org-mode needed to be fixed (and perhaps Gnus needs too!) best, -- Bastien