From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: scrolling simultaneously 2 buffers in 2 windows Date: Tue, 28 Apr 2009 21:17:01 +0200 Message-ID: References: <2f64638a-0718-4fb6-9470-33e38c9a3a6c@x29g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240946267 24867 80.91.229.12 (28 Apr 2009 19:17:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2009 19:17:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: mag_dex Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 28 21:17:37 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 1LysoC-000876-K9 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2009 21:17:36 +0200 Original-Received: from localhost ([127.0.0.1]:39959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LysoB-0004y0-Tx for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2009 15:17:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lysnn-0004xp-2V for help-gnu-emacs@gnu.org; Tue, 28 Apr 2009 15:17:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lysnh-0004xb-Sq for help-gnu-emacs@gnu.org; Tue, 28 Apr 2009 15:17:10 -0400 Original-Received: from [199.232.76.173] (port=46729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lysnh-0004xY-PZ for help-gnu-emacs@gnu.org; Tue, 28 Apr 2009 15:17:05 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:39780) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lysnh-0005R5-Dq for help-gnu-emacs@gnu.org; Tue, 28 Apr 2009 15:17:05 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 13A58FDE6144; Tue, 28 Apr 2009 21:17:03 +0200 (CEST) Original-Received: from [91.35.249.4] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (WEB.DE 4.110 #277) id 1Lysne-0001r4-00; Tue, 28 Apr 2009 21:17:02 +0200 In-Reply-To: <2f64638a-0718-4fb6-9470-33e38c9a3a6c@x29g2000prf.googlegroups.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+ib/868gfCM6RWknu/MqF4ZH9bDmu2njTderqY QKLvjVBDPF+qycBRx/rtkkHAaQ13LOvW6jkFlQAwk0AWVq5RwS yvGSY5rcUo/zPatG+KIw== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:64085 Archived-At: Am 28.04.2009 um 16:02 schrieb mag_dex: > 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. Combine scroll-down and scroll-other-window-down to a function and bind it to one key press and also scroll-up and scroll-other-window to another! -- Greetings Pete When Richard Stallman goes to the loo, he core dumps.