[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: speedbar + auctex (+ reftex?): show tables/figures/definitions
From: |
Eric Ludlam |
Subject: |
Re: speedbar + auctex (+ reftex?): show tables/figures/definitions |
Date: |
08 Apr 2003 10:00:40 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>> kai.grossjohann@gmx.net (Kai Großjohann) seems to think that:
>Eric Ludlam <eludlam@mathworks.com> 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
Re: speedbar + auctex (+ reftex?): show tables/figures/definitions, Brendan Halpin, 2003/04/15