--- Begin Message ---
Subject: |
scroll-up, scroll-down don't respect current column |
Date: |
Fri, 06 Jun 2008 07:38:40 +0800 |
The nerve of scroll-up and scroll-down, always putting the cursor back
in column 0 no matter what column we were in. There should be a
variable to control this, documented in scroll-up and scroll-down's
docstrings. Same with scroll-*-*mark.
Test in a buffer made with (compile "yes 01234567|sed 333q").
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#373: scroll-up, scroll-down don't respect current column |
Date: |
Fri, 06 Jun 2008 12:06:53 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> The nerve of scroll-up and scroll-down, always putting the cursor back
> in column 0 no matter what column we were in. There should be a
> variable to control this, documented in scroll-up and scroll-down's
> docstrings. Same with scroll-*-*mark.
As luck would have it, I installed a few days ago a change that
preserves the column position (if you set
scroll-preserve-screen-position).
Stefan
--- End Message ---