From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: Newbie: How to customize the headline-text with outline-mode Date: Wed, 19 Mar 2008 02:00:14 +0100 Organization: GNU's Not UNIX! Message-ID: <200803190100.m2J10E1j032250@localhost.localdomain> References: Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1205890705 25540 80.91.229.12 (19 Mar 2008 01:38:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2008 01:38:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Srikanth K Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 19 02:38:53 2008 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 1JbnGU-0004KQ-1m for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2008 02:38:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbnFt-0002iF-S8 for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Mar 2008 21:38:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JbnF1-0002ES-KJ for help-gnu-emacs@gnu.org; Tue, 18 Mar 2008 21:37:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JbnF0-0002Cy-2m for help-gnu-emacs@gnu.org; Tue, 18 Mar 2008 21:37:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbnEz-0002Ci-Ob for help-gnu-emacs@gnu.org; Tue, 18 Mar 2008 21:37:17 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JbnEz-0001WN-7O for help-gnu-emacs@gnu.org; Tue, 18 Mar 2008 21:37:17 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 914E4C9CD9; Wed, 19 Mar 2008 02:35:05 +0100 (CET) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id m2J10NtE032426; Wed, 19 Mar 2008 02:00:24 +0100 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id m2J10E1j032250; Wed, 19 Mar 2008 02:00:14 +0100 In-reply-to: (message from Srikanth K on Mon, 17 Mar 2008 03:09:45 -0700 (PDT)) User-Agent: Rmail in GNU Emacs 23.0.60.3 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.382, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.02, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:52511 Archived-At: The objective is that that I can quickly locate the test-case that fails and expand it out. I understand that I can customize the the definition of the header by changing the contents of "outline-regexp", but could not figure out how I can change the text that will be displayed after hiding the leaves. I did search this group and also on google for any tips but failed. Any help would be highly appreciated. An alternative to the regular outline-mode is to use org-mode which overloads it and just surpasses it by a factor of 1000. I am doing something close to what you do except I coded a log function that produces logs in a format understandable by org directly. I am then producing what is named a column view of this data which just shows the information very fast. My need is to display time passed to do different things (I have a script which computes statistics of my databases for example. As I am auditing time spent there, I need to know how long it takes object by object). What's more org is now part of official GNU Emacs distribution. For more informations, just go to http://orgmode.org. My recent posting[1] about that realization could be interesting for you too. [1] http://thread.gmane.org/gmane.emacs.orgmode/6005 Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org