From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Nemenyi Newsgroups: gmane.emacs.help Subject: Extending TOC Buffer Outlines Date: Fri, 27 Apr 2018 15:00:28 +0100 Message-ID: <87bme4rbpf.fsf@pompo.co> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1524837549 10343 195.159.176.226 (27 Apr 2018 13:59:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2018 13:59:09 +0000 (UTC) User-Agent: mu4e 0.9.18; emacs 25.1.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 27 15:59:05 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fC3tx-0002av-JM for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Apr 2018 15:59:05 +0200 Original-Received: from localhost ([::1]:48292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fC3w4-0007Z2-Gd for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Apr 2018 10:01:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fC3vP-0007XY-Gy for help-gnu-emacs@gnu.org; Fri, 27 Apr 2018 10:00:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fC3vM-0004O6-GY for help-gnu-emacs@gnu.org; Fri, 27 Apr 2018 10:00:35 -0400 Original-Received: from mail.pompo.co ([87.243.223.35]:42169 helo=ronja.pompo.co) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fC3vM-0004Lf-4N for help-gnu-emacs@gnu.org; Fri, 27 Apr 2018 10:00:32 -0400 Original-Received: from kneidl (mail.pompo.co [87.243.223.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ronja.pompo.co (Postfix) with ESMTPSA id 51B66402F9 for ; Fri, 27 Apr 2018 14:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pompo.co; s=mail; t=1524837629; bh=0b1UPVozW/O+Ca/4iBRlwklX0jjPdzX1MJElYKqX8g8=; h=From:To:Subject:Date:From; b=J4vq5NggV9a6sHHNK7uSF2wFLPcVTOv+LRReQAX263UWQI2SGH0yqJS2ugjw7WqBu i2/Mqs0SnFbIigdomS2kHEMTMbKURVgb8zPrWUh/ep7mi+gwpZhl+bW2pJhD1oHb1/ tZFJpd3hQMDQ3traKs6rdzSnDtxdOF+Q1Ecoy1T4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 87.243.223.35 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116610 Archived-At: Dear all, I'm writing a LaTeX document and using the \section{} titles to write inline abstracts of the text beneath them. The ever-handy emacs TOC buffer is great but it crops these down to 100 characters, which for most use cases is completely reasonable, but I'd like to see their whole text - and, yes, wrapped too if that's not too big a hassle! Any ideas appreciated, Regards d