bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14508: scroll-conservatively==1 not honored for fast line by line na


From: Barry OReilly
Subject: bug#14508: scroll-conservatively==1 not honored for fast line by line navigation up
Date: Thu, 13 Feb 2014 15:17:00 -0500

I ended up settling on settings:

 '(font-lock-maximum-decoration (quote ((c++-mode . 2))))
 '(scroll-conservatively 101)
 '(scroll-margin 4)

and in the C++ mode hook:

  (setq jit-lock-defer-time 0.01)

So I am able to scroll through C++ buffers with timely redisplays and without recenterings. Closing.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]