[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scrolling simultaneously 2 buffers in 2 windows
From: |
mag_dex |
Subject: |
Re: scrolling simultaneously 2 buffers in 2 windows |
Date: |
Wed, 29 Apr 2009 00:21:11 -0700 (PDT) |
User-agent: |
G2/1.0 |
scroll-all-mode does my job.
It's great!
Thanks!
On Apr 29, 9:58 am, Stephen Berman <stephen.ber...@gmx.net> wrote:
> On Tue, 28 Apr 2009 07:02:53 -0700 (PDT) mag_dex <magnus.nt...@gmail.com>
> wrote:
>
> > hey,
>
> > I'm wonder if there is way to scroll (browser) to files (buffers) in 2
> > different windows (one up and another at the bottom) that I can scoll
> > (move) down in up window and it scroll(move) down simultaneously.
>
> M-x scroll-all-mode
> ,----
> | scroll-all-mode is an interactive autoloaded Lisp function in
> `scroll-all.el'.
> |
> | (scroll-all-mode &optional arg)
> |
> | Toggle Scroll-All minor mode.
> | With arg, turn Scroll-All minor mode on if arg is positive, off otherwise.
> | When Scroll-All mode is on, scrolling commands entered in one window
> | apply to all visible windows in the same frame.
> `----
>
> Steve Berman