[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev next/prev relative number command suffixes
From: |
Jacob Poon |
Subject: |
Re: lynx-dev next/prev relative number command suffixes |
Date: |
Sat, 27 Feb 1999 15:38:20 -0500 |
On Sat, 27 Feb 1999, Laura Eaves wrote:
> > Date: Sat, 27 Feb 1999 14:54:08 -0500
> > From: Jacob Poon <address@hidden>
> >...
> > On Fri, 26 Feb 1999, Laura Eaves wrote:
> >
> > > Ok, here's a patch that implements the following:
> > >
> > > n[+|-][p|P|g|G]
> > >
> > > where n is a decimal number.
> > > (Note: the old 123g/123p/123 behavior is unchanged.)
> >
> > The syntax is a little awkward. The +|- sign should be put in front of
> > the numbers.
>
> I agree, but + and - are already keystroke commands.
> A compromise would be to use 0+5g -- require a leading 0
> in order to use the +/-. Comments welcome.
I think there is a slight confusion here. You are patching F_LINK_NUM
command, right? Since your current scheme describes the texts to be
entered in the prompt after invoking F_LINK_NUM, not the actual keystroke
involved for using F_LINK_NUM feature, whether the +/- keys are reserved
or not should not matter at all.