From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "alan" Newsgroups: gmane.emacs.help Subject: Line wrapping... Date: Wed, 27 Nov 2002 05:42:23 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3XYE9.77$vl1.8506719@newssvr21.news.prodigy.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038405656 4685 80.91.224.249 (27 Nov 2002 14:00:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 14:00:56 +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 18H2kI-0001DI-00 for ; Wed, 27 Nov 2002 15:00:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H2kw-0003iu-00; Wed, 27 Nov 2002 09:01:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr21.news.prodigy.com.POSTED!b4cce53e!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-NNTP-Posting-Host: 64.162.211.50 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr21.news.prodigy.com 1038375743 ST000 64.162.211.50 (Wed, 27 Nov 2002 00:42:23 EST) Original-NNTP-Posting-Date: Wed, 27 Nov 2002 00:42:23 EST X-UserInfo1: FKPO@MC@@S@WB_TXYRHV^TLAUKXD@D@MGPW^OBPLAH[\RSAANVUEAE[YETZPIWWI[FCIZA^NBFXZ_D[BFNTCNVPDTNTKHWXKB@X^B_OCJLPZ@ET_O[G\XSG@E\G[ZKVLBL^CJINM@I_KVIOR\T_M_AW_M[_BWU_HFA_]@A_A^SGFAUDE_DFTMQPFWVW[QPJN Original-Xref: shelby.stanford.edu gnu.emacs.help:107546 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4096 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4096 I've added the following line to my .emacs file to make long lines wrap. (set-default 'truncate-lines nil) It works just fine. However, when I do C-x 3 to vertically split the current buffer into 2 buffers, both of the buffers stop doing line wrapping and the lines end in a $ to signify overflow. How can I fix this. Thanks alan