From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Re: imenu framework Date: Sun, 28 Jul 2024 17:18:50 +0000 Message-ID: <8jIXQcgOXFuqQTClt1GbKHohBS9BcyvEfxE8KvEHbOiIcaVIelxamMavez20OoZ5ZvDrse91U_mMh5-_3zUItLjPD8BT-IZ3DZpWxRCkeFo=@protonmail.com> References: <86v80qxcf3.fsf@gmail.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="17413"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Heime via Users list for the GNU Emacs text editor To: Joel Reicher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 28 19:19:37 2024 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 1sY7YW-0004Np-MV for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 28 Jul 2024 19:19:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sY7Xv-0000cI-SJ; Sun, 28 Jul 2024 13:18:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sY7Xt-0000c2-PT for help-gnu-emacs@gnu.org; Sun, 28 Jul 2024 13:18:58 -0400 Original-Received: from mail-43167.protonmail.ch ([185.70.43.167]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sY7Xr-0001MF-Mo for help-gnu-emacs@gnu.org; Sun, 28 Jul 2024 13:18:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1722187133; x=1722446333; bh=yHZCCrxhY4Xvz2TiFTTlzcjZbo9rQkMXdxLkJ1IqHiU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=dQYXYmoYXnhN4LtwT1zoCtJjV8iNGw+FKD5+dZSWrZ7eMEnkXbHopp2yKPoxURid6 l2cTP2E0qIlI0zzuG1MhzTr7CPNZCXh7Tn2ygknjU+VD+qxGT/A+lrDYTICw/85jne 6aAyyBjOnGfz/JH39C93Nz2DvpLNKtdRl/FM9dTfy/fvcrtvrxnHHjkJoc+6KxXxYO 4iL0suqCeBhJK0vxMU1IU1pGarxLbmtzfn4Th28juvae2DTfDD1XeDaKUSB8fJOF1d XwIc9mKv4glWtasLKuL9BcNg0Z4KrnJzNg4WDTJSZqvWC43OXkZMTt8MDYiqJwMhvP 2w7MeIXUfSKNg== In-Reply-To: <86v80qxcf3.fsf@gmail.com> Feedback-ID: 57735886:user:proton X-Pm-Message-ID: 0a2fbd784a5f0774cc0e29d3b8afb3b2fb83a926 Received-SPF: pass client-ip=185.70.43.167; envelope-from=heimeborgia@protonmail.com; helo=mail-43167.protonmail.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-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-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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147418 Archived-At: On Sunday, July 28th, 2024 at 6:23 PM, Joel Reicher wrote: > Heime heimeborgia@protonmail.com writes: >=20 > > imenu is a framework for mode-specific buffer indexes > >=20 > > Does this mean that it can list the function names depending on > > the programming language mode ? >=20 >=20 > That's what the language mode should provide, yes, but strictly > speaking it depends on the mode. >=20 > Do you have a particular mode in mind? Its code can be examined. >=20 > For example, java-ts-mode contains >=20 > (setq-local treesit-simple-imenu-settings > '(("Class" "\\`class_declaration\\\\'" nil nil) ("Interface" "\\\\`interf= ace_declaration\\'" nil > nil) > ("Enum" "\\`record_declaration\\\\'" nil nil) ("Method" "\\\\`method_decl= aration\\'" nil nil))) >=20 > (and then there is glue in the generic treesitter code) >=20 > Cheers, >=20 > - Joel Am currently working on elisp code. imenu makes categorisation by variable= s etc. Can one remove the categorisation, and make it list only the function names, or the variables, or the consts ?