From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Ludlam Newsgroups: gmane.emacs.help Subject: Re: speedbar + auctex (+ reftex?): show tables/figures/definitions Date: 08 Apr 2003 10:00:40 -0400 Organization: The MathWorks, Inc., Natick, MA 01760 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84y92t2enh.fsf@lucy.is.informatik.uni-duisburg.de> <84smsu6pn9.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1049811085 21128 80.91.224.249 (8 Apr 2003 14:11:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2003 14:11:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 08 16:11:24 2003 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 192toH-0005Po-00 for ; Tue, 08 Apr 2003 16:10:49 +0200 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 192tjT-0004vE-0B for gnu-help-gnu-emacs@m.gmane.org; Tue, 08 Apr 2003 10:05:52 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsgate.duke.edu!newsfeed.mathworks.com!news.mathworks.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 44 Original-NNTP-Posting-Host: ludlamelinux.dhcp.mathworks.com Original-X-Trace: ginger.mathworks.com 1049810440 4094 144.212.109.21 (8 Apr 2003 14:00:40 GMT) Original-X-Complaints-To: news@mathworks.com Original-NNTP-Posting-Date: Tue, 8 Apr 2003 14:00:40 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:111782 Original-To: help-gnu-emacs@gnu.org 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:8283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8283 >>> kai.grossjohann@gmx.net (Kai Großjohann) seems to think that: >Eric Ludlam writes: > >> In semantic 0.14beta4, there is a file called `sb-texi.el', which builds a ^^^ This should say "speedbar" >> tree of data for speedbar. The existing tex display engine for >> speedbar probably uses imenu, so you will see the same thing as in the >> imenu menu. In the simple case, you can update the imenu expressions. >> >> For a more comprehensive TeX, or LaTeX display, you would need to >> write something very much like sb-texi.el specific to TeX. You would >> then be able to add any small detail you would like and get a nice >> hierarchical display. > >I see. Okay. > >sb-texi.el doesn't do the labels thing, but I guess that could be >added. What label thing? I'm guessing that w/ Imenu it might say: Chapters chap 1 chap 2 Sections sect 1 sect 2 sect 1 so "Chapters" is a label? Whereas w/ sb-texi style output, it instead says: chap 1 sect 1 sect 2 chap 2 sect 1 and the "Chap 1" labels can be jumped to. Is that right? Eric