From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: commas in URLs? Date: Thu, 31 Jan 2008 19:34:21 +0100 Message-ID: <7E853237-E67E-4ED6-A8A9-F405CA12A6D5@science.uva.nl> References: <20080130185346.GA21734@atlantic.linksys.moosehall> <20080131144639.GA21213@atlantic.linksys.moosehall> <2BCD353D-11F1-4932-B03B-43382C9537D8@science.uva.nl> <878x25lws8.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKeF3-0001s9-61 for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 13:34:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKeF1-0001rO-Oh for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 13:34:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKeF1-0001rK-KW for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 13:34:27 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKeF1-0002r9-DX for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 13:34:27 -0500 Received: by nf-out-0910.google.com with SMTP id f5so142313nfh.26 for ; Thu, 31 Jan 2008 10:34:26 -0800 (PST) In-Reply-To: <878x25lws8.fsf@bzg.ath.cx> 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: Bastien Cc: org-mode mailing list On Jan 31, 2008, at 6:39 PM, Bastien wrote: > Carsten Dominik writes: > >>> On Thu, Jan 31, 2008 at 06:43:25AM +0100, Carsten Dominik wrote: >>>> Yes, plain links are terminated by (among other) comma. >>>> >>>> Please enclose such links into <...> or [[...]]] >>> >>> Ah, OK thanks! Just curious - what's the reasoning behind excluding >>> commas? >> >> So that you can write >> >> Popular search engines are http://google.com, http://yahoo.com, and >> http://ask.com > > So URLs should just exclude commas that are followed by a whitespace > or > a line break, not all commas - right? Yes, but this is harder to do with a regexp. I wish Emacs had look- ahead assertions like perl. - Carsten > Anyway, I guess 99% of URLs are > enclosed in brackets, so it might not be worth being fussy on this... > > -- > Bastien