From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: david.boon@gmail.com Newsgroups: gmane.emacs.help Subject: Re: truncate lines issue Date: 16 Dec 2004 11:40:41 -0800 Organization: http://groups.google.com Message-ID: <1103226041.332624.83050@f14g2000cwb.googlegroups.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1103226320 28825 80.91.229.6 (16 Dec 2004 19:45:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2004 19:45:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 16 20:45:14 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 1Cf1Yo-0002Og-00 for ; Thu, 16 Dec 2004 20:45:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf1j4-0007BD-MB for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2004 14:55:50 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 66.133.138.130 Original-X-Trace: posting.google.com 1103226048 2826 127.0.0.1 (16 Dec 2004 19:40:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 16 Dec 2004 19:40:48 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=66.133.138.130; posting-account=qWIiRQ0AAADzG0er_50Td3DC9areuvGb Original-Xref: shelby.stanford.edu gnu.emacs.help:127385 Original-To: help-gnu-emacs@gnu.org 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:22827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22827 I use the following: (global-set-key "\C-x\M-\C-t" 'toggle-truncate-lines) ;; ;; Truncation, and allow it to be toggled ;; (setq default-truncate-lines t ; start off truncating long lines truncate-partial-width-windows nil)