From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.help Subject: Re: scrolling simultaneously 2 buffers in 2 windows Date: Wed, 29 Apr 2009 08:58:35 +0200 Message-ID: <87tz48eyjo.fsf@escher.local.home> References: <2f64638a-0718-4fb6-9470-33e38c9a3a6c@x29g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240988372 28134 80.91.229.12 (29 Apr 2009 06:59:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 06:59:32 +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 Apr 29 08:59:23 2009 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.50) id 1Lz3lK-0006Cx-V3 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 08:59:23 +0200 Original-Received: from localhost ([127.0.0.1]:48017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz3lK-0005BN-8k for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 02:59:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz3kr-00058H-7W for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 02:58:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz3km-00056j-Is for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 02:58:52 -0400 Original-Received: from [199.232.76.173] (port=59712 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz3km-00056e-9w for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 02:58:48 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:19577) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lz3kl-0005Mx-KG for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 02:58:47 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz3kk-0003vE-OD for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 02:58:46 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lz3kj-00050U-Jh for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 06:58:45 +0000 Original-Received: from i59f57d32.versanet.de ([89.245.125.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Apr 2009 06:58:45 +0000 Original-Received: from stephen.berman by i59f57d32.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Apr 2009 06:58:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f57d32.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-kernel: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:64090 Archived-At: On Tue, 28 Apr 2009 07:02:53 -0700 (PDT) mag_dex 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