Re: The URL regex.
- From: Pawel Salek <pawsa TheoChem kth se>
- To: Albrecht Dreß <albrecht dress arcormail de>
- Cc: balsa-list gnome org
- Subject: Re: The URL regex.
- Date: Tue, 22 May 2001 10:05:47 +0200
On 2001-05-21 19:22 Albrecht Dreß wrote:
> > I have noticed the url regex expression
> > const char *url_str = "((ht|f)tps?://[^[:blank:]\r\n]+)";
> > has been replaced by
> > const char *url_str = "\\<((ht|f)tp[s]?://[^[:blank:]]+)\\>";
>
> I think the second one was my original, not sure anymore. I don't
> remember who
> introduced the first version (it *might* actually be me, but it's of
> course not correct;-))...
It was me. As I wrote to balsa-list, \\< did not work for me.
> Pawel, if you just want to put together a new release: I am afraid
> that I will need some more days to get this fixed. But for the time
> being, it might be ok to use my second patch (the one which changes
> the cursor shape)?
No rush, it is not going to be the last balsa release ever :-). The
cursor shape patch is in, Carlos merged it.
/pawel
--
Pawel Salek (pawsa@theochem.kth.se) http://www.theochem.kth.se/~pawsa/
Theoretical Chemistry Division, KTH voice: +46 8 790-8202
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]