From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: fatiparty--- via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: Speedbar not showing all function names in a bash shell script file Date: Sun, 5 Dec 2021 15:52:32 +0100 (CET) Message-ID: References: Reply-To: fatiparty@tutanota.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35179"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , Help Gnu Emacs To: Fatiparty Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 05 15:53:16 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtst9-0008uu-Gh for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Dec 2021 15:53:15 +0100 Original-Received: from localhost ([::1]:35982 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtst8-0003cn-2R for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Dec 2021 09:53:14 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtssX-0003cZ-N1 for help-gnu-emacs@gnu.org; Sun, 05 Dec 2021 09:52:38 -0500 Original-Received: from w1.tutanota.de ([81.3.6.162]:53318) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtssV-0005gl-OJ for help-gnu-emacs@gnu.org; Sun, 05 Dec 2021 09:52:37 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 367DCFBF832; Sun, 5 Dec 2021 14:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1638715952; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=VXODoVOM5flE9SywYrYrSI6HIbQ63HeJ3Tax6JRgCtI=; b=tPYK7KmiFMZbbI/bGM8uCRoYYFFZZkxPB9zDuMyneEEy3//YMCSmMs8ow0eurgIa xmmbqO+gRxe8KszDPCH/Wig7PbIJeal8d8iM/40+ve/B51PL/f6n2JZuoD/uEzyoMDJ QBLlbVc3Wiq2p4ddNgm19UKDWxUGWyDKg4Le9Jgx7pp0QFHxXUk4PNWN7XXjBEdJPQ4 2lCwMpXg11/6qBR1Fn0TazMWz7lHfG05P0Esq2s4WK2dMYufueXh33sPhyLcwm6QDNT On5sjjpTRDMCdxPJ5qEYi0K7yXRRpeR3BhcgGbtceWoFJSljw43DpxmZsHdpqS797YH 0Xgf/b0/QQ== In-Reply-To: Received-SPF: pass client-ip=81.3.6.162; envelope-from=fatiparty@tutanota.com; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134854 Archived-At: Dec 5, 2021, 14:28 by help-gnu-emacs@gnu.org: > Dec 3, 2021, 13:43 by help-gnu-emacs@gnu.org: > >> fatiparty--- via Users list for the GNU Emacs text editor [2021-12-02 09= :43:11] wrote: >> >>> Speedbar not showing all function names in a bash shell script file.=C2= =A0 Is- >>> there some problem with the speedbar, or am I missing some settings. >>> >> >> Probably sh-mode fails to recognize your functions. >> To be sure it's not a problem in speedbar, you might want to try `M-x >> imenu` and check if the functions all appear in there (Speedbar takes >> its info from there, usually). >> I suggest `M-x report-emacs-bug` giving the details of the functions >> that are missing or better yet a recipe to reproduce the problem from >> `emacs -Q`. >> >> >> Stefan >> > I have done=C2=A0 `M-x imenu` as per your suggestion, and only a few func= tions appear in there.=C2=A0 As you described, the functions that I see dis= played on the speedbar are the ones listed by imenu.=C2=A0 Could it be a pr= oblem with imenu then? > Have just used `emacs -Q`, followed by `M-x imenu`.=C2=A0 The result is the= same.=C2=A0 Only some of the functions are being displayed by imenu.