comparison lisp/packages/scroll-in-place.el @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents b82b59fe008d
children 4103f0995bd7
comparison
equal deleted inserted replaced
9:6f2bbbbbe05a 10:49a24b4fd526
496 ;; scrolling the default because one could single out certain ill-behaved 496 ;; scrolling the default because one could single out certain ill-behaved
497 ;; commands. But as of now I'm sure that the added complexity would really 497 ;; commands. But as of now I'm sure that the added complexity would really
498 ;; be worth it. 498 ;; be worth it.
499 ) 499 )
500 500
501 (defvar scroll-allow-blank-lines-past-eob t 501 (defvar scroll-allow-blank-lines-past-eob nil
502 "*When this variable is `nil' the \"in place\" scrolling commands will avoid 502 "*When this variable is `nil' the \"in place\" scrolling commands will avoid
503 displaying empty lines past the end of the buffer text. In other words, just 503 displaying empty lines past the end of the buffer text. In other words, just
504 as you can't see \"dead space\" before the beginning of the buffer text, the 504 as you can't see \"dead space\" before the beginning of the buffer text, the
505 \"in place\" scrolling commands try to avoid displaying \"dead space\" past the 505 \"in place\" scrolling commands try to avoid displaying \"dead space\" past the
506 end of the buffer text. This helps make the most of window real estate. 506 end of the buffer text. This helps make the most of window real estate.