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: scrolling simultaneously 2 buffers in 2 windows Date: Tue, 28 Apr 2009 07:02:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <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: 7bit X-Trace: ger.gmane.org 1240935381 17735 80.91.229.12 (28 Apr 2009 16:16:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2009 16:16:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 28 18:16:12 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 1LypyU-0000jl-Il for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2009 18:16:02 +0200 Original-Received: from localhost ([127.0.0.1]:56784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LypyT-0003xz-O9 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2009 12:16:01 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x29g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 130.188.8.12 Original-X-Trace: posting.google.com 1240927373 32456 127.0.0.1 (28 Apr 2009 14:02:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 28 Apr 2009 14:02:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x29g2000prf.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:168804 X-Mailman-Approved-At: Tue, 28 Apr 2009 12:12:50 -0400 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:64077 Archived-At: 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. one file A # B C ---- second file A # B C i go down by C-n and will get: A B # C ---- second file A B # C # - cursor I think you catch my point. M.