Re: [Orgmode] Re: commas in URLs?

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 11:59:21PM +, Leo wrote: > On 2008-01-31 23:43 +, Adam Spiers wrote: > >>> Yes, but this is harder to do with a regexp. I wish Emacs had look- > >>> ahead assertions like perl. > > > > Ach, true :-) > > Can someone propose this feature to emacs-devel? FWIW it's in

[Orgmode] Re: commas in URLs?

2008-01-31 Thread Leo
On 2008-01-31 23:43 +, Adam Spiers wrote: >>> Yes, but this is harder to do with a regexp. I wish Emacs had look- >>> ahead assertions like perl. > > Ach, true :-) Can someone propose this feature to emacs-devel? -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :.

Re: [Orgmode] Re: commas in URLs?

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 11:16:24PM +, Leo wrote: > On 2008-01-31 18:34 +, Carsten Dominik wrote: > >> 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 loo

[Orgmode] Re: commas in URLs?

2008-01-31 Thread Leo
On 2008-01-31 18:34 +, Carsten Dominik wrote: >> 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 Maybe we can