From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: George Nurser Newsgroups: gmane.emacs.help Subject: Re: one text in two windows (column mode ???) Date: Tue, 16 Aug 2005 12:08:44 +0100 Message-ID: <83b7d14d95f947c57315f9ab2127e213@noc.soton.ac.uk> References: <1124188301.606660.314200@g43g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124194611 12127 80.91.229.2 (16 Aug 2005 12:16:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Aug 2005 12:16:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 16 14:16:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E50Le-0007Nr-LG for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Aug 2005 14:15:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E50P3-0003tO-Tb for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Aug 2005 08:18:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4zdW-0008TW-1F for help-gnu-emacs@gnu.org; Tue, 16 Aug 2005 07:29:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4zdQ-0008SA-AC for help-gnu-emacs@gnu.org; Tue, 16 Aug 2005 07:29:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4zbY-0007iW-Nd for help-gnu-emacs@gnu.org; Tue, 16 Aug 2005 07:27:40 -0400 Original-Received: from [139.166.240.183] (helo=mercury.noc.soton.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4zYn-0005Wm-Jy for help-gnu-emacs@gnu.org; Tue, 16 Aug 2005 07:24:49 -0400 Original-Received: from [139.166.242.206] (242-206.noc.soton.ac.uk [139.166.242.206]) by mercury.noc.soton.ac.uk (8.12.10/8.12.10) with ESMTP id j7GB8f5L012757; Tue, 16 Aug 2005 12:08:41 +0100 In-Reply-To: <1124188301.606660.314200@g43g2000cwa.googlegroups.com> Original-To: sascha.brechenmacher@web.de X-Mailer: Apple Mail (2.622) X-MailScanner-NOCS: Found to be clean X-MailScanner-NOCS-SpamCheck: not spam (whitelisted), SpamAssassin (score=-4.9, required 5, autolearn=not spam, BAYES_00 -4.90) X-MailScanner-NOCS-From: agn@noc.soton.ac.uk 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:28754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28754 On 16 Aug 2005, at 11:31, sascha.brechenmacher@web.de wrote: > Hi, > > let me explain what I want to have ;-) > I want to open my code in one window (c-x c-f code.pl) than > I want to open a new window (c-x 3) and the rest of the code > from the first window should flew in the second one. > then do M-x follow-mode if you want o get rid of it, toggle by doing M-x follow-mode again. George Nurser.