From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Scroll two buffers in unison Date: Mon, 20 Jan 2003 21:12:34 GMT Organization: Still searching... Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87u1g3sg17.fsf@senator.nodewarrior.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043097315 10191 80.91.224.249 (20 Jan 2003 21:15:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 21:15:15 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ajGE-0002eF-00 for ; Mon, 20 Jan 2003 22:15:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ajGW-0000zs-02 for gnu-help-gnu-emacs@m.gmane.org; Mon, 20 Jan 2003 16:15:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!news.tele.dk!news.tele.dk!small.news.tele.dk!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr17.news.prodigy.com.POSTED!cbca52ab!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:/VZStQqOShK5jlxuq9iJStT4q9Y= Original-Lines: 37 Original-NNTP-Posting-Host: 63.202.232.174 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr17.news.prodigy.com 1043097154 ST000 63.202.232.174 (Mon, 20 Jan 2003 16:12:34 EST) Original-NNTP-Posting-Date: Mon, 20 Jan 2003 16:12:34 EST X-UserInfo1: S[OCR]GGU[RWRWTYBZH@_VDA[X_LPO@FCIXNMRQIMASJETAANVW[AKWZE\]^XQWIGNE_[EBL@^_\^JOCQ^RSNVLGTFTKHTXHHP[NB\_C@\SD@EP_[KCXX__AGDDEKGFNB\ZOKLRNCY_CGG[RHT_UN@C_BSY\G__IJIX_PLSA[CCFAULEY\FL\VLGANTQQ]FN Original-Xref: shelby.stanford.edu gnu.emacs.help:109252 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5776 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5776 Dan Debertin writes: > Harry Putnam writes: > >> Pretty sure I've been able to scroll two buffers in split frame in >> unison somehow. I don't mean in ediff mode. > > As others have replied, scroll-all is the mode you want for that. You > should get it out of CVS, though, as the scroll-all.el distributed with > 21.2 contains a few bugs. Scrolling by line works, but by page > (C-v/M-v) doesn't. Thanks posters... scroll-all-mode was it alright. I must have a recent enough cvs since paging works here. I did notice another possible bug though: I start an emacs session and get two similar files in buffers of a single frame. (2 windows 1 frame) Scolling works as expected, that is scroll-all mode is not in force. Buffers scroll individually. Now comes what seems kind of like a bug: M-x scroll-all-mode Returns `Scroll-All mode is disabled' and of course scroll-all still doesn't work. Once again: M-x scroll-all-mode Now returns `Scroll-All mode is enabled' and now scroll-all works. So 2 M-x scroll-mode-all seem necessary to enable it. Mine is not a real recent cvs. Maybe someone can verify if that behavior is evident in a recent one.