unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Lowell Gilbert <lgusenet@be-well.ilk.org>
To: help-gnu-emacs@gnu.org
Subject: Re: How to scroll other window backwards? C-M-v does forwards
Date: Sun, 04 Jul 2010 11:40:32 -0400	[thread overview]
Message-ID: <44iq4vdzm7.fsf@lowell-desk.lan> (raw)
In-Reply-To: 2f1f9c14-8cdb-4507-aa1a-a2a8d72f0763@5g2000yqz.googlegroups.com

Daniel <unagimiyagi@gmail.com> writes:

> I think that the control + meta + v function is great.  However, is
> there a way to scroll the other window's file backwards without having
> to leave my current window?

>  C-M-v runs the command scroll-other-window, which is an interactive
>  built-in function in `C source code'.
>
>  It is bound to <M-next>, C-M-v, ESC <next>.
>
>  (scroll-other-window &optional ARG)
>
>  Scroll next window upward ARG lines; or near full screen if no ARG.
>  A near full screen is `next-screen-context-lines' less than a full screen.
>  The next window is the one below the current one; or the one at the top
>  if the current one is at the bottom.  Negative ARG means scroll downward.
>  If ARG is the atom `-', scroll downward by nearly full screen.
>  When calling from a program, supply as argument a number, nil, or `-'.
>
>  If `other-window-scroll-buffer' is non-nil, scroll the window
>  showing that buffer, popping the buffer up if necessary.
>  If in the minibuffer, `minibuffer-scroll-window' if non-nil
>  specifies the window to scroll.  This takes precedence over
>  `other-window-scroll-buffer'.

So a negative prefix is all you need.


  parent reply	other threads:[~2010-07-04 15:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2f1f9c14-8cdb-4507-aa1a-a2a8d72f0763@5g2000yqz.googlegroups.com>
2010-07-04 14:50 ` How to scroll other window backwards? C-M-v does forwards Michael Jahn
2010-07-04 15:02 ` Teemu Likonen
2010-07-04 15:40 ` Lowell Gilbert [this message]
2010-07-04 18:16   ` Daniel
2010-07-04 18:31     ` Lowell Gilbert

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=44iq4vdzm7.fsf@lowell-desk.lan \
    --to=lgusenet@be-well.ilk.org \
    --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).