lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev follow-link bug


From: Philip Webb
Subject: Re: lynx-dev follow-link bug
Date: Fri, 5 Mar 1999 05:40:11 -0500 (EST)

990304 Laura Eaves wrote: 
> The following patchlet makes sure 123 with no suffix is handled correctly.
> Patch against dev19.

i assume you mean dev.18 ...
i applied the patch below to the patched dev.17 i've been testing
& the effect changes, but is still wrong.
the page in a new document seems to be the same as in the previous one:
eg if i'm on page 2 & enter  24  to follow link [24],
that new document is shown with page 2 on screen, not page 1 as expected;
you've fixed the increment, but something needs resetting to  1  or  0 .

> Actually, remember that typing 123 will follow link 123
> without repositioning the current link.  So be sure that's what you expect.

no problem with that.

> Index: LYForms.c
> --- old/LYForms.c     Thu Mar  4 03:39:46 1999
> +++ src/LYForms.c     Thu Mar  4 13:10:16 1999
> @@ -552,6 +552,8 @@
>      default:
>       *c = *p++;
>       *rel = *p;
> +    case 0:
> +     break;
>      }
>  
>      /*
> Index: LYGetFile.c
> --- old/LYGetFile.c   Thu Mar  4 03:39:46 1999
> +++ src/LYGetFile.c   Thu Mar  4 13:07:45 1999
> @@ -972,6 +972,8 @@
>       break;
>      default:
>       rel = *++p;
> +    case 0:
> +     break;
>      }
>      /* don't currently check for errors typing suffix */

-- 
========================,,============================================
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]