Re: Possible to not leave pager if up on first or down on last message?

2017-12-22 Thread Erik Christiansen
On 20.12.17 23:30, Scott Kostyshak wrote:
> > Ben Boeckel wrote:
> > bindpager   previous-line
> > bindpager next-line
...
> 
> Thank you for the replies, Todd and Ben.
> 
> It seems there's not a configuration variable for what I would like to
> achieve.

On the contrary, Ben's key bindings do keep you in the pager,
substituting line up/down for message up/down. (It's something which
I've also adopted long ago, as the default is alien.)

Erik


Re: Possible to not leave pager if up on first or down on last message?

2017-12-22 Thread Ben Boeckel
On Fri, Dec 22, 2017 at 19:38:15 +1100, Erik Christiansen wrote:
> On the contrary, Ben's key bindings do keep you in the pager,
> substituting line up/down for message up/down. (It's something which
> I've also adopted long ago, as the default is alien.)

They're Todd's, not mine :) . It makes it move lines, but if you want to
move to the next message, I don't think there's away to say "move to the
next message unless this is the last one" and similarly for the first
message.

--Ben


Re: Possible to not leave pager if up on first or down on last message?

2017-12-22 Thread Scott Kostyshak
On Fri, Dec 22, 2017 at 03:49:11PM +, Ben Boeckel wrote:
> On Fri, Dec 22, 2017 at 19:38:15 +1100, Erik Christiansen wrote:
> > On the contrary, Ben's key bindings do keep you in the pager,
> > substituting line up/down for message up/down. (It's something which
> > I've also adopted long ago, as the default is alien.)
> 
> They're Todd's, not mine :) . It makes it move lines, but if you want to
> move to the next message, I don't think there's away to say "move to the
> next message unless this is the last one" and similarly for the first
> message.

Thanks, Ben and Erik. I should have been more specific. Indeed, as Ben
mentions I would still like to use the default navigation across
messages (I like using Return/backspace within messages), I just wanted
to change only that one behavior of  and .

Scott