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

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

scrolling


From: drain
Subject: scrolling
Date: Fri, 9 Nov 2012 11:11:07 -0800 (PST)

Any Emacs Lisp suggestions on scrolling by paragraph?

The following code could be easily adapted if forward / backward
paragraph returned line numbers:

(defun gcm-scroll-up (&optional arg)
  (interactive "P")
  (if arg
      (scroll-down arg)
    (scroll-down 1)))




--
View this message in context: 
http://emacs.1067599.n5.nabble.com/scrolling-tp269271.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



reply via email to

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