From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: browser for bash scripts? Date: Fri, 30 Nov 2012 12:47:02 -0500 Organization: A noiseless patient Spider Message-ID: References: <87vcj7bwrs.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354297826 4689 80.91.229.3 (30 Nov 2012 17:50:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Nov 2012 17:50:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 30 18:50:39 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TeUjX-00029g-5X for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Nov 2012 18:50:39 +0100 Original-Received: from localhost ([::1]:57028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeUjI-0002vy-KD for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Nov 2012 12:50:24 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Injection-Info: mx04.eternal-september.org; posting-host="9b718dca22ff4598baab0f6e08a1d03d"; logging-data="7300"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/NfHOC413d0RUYHVrXrqPs" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:x8qbJsFmXoa3xpYzyrwCDoeTWlk= sha1:2iJ6FQmVK71xuSpzjlKJLfLNsIA= Original-Xref: usenet.stanford.edu gnu.emacs.help:195653 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87974 Archived-At: 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