From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Dempsky Newsgroups: gmane.emacs.help Subject: Re: Enabling truncate-lines on a per-line basis Date: Thu, 3 Dec 2009 21:51:25 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1259905951 2800 80.91.229.12 (4 Dec 2009 05:52:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 05:52:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 04 06:52:24 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NGR5X-0001X0-MF for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Dec 2009 06:52:19 +0100 Original-Received: from localhost ([127.0.0.1]:35778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGR5X-0001GH-6I for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Dec 2009 00:52:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGR4o-0001BT-8N for help-gnu-emacs@gnu.org; Fri, 04 Dec 2009 00:51:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGR4h-00010U-PQ for help-gnu-emacs@gnu.org; Fri, 04 Dec 2009 00:51:31 -0500 Original-Received: from [199.232.76.173] (port=41600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGR4h-000104-Dm for help-gnu-emacs@gnu.org; Fri, 04 Dec 2009 00:51:27 -0500 Original-Received: from mail-pz0-f193.google.com ([209.85.222.193]:42334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGR4g-0002si-UV for help-gnu-emacs@gnu.org; Fri, 04 Dec 2009 00:51:27 -0500 Original-Received: by pzk31 with SMTP id 31so2092210pzk.28 for ; Thu, 03 Dec 2009 21:51:25 -0800 (PST) Original-Received: by 10.114.214.24 with SMTP id m24mr3571557wag.93.1259905885366; Thu, 03 Dec 2009 21:51:25 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.help:70376 Archived-At: On Thu, Dec 3, 2009 at 8:23 PM, Kevin Rodgers wrote: > Maybe you could set the display text property on each line (starting > just before the right margin), to emulate truncate-lines. Nope, text from the 'display' property text still wraps. Also, you can't navigate through it with the point. :(