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: Enabling truncate-lines on a per-line basis Date: Wed, 2 Dec 2009 19:03:29 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1259809455 7050 80.91.229.12 (3 Dec 2009 03:04:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 03:04:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 03 04:04:08 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 1NG1zE-00087a-C3 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Dec 2009 04:04:08 +0100 Original-Received: from localhost ([127.0.0.1]:34057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG1zE-0004di-5i for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Dec 2009 22:04:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NG1ym-0004ZO-Rx for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 22:03:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NG1yi-0004Pw-4P for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 22:03:40 -0500 Original-Received: from [199.232.76.173] (port=53253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG1yi-0004Pk-1N for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 22:03:36 -0500 Original-Received: from mail-pz0-f193.google.com ([209.85.222.193]:36594) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NG1yh-0004Uk-KC for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 22:03:35 -0500 Original-Received: by pzk31 with SMTP id 31so788955pzk.28 for ; Wed, 02 Dec 2009 19:03:31 -0800 (PST) Original-Received: by 10.115.67.24 with SMTP id u24mr1687900wak.59.1259809410019; Wed, 02 Dec 2009 19:03:30 -0800 (PST) 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:70347 Archived-At: I've been hacking up org-indent.el into a new minor-mode that smartly wraps lists and outline headers (by appropriately setting `wrap-prefix') so it can play nicely with visual-line-mode. However, I'd still like large tables to be truncated rather than wrapped. Is there currently a way to selectively enable truncation on certain lines, but leave it disabled on others?