From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?iso-8859-1?q?Bockg=E5rd?=) Newsgroups: gmane.emacs.help Subject: Re: truncated lines Date: Thu, 24 Apr 2003 01:51:09 +0200 Organization: Chalmers University of Technology, Sweden Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051142529 1663 80.91.224.249 (24 Apr 2003 00:02:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2003 00:02:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 24 02:02:06 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 198UBi-0000QK-00 for ; Thu, 24 Apr 2003 02:02:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198UAF-0006RW-02 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 20:00:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!news.netg.se!dd.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: helm.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (usg-unix-v) Cancel-Lock: sha1:mRuW0B/61Yf34rKP6URWs7nahEE= Original-Xref: shelby.stanford.edu gnu.emacs.help:112252 Original-To: help-gnu-emacs@gnu.org 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:8751 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8751 Peter Lee writes: > 1. In the sqli process buffer the contents are truncated at the edge > of the frame and wrapped. This is undesireable. Is there a way to > turn off the truncation? (truncate-lines and > truncate-partial-width-windows are both nil). That is wrong. Truncation means that the text *doesn't* wrap, but rather continues outside the window where you don't see it. So you want to turn *on* truncation by setting those variables to t instead. -- Johan Bockgård