From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: shell-script mode index Date: Thu, 26 Jun 2014 12:45:24 -0400 Message-ID: References: <87y4wkyc50.fsf@motoko.kusanagi> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1403801192 14417 80.91.229.3 (26 Jun 2014 16:46:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2014 16:46:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 26 18:46:25 2014 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 1X0CoU-0000Dx-RB for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jun 2014 18:46:18 +0200 Original-Received: from localhost ([::1]:46006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0CoS-0000OA-9h for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jun 2014 12:46:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Co9-0000MN-JK for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 12:46:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Co1-0001sH-Gr for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 12:45:57 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:35427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Co0-0001s5-P1 for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 12:45:49 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X0Cnv-0008IE-F5 for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 18:45:43 +0200 Original-Received: from 75-17-109-153.lightspeed.nrwlct.sbcglobal.net ([75.17.109.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Jun 2014 18:45:43 +0200 Original-Received: from kgoldman by 75-17-109-153.lightspeed.nrwlct.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Jun 2014 18:45:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 75-17-109-153.lightspeed.nrwlct.sbcglobal.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <87y4wkyc50.fsf@motoko.kusanagi> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:98419 Archived-At: On 6/25/2014 4:20 PM, W. Greenhouse wrote: > > Ken Goldman writes: > >> Is there an extension to shell-script mode that shows a function >> index, like the index menu for C or Java? > > M-x imenu RET and M-x speedbar RET will both give you a menu of function > definitions in shell-script-mode: the former via minibuffer, the latter > via a separate Emacs frame. speedbar show the file without any expansion into functions. imenu gives me a prompt "Index item" but does not create an index menu. I'm glad to know it should work, but I wonder if I have to load some package? (This is 23.1.1 on RHEL Linux, if that matters).