From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: URL Parsing Date: Mon, 25 Feb 2008 13:00:55 -0500 Message-ID: <87lk58ykyw.fsf@gollum.intra.norang.ca> References: <20080225155225.GA9151@odin.demosthenes.org> 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 1JThdP-0008Iw-5i for emacs-orgmode@gnu.org; Mon, 25 Feb 2008 13:01:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JThdN-0008Ij-IY for emacs-orgmode@gnu.org; Mon, 25 Feb 2008 13:01:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JThdN-0008Ie-F8 for emacs-orgmode@gnu.org; Mon, 25 Feb 2008 13:01:01 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JThdN-0000pL-5S for emacs-orgmode@gnu.org; Mon, 25 Feb 2008 13:01:01 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JThdJ-0000Fs-Ja for emacs-orgmode@gnu.org; Mon, 25 Feb 2008 18:00:58 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id m1PI0ts2017911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 25 Feb 2008 13:00:56 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.2/8.14.2/Debian-1) with ESMTP id m1PI0tRK009238 for ; Mon, 25 Feb 2008 13:00:55 -0500 In-Reply-To: <20080225155225.GA9151@odin.demosthenes.org> (Russell Adams's message of "Mon\, 25 Feb 2008 09\:52\:25 -0600") 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: emacs-orgmode@gnu.org Russell Adams writes: > So I've just started experimenting with using C-c C-o to open a URL at > point, and found a minor problem. > > Here's the URL for demonstration purposes: > > http://www.irs.gov/businesses/small/article/0,,id=115043,00.html > > M-x browse-url-at-point loads the URL properly in Firefox. > > C-c C-o truncates the URL at the first comma, resulting in a 404 > error. > > I looked around but didn't see where I could adjust the URL regexp. > > I'm running org-5.19a, on GNU Emacs 22.1.1. > There was a fix for this after org-5.19a. commit d8b7e8a87a5db2ccbc21871e12cbabd1d3ca82cb Author: Carsten Dominik Date: Fri Feb 1 23:30:07 2008 +0100 org-plain-link-re has been improved to allow ; and , in URL's. It works fine for me in 5.22a Regards, Bernt