From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: truncate lines issue Date: Mon, 06 Dec 2004 03:51:54 -0600 Message-ID: References: <41B42922.7080909@gmx.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102326778 18035 80.91.229.6 (6 Dec 2004 09:52:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2004 09:52:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 06 10:52:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbFY6-0007Ru-00 for ; Mon, 06 Dec 2004 10:52:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbFhq-0005k9-5L for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Dec 2004 05:02:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbFhG-0005iA-Oq for help-gnu-emacs@gnu.org; Mon, 06 Dec 2004 05:02:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbFhF-0005hu-HI for help-gnu-emacs@gnu.org; Mon, 06 Dec 2004 05:02:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbFhE-0005hb-Q1 for help-gnu-emacs@gnu.org; Mon, 06 Dec 2004 05:02:21 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbFX9-0002vA-Um for help-gnu-emacs@gnu.org; Mon, 06 Dec 2004 04:51:56 -0500 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id iB69ps811492; Mon, 6 Dec 2004 03:51:54 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1CbFX8-0004Sr-00; Mon, 06 Dec 2004 03:51:54 -0600 Original-To: help-gnu-emacs@gnu.org In-reply-to: <41B42922.7080909@gmx.net> (message from Andrew Kirilenko on Mon, 06 Dec 2004 11:40:50 +0200) 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: main.gmane.org gmane.emacs.help:22588 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22588 I'm not sure what you mean by disposing of the feature, but I think you mean that you want to turn off truncation and show "continuation lines" instead. If so, then (setq truncate-lines nil) is probably what you wanted. And (setq truncate-partial-width-windows nil) is probably what you also wanted. See if these settings don't accomplish what you're looking for. (No claim of minimality.)