From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mag_dex Newsgroups: gmane.emacs.help Subject: Re: scrolling simultaneously 2 buffers in 2 windows Date: Wed, 29 Apr 2009 00:21:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2f64638a-0718-4fb6-9470-33e38c9a3a6c@x29g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241048456 21051 80.91.229.12 (29 Apr 2009 23:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 23:40:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 30 01:40:48 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 1LzJOR-0008Kw-VO for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2009 01:40:48 +0200 Original-Received: from localhost ([127.0.0.1]:55938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzJOR-0000JV-CS for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 19:40:47 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k19g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 130.188.8.12 Original-X-Trace: posting.google.com 1241045270 8238 127.0.0.1 (29 Apr 2009 22:47:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 29 Apr 2009 22:47:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k19g2000prh.googlegroups.com; posting-host=130.188.8.12; posting-account=eHkYVAoAAAC2S7VnZZqJUWceicsK2WNa User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 myrkky4:8000 (IWSS) Original-Xref: news.stanford.edu gnu.emacs.help:168842 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:64115 Archived-At: scroll-all-mode does my job. It's great! Thanks! On Apr 29, 9:58=A0am, Stephen Berman wrote: > 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-a= ll.el'. > | > | (scroll-all-mode &optional arg) > | > | Toggle Scroll-All minor mode. > | With arg, turn Scroll-All minor mode on if arg is positive, off otherwi= se. > | When Scroll-All mode is on, scrolling commands entered in one window > | apply to all visible windows in the same frame. > `---- > > Steve Berman