all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: drain <aeuster@gmail.com>
To: Help-gnu-emacs@gnu.org
Subject: scrolling
Date: Fri, 9 Nov 2012 11:11:07 -0800 (PST)	[thread overview]
Message-ID: <1352488267333-269271.post@n5.nabble.com> (raw)

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	other threads:[~2012-11-09 19:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09 19:11 drain [this message]
2012-11-09 19:52 ` scrolling Doug Lewan
  -- strict thread matches above, loose matches on Subject: below --
2011-04-01 13:19 scrolling Mario Lassnig
2003-08-08  2:24 scrolling schaecsn
2003-08-08  4:55 ` scrolling Peter Lee
2003-08-08  7:01   ` scrolling schaecsn
2003-08-08  8:32     ` scrolling Ehud Karni
2003-08-08  7:34 ` scrolling upro
2003-08-08 17:15 ` scrolling Harshdeep S Jawanda
2003-08-08 18:57 ` scrolling Kai Großjohann
2003-08-08 23:01   ` scrolling schaecsn
2003-08-09  0:07     ` scrolling Johan Bockgård
2003-08-09 10:02     ` scrolling Kai Großjohann
2003-08-10 13:52       ` scrolling Peter Lee
2003-08-10 20:27         ` scrolling Kai Großjohann
2003-08-11  3:37           ` scrolling Peter Lee
2003-08-11 15:01             ` scrolling Stefan Monnier
2003-08-12 18:35             ` scrolling Kai Großjohann
2003-08-16 14:02 ` scrolling Alexander Nikolov
     [not found] <mailman.8812.1056799237.21513.help-gnu-emacs@gnu.org>
2003-06-29 10:46 ` Scrolling Kai Großjohann
2003-06-28 11:01 Scrolling K T Ligesh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352488267333-269271.post@n5.nabble.com \
    --to=aeuster@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.