From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: how to move the contents of the buffer one line up/down?
Date: Mon, 14 Jul 2008 07:11:16 -0500 [thread overview]
Message-ID: <k6WdnSyfz8fI3-bVnZ2dnUVZ_tbinZ2d@sysmatrix.net> (raw)
In-Reply-To: <6e0qu9F4kpduU2@mid.individual.net>
Tamas K Papp wrote:
> Hi,
>
> I know that I can "center" my cursor with C-l. But sometimes it would be
> really useful to do the following: have the contents of the buffer move
> up or down a couple of lines, with the cursor staying in the same place.
>
> What function would do that? Then I could bind it to a key.
>
> Thanks,
>
> Tamas
Look at C-h f scroll-up and scroll-down. For a demo try:
C-u 1 M-x scroll-up
Maybe this works, I don't know. Evaluate it and try it:
(global-set-key [(super q)] (lambda () (interactive) (scroll-up 1)))
next prev parent reply other threads:[~2008-07-14 12:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 11:17 how to move the contents of the buffer one line up/down? Tamas K Papp
2008-07-14 11:49 ` Peter Dyballa
2008-07-14 11:51 ` Pascal J. Bourguignon
2008-07-14 11:55 ` Tamas K Papp
2008-07-14 12:49 ` Pascal J. Bourguignon
2008-07-14 20:14 ` Xah
2008-07-14 12:11 ` B. T. Raven [this message]
2008-07-14 13:16 ` Alan Mackenzie
[not found] ` <mailman.14699.1216039847.18990.help-gnu-emacs@gnu.org>
2008-07-14 20:27 ` Xah
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=k6WdnSyfz8fI3-bVnZ2dnUVZ_tbinZ2d@sysmatrix.net \
--to=nihil@nihilo.net \
--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.
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).