From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas L Roche Newsgroups: gmane.emacs.help Subject: outline rendering? Date: Mon, 20 Jan 2003 17:08:35 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1043101087 28383 80.91.224.249 (20 Jan 2003 22:18:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 22:18:07 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18akF1-0007NV-00 for ; Mon, 20 Jan 2003 23:18:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18akBW-00087V-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 20 Jan 2003 17:14:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ak9H-0007CY-00 for help-gnu-emacs@gnu.org; Mon, 20 Jan 2003 17:12:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ak99-00074L-00 for help-gnu-emacs@gnu.org; Mon, 20 Jan 2003 17:12:00 -0500 Original-Received: from e33.co.us.ibm.com ([32.97.110.131]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ak79-00061y-00 for help-gnu-emacs@gnu.org; Mon, 20 Jan 2003 17:09:55 -0500 Original-Received: from westrelay04.boulder.ibm.com (westrelay04.boulder.ibm.com [9.17.193.32]) by e33.co.us.ibm.com (8.12.2/8.12.2) with ESMTP id h0KM9sY8047232 for ; Mon, 20 Jan 2003 17:09:54 -0500 Original-Received: from d03nm120.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.193.82])h0KMClnR131562 for ; Mon, 20 Jan 2003 15:12:47 -0700 Original-To: help-gnu-emacs@gnu.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 X-MIMETrack: Serialize by Router on D03NM120/03/M/IBM(Release 6.0 [IBM]|December 16, 2002) at 01/20/2003 15:08:37, Serialize complete at 01/20/2003 15:08:37 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5783 Is there a way to do "outline rendering"? What I mean: I'd like to be able to hack away in outline mode, producing something like * foo ** ancient *** Harappa *** Machu Picchu ** modern * bar ** Africa *** Mali ** Asia ** Australia then press magic {keychord, M-x command}, and see something like 1 foo 1.1 ancient 1.1.1 Harappa 1.1.2 Machu Picchu 1.2 modern 2 bar 2.1 Africa 2.1.1 Mali 2.2 Asia 2.3 Australia Is there such (or similar) magic? Note that it would be OK to have ordering happen in the same buffer, as long as it was undoable: i.e. I wanna be able to move stuff around without having to edit numbers directly.