[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] [emacs] browser for bash scripts?
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] [emacs] browser for bash scripts? |
Date: |
Mon, 4 Jun 2012 08:34:20 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Sun, Jun 03, 2012 at 12:09:46AM -0400, Tom Roche wrote:
> Currently I'm
> `find-grep`ing '^function ': that works, but is not nearly so pleasant
> as was speedbar in JDEE
Defining functions with the "function" keyword is not the normal practice,
either.
foo() {
echo foo is a function
}
As to your question, sorry, I don't know of anything.