From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: truncated lines Date: Wed, 23 Apr 2003 22:31:02 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051133872 30178 80.91.224.249 (23 Apr 2003 21:37:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 21:37:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 23:37:50 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 198Rvz-0007pm-00 for ; Wed, 23 Apr 2003 23:37:43 +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 198Rtp-0001Sj-02 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 17:35:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!c03.atl99!rip!news.webusenet.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr28.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:yI3OvFK+NqYbQm58BSUIQIlRdgE= Original-Lines: 14 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr28.news.prodigy.com 1051137062 ST000 216.62.199.3 (Wed, 23 Apr 2003 17:31:02 CDT) Original-NNTP-Posting-Date: Wed, 23 Apr 2003 17:31:02 CDT X-UserInfo1: [[PA@SFGPBSYRIXXKJJD]_HBWB]^PCPDLXUNNHLHQAVTUZ]CLNTCPFK[WDXDHV[K^FCGJCJLPF_D_NCC@FUG^Q\DINVAXSLIFXYJSSCCALP@PB@\OS@BITWAH\CQZKJMMD^SJA^NXA\GVLSRBD^M_NW_F[YLVTWIGAXAQBOATKBBQRXECDFDMQ\DZFUE@\JM Original-Xref: shelby.stanford.edu gnu.emacs.help:112248 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:8747 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8747 I posted in another thread that I was having problems with truncated lines. Namely: 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). Is there another variable I should be looking for ? Or perhaps I need to run a hook for the sqli-mode. I don't think this is sql specific, hence the new thread. TIA.