From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Roche , Newsgroups: gmane.emacs.help Subject: browser for bash scripts? Date: Sun, 03 Jun 2012 23:07:03 -0400 Message-ID: <87vcj7bwrs.fsf@pobox.com> Reply-To: help-gnu-emacs@gnu.org, Tom Roche NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338778850 23406 80.91.229.3 (4 Jun 2012 03:00:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Jun 2012 03:00:50 +0000 (UTC) To: help-gnu-emacs@gnu.org, Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 04 05:00:47 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 1SbNXD-0006DV-FS for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jun 2012 05:00:47 +0200 Original-Received: from localhost ([::1]:58290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbNXD-0003iE-4A for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jun 2012 23:00:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbNX8-0003i7-IJ for help-gnu-emacs@gnu.org; Sun, 03 Jun 2012 23:00:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbNX6-00009a-LB for help-gnu-emacs@gnu.org; Sun, 03 Jun 2012 23:00:42 -0400 Original-Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:52873 helo=smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbNX6-00009C-Cp for help-gnu-emacs@gnu.org; Sun, 03 Jun 2012 23:00:40 -0400 Original-Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 23A758A9D; Sun, 3 Jun 2012 23:00:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:reply-to:date:message-id:mime-version:content-type; s= sasl; bh=+cVzDza7qW52C21UJpr+IhhMq4Q=; b=hlGo/uHcFfSpTvGVke0DLa7 fonC+oTlMnUOrAn4SUUYfs9mz6wOeHxtqaeusNFs65Y4Bc/qnOophy0+XxvN3FFW nXJSJ8sy2W9qNrZyt5l3xqSpTgglyNVXwi9mITubYu+UIwU2GacUCMWLRp8D+vip LRPeA6Rlq1O3gpy3cPGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :reply-to:date:message-id:mime-version:content-type; q=dns; s= sasl; b=jP8eKCkNxaebPaynhfpEjVNRj8nZbya20mWvkV6dvAKdnRi4IdvrOiio UfefApsKQ3VZt3dxNjRLgZXqWNuEPjEWeygCsKT073XPDuFli/6mNT2brbBAE/Lk LcRB03IYcAM4Hwdp7r5RIQHKUoygSproiDXWSqah4UjEVBX4hC4= Original-Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 1B10B8A9C; Sun, 3 Jun 2012 23:00:36 -0400 (EDT) Original-Received: from tlrPanP5.pobox.com (unknown [24.225.71.63]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id B43AE8A9B; Sun, 3 Jun 2012 23:00:35 -0400 (EDT) User-Agent: GNU Emacs 24.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) X-Pobox-Relay-ID: 74EBC99E-ADF1-11E1-B956-FC762E706CDE-07218935!b-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 208.72.237.35 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:85093 Archived-At: Does anyone have code to make speedbar, ECB, or other code browser display/navigate bash scripts? I'd like, e.g., to easily navigate between variable and function definitions and calls/uses. Currently, for the latter, I'm `find-grep`ing '^function ': that works, but is not nearly so pleasant as was speedbar in JDEE (back when I did mostly java, several years ago). TIA, Tom Roche