lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev recognizing 1+p as well as 1p+


From: Philip Webb
Subject: Re: lynx-dev recognizing 1+p as well as 1p+
Date: Thu, 4 Mar 1999 02:37:41 -0500 (EST)

990303 Laura Eaves wrote: 
> small nitsy change... Tested.
> Still doesn't test for bogus input:  123xyz  may give unexpected results.
> Unless everyone wants syntax checking I'll leave it the way it is...

great!  3+ 3- 3g 3p 3-g 3g- 3+p 3p+  all work on a WP article.
you once said you had  20 yrs  C programming experience IIRC ...

> -     *rel = *p++; *c = 0;
> +     *rel = *p++; *c = *p;
> -     rel = c; c = 0; ++p;
> +     rel = c; c = *++p;
 
you make it look so simple: give me a few hours & i might have found these.

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : address@hidden
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]