From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Todd Wylie Newsgroups: gmane.emacs.help Subject: line-wrap with follow-delete-other-windows-and-split Date: Fri, 30 May 2003 13:00:27 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054318217 23157 80.91.224.249 (30 May 2003 18:10:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 May 2003 18:10:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri May 30 20:10:09 2003 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 19LoKP-00060g-00 for ; Fri, 30 May 2003 20:10:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LoL7-0002G9-Qy for gnu-help-gnu-emacs@m.gmane.org; Fri, 30 May 2003 14:10:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LoHb-0000CJ-LO for help-gnu-emacs@gnu.org; Fri, 30 May 2003 14:07:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LoFi-00085n-TM for help-gnu-emacs@gnu.org; Fri, 30 May 2003 14:05:19 -0400 Original-Received: from watson.wustl.edu ([128.252.233.1]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LoB6-0006VC-BD for help-gnu-emacs@gnu.org; Fri, 30 May 2003 14:00:32 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by watson.wustl.edu (Postfix) with ESMTP id 69EA2FF004 for ; Fri, 30 May 2003 13:00:27 -0500 (CDT) Original-Received: from watson.wustl.edu (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.6) id 28840-5985EED5; Fri, 30 May 2003 13:00:27 -0500 Original-Received: from linus13.gsc.wustl.edu (linus13.gsc.wustl.edu [10.0.3.33]) by watson.wustl.edu (Postfix) with ESMTP id 2CCFDFF01C for ; Fri, 30 May 2003 13:00:27 -0500 (CDT) Original-Received: from twylie by linus13.gsc.wustl.edu with local (Exim 3.35 #1 (Debian)) id 19LoB1-0002QL-00 for ; Fri, 30 May 2003 13:00:27 -0500 Original-To: help-gnu-emacs@gnu.org X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.6; VAE: 6.19.0.3; VDF: 6.19.0.11; host: watson.wustl.edu) 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:10394 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10394 Hi- I'm trying to get split vertical-frame functionality with follow-mode display. I've tried C-x-3 followed by M-x-follow-mode and also M-x-follow-delete-other-windows-and-split... these both work fine, but lines are no longer wrapped in the independent frame views. Can I get the same type of view with line-wrapping in each view? Thanks- TW