From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: How to scroll other window backwards? C-M-v does forwards Date: Sun, 04 Jul 2010 18:02:47 +0300 Organization: A noiseless patient Spider Message-ID: <87wrtbz3vs.fsf@mithlond.arda> References: <2f1f9c14-8cdb-4507-aa1a-a2a8d72f0763@5g2000yqz.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291843348 6125 80.91.229.12 (8 Dec 2010 21:22:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 21:22:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 22:22:23 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQRSw-0005jU-PA for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:22:22 +0100 Original-Received: from localhost ([127.0.0.1]:60105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRGh-00075K-7W for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 16:09:43 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Injection-Date: Sun, 4 Jul 2010 15:02:47 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="TcTTtsh3Iz4M1vNcTNIcFQ"; logging-data="12019"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18n9i+IHFugbXDltgGeP8eURazWFOkFKbc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux) Cancel-Lock: sha1:7IVieGsn5KztF1qce+H9cq6QBpc= sha1:7NzWd5oYYAGcEzn/M5NuMKH/kok= Original-Xref: usenet.stanford.edu gnu.emacs.help:179485 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76031 Archived-At: * 2010-07-03 22:50 (-0700), Daniel wrote: > 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? Add Shift key to that key combination. C-M-S-v runs the command scroll-other-window-down, which is an interactive compiled Lisp function in `simple.el'. It is bound to , C-M-S-v, ESC . (scroll-other-window-down LINES) Scroll the "other window" down. For more details, see the documentation for `scroll-other-window'.