all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Is there any way to scoll up the other window
Date: Wed, 14 Sep 2005 11:41:24 +0200	[thread overview]
Message-ID: <3396345b4cc8b616cf65399f9dfb9a86@Web.DE> (raw)
In-Reply-To: <f681ed1e2430b.43277a26@usc.edu>


Am 14.09.2005 um 10:17 schrieb tong wang:

>     Searched a little bit , could only find C+M+v to scoll the other 
> window down , is there any way to scoll it up also?
>

Yes. You can bind another key to that function.

	(global-set-key (quote [C-s-up]) (quote scroll-other-window-down))
	(global-set-key (quote [C-s-down]) (quote scroll-other-window))


--
Greetings

   Pete       (:
         _    / __    -    -
       _/ \__/_/        -     -
      (´`)      (´`)   -    -
       `´        `´

  reply	other threads:[~2005-09-14  9:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14  8:17 Is there any way to scoll up the other window tong wang
2005-09-14  9:41 ` Peter Dyballa [this message]
     [not found] <mailman.7007.1126688809.20277.help-gnu-emacs@gnu.org>
2005-09-14  9:31 ` David Hansen

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=3396345b4cc8b616cf65399f9dfb9a86@Web.DE \
    --to=peter_dyballa@web.de \
    --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.