|
|
Cursor jumps to center while scrolling...
Hi there,
I found some posts on the web to that issue already but wondered if
there's a real good solution for my problem:
When I move down the cursor to a new page it sometimes "centers" to
the middle of the screen like when I would press CTRL-L. I'm using
viper for moving arround (hjkl-keys).
I find this quite annoying and wonder howto fix this. I played arround
with some of the scroll-vars but couldn't find the right one yet. I
also tried scroll-in-place.el and next-sceen-line.el but both act
weird in some situations (like next-screen-line still scrolling down
even if EOF is reached already).
Hope someone can help...
greetings,
markus
|
|
0
|
|
|
|
Reply
|
Markus
|
10/2/2003 9:35:15 AM |
|
On 2 Oct 2003 02:35:15 -0700,
Markus-3123@gmx.de (Markus_thed00t) wrote:
> When I move down the cursor to a new page it sometimes "centers"
> to the middle of the screen like when I would press CTRL-L. I'm
> using viper for moving arround (hjkl-keys).
> I find this quite annoying and wonder howto fix this. I played
> arround with some of the scroll-vars but couldn't find the right
> one yet. I also tried scroll-in-place.el and next-sceen-line.el
> but both act weird in some situations (like next-screen-line
> still scrolling down even if EOF is reached already).
> Hope someone can help...
I think what you want is scroll-step and/or scroll-conservatively.
I don't know if viper respects these, but I can't think of a good
reason it shouldn't/wouldn't, either.
HTH,
Heather
--
Heather Coppersmith
That's not right; that's not even wrong. -- Wolfgang Pauli
|
|
0
|
|
|
|
Reply
|
Heather
|
10/2/2003 10:48:14 AM
|
|
"Markus" == Markus thed00t <Markus-3123@gmx.de> writes:
Markus> When I move down the cursor to a new page it sometimes
Markus> "centers" to the middle of the screen like when I would press
Markus> CTRL-L. I'm using viper for moving arround (hjkl-keys).
Markus>
Markus> I find this quite annoying and wonder howto fix this. I played
Markus> arround with some of the scroll-vars but couldn't find the
Markus> right one yet. I also tried scroll-in-place.el and
Markus> next-sceen-line.el but both act weird in some situations (like
Markus> next-screen-line still scrolling down even if EOF is reached
Markus> already).
If you could better describe the "weird" behavior that you see with
`scroll-in-place', perhaps I could diagnose the problem and/or explain what
you're seeing.
Note that `scroll-in-place' does not change the behavior of the `next-line' and
`previous-line' commands (keys like C-n, C-p, up-arrow, and down-arrow). It
only changes the behavior of scrolling commands (keys like C-v, M-v, page-up,
and page-down).
Seeing point (i.e., the cursor) jump to the center of a window is usually a
result of line motion commands, not of scrolling commands.
Thanks ---
Eric.
--
-------------------------------------------------------------------------------
Eric Eide <eeide@cs.utah.edu> . University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX
|
|
0
|
|
|
|
Reply
|
Eric
|
10/2/2003 2:30:36 PM
|
|
Markus> When I move down the cursor to a new page it sometimes
Markus> "centers" to the middle of the screen like when I would
Markus> press CTRL-L.
This works for me:
(setq scroll-step 1)
(setq scroll-conservatively 9999)
|
|
0
|
|
|
|
Reply
|
Peter
|
10/3/2003 2:47:00 PM
|
|
On 2 Oct 2003 02:35:15 -0700, Markus_thed00t <Markus-3123@gmx.de> wrote:
<snip>
> weird in some situations (like next-screen-line still scrolling down
> even if EOF is reached already).
(setq next-line-add-newlines nil)
should do the trick.
Neil.
--
Some things have got to be believed to be seen.
|
|
0
|
|
|
|
Reply
|
Neil
|
10/5/2003 2:57:20 AM
|
|
|
4 Replies
602 Views
(page loaded in 0.299 seconds)
Similiar Articles: Cursor jumps to center while scrolling... - comp.emacsHi there, I found some posts on the web to that issue already but wondered if there's a real good solution for my problem: When I move down the cursor to a new page ... stop cursor blink - comp.unix.shellComputer monitor flickering/flashing screen when mouse scroll ..... 2 seconds (like dancing by itself) and then stop. ... Cursor jumps to center while scrolling ... Flickering mouse cursor - comp.graphics.api.openglComputer monitor flickering/flashing screen when mouse scroll using the scrolling wheel Follow ... Cursor jumps to center while scrolling... - comp.emacs... buttons, or ... How to disable scrolling mouse - comp.databases.filemaker ...how to stop cursor from moving when scrolling? - comp.emacs ... How to turn off mouse ... mouse with scroll wheel - comp.sys.sun.admin... jumps to center while scrolling ... How to scroll automatically - comp.lang.java.guiCustomize Emacs Automatic Scrolling, and stop the cursor from jumping around as I move it Thursday, May ... ... WD2000: How to Automatically Scroll While Reading Document ... Problem with Microsoft Intellipoint. Is this the same for Logitech ...... the extra back/forwards buttons, or the sideways scrolling. ... I have left, right and center (scroll wheel ... Ctrl, Alt, and Spacebar, for keyboard shortcuts while ... WordStar or CP/M patches for VT100 terminal - comp.os.cpm ...... from the keyboard via the escape prefix while the screen was actively scrolling ... clearing the screen, then moving the cursor ... If the VT100 is set for jump scroll (whole ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... Quick sync between two computers not connected to the internet ...For a while the linux kernel time standardizing routine ... clocks are sufficiently broken that they might "jump ... stick a $200 laptop with a connection to the data center. How to check whether malloc has allocated memory properly in case ...... after 40 or so seconds that memory usage was jumping ... from urxvt, to look at source code and moved the cursor ... if the sums were accumulated in order from the center ... Cursor jumps to center while scrolling... - comp.emacs | Computer ...Hi there, I found some posts on the web to that issue already but wondered if there's a real good solution for my problem: When I move down the cursor to a new page ... when scrolling or paging down, cursor keeps jumping back to top of ...when scrolling or paging down, cursor keeps jumping back to top of page (occurs in all programs including ... While I am working in an application program, it seems that ... 7/23/2012 7:36:39 PM
|
|
|
|
|
|
|
|
|