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 15:22:05 -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 1259882652 19027 80.91.229.12 (3 Dec 2009 23:24:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 23:24:12 +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 00:24:06 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 1NGL1p-0001Wf-MU for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Dec 2009 00:24:06 +0100 Original-Received: from localhost ([127.0.0.1]:55401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGL1o-0005pE-DS for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Dec 2009 18:24:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGKzz-0005KY-9V for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 18:22:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGKzu-0005IT-QO for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 18:22:10 -0500 Original-Received: from [199.232.76.173] (port=35651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGKzu-0005IL-Iu for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 18:22:06 -0500 Original-Received: from mail-pw0-f47.google.com ([209.85.160.47]:34344) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGKzu-0007fI-EI for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 18:22:06 -0500 Original-Received: by pwi9 with SMTP id 9so1732966pwi.26 for ; Thu, 03 Dec 2009 15:22:05 -0800 (PST) Original-Received: by 10.114.18.23 with SMTP id 23mr2919165war.171.1259882525059; Thu, 03 Dec 2009 15:22:05 -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:70366 Archived-At: On Wed, Dec 2, 2009 at 7:03 PM, Matthew Dempsky wrote: > Is there currently a way to selectively enable truncation on certain > lines, but leave it disabled on others? Looking at xdisp.c, it looks like there's no elisp solution to setting line_wrap == TRUNCATION on a per-line basis, and even if there was, it looks like more of the display algorithm would need reworking to support it. Oh well.