unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Smooth scrolling vertical and horizontal
@ 2007-08-13 16:13 Will
  2007-08-14 18:19 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Will @ 2007-08-13 16:13 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

how can I make Emacs scroll smoothly if I move the cursor to the right 
edge of the buffer?

I am working with a text file with truncated lines, but everytime I am 
moving the cursor to the right edge it jumps back to the center of the 
screen, which is irritating as I have to find the cursor again and 
scroll it to the right edge to see the rest of the line.

I am already having smooth scrolling in a vertical direction due to this 
code:
(setq-default scroll-step 1)
(setq-default scroll-conservatively 1000)
(setq-default scroll-margin 5)
(setq-default scroll-preserve-screen-position 't)

Thanks for helping in advance,

Will

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-14 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 16:13 Smooth scrolling vertical and horizontal Will
2007-08-14 18:19 ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).