help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: browser for bash scripts?


From: Stefan Monnier
Subject: Re: browser for bash scripts?
Date: Fri, 30 Nov 2012 12:47:02 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

TR> Does anyone have code to make speedbar, ECB, or other code browser
TR> display/navigate bash scripts?

`sh-script.el' already provides support for `imenu', so Speedbar should
already find the functions in the bash scripts, or at least there should
be very little preventing it from happening.

TR> I'd like, e.g., to easily navigate between variable and function
TR> definitions and calls/uses.

I guess we could add variables to sh-mode's `imenu' support.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]