emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68706: closed ([PATCH] Simplify imenu setup for {cmake,dockerfile}-t


From: GNU bug Tracking System
Subject: bug#68706: closed ([PATCH] Simplify imenu setup for {cmake,dockerfile}-ts-modes)
Date: Sat, 27 Jan 2024 04:43:02 +0000

Your message dated Fri, 26 Jan 2024 20:42:10 -0800
with message-id <17FDCD48-748F-4B56-8AD8-8942A9CE4A04@gmail.com>
and subject line Re: bug#68706: [PATCH] Simplify imenu setup for 
{cmake,dockerfile}-ts-modes
has caused the debbugs.gnu.org bug report #68706,
regarding [PATCH] Simplify imenu setup for {cmake,dockerfile}-ts-modes
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68706: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68706
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Simplify imenu setup for {cmake,dockerfile}-ts-modes Date: Thu, 25 Jan 2024 03:30:11 +0000
X-Debbugs-CC: casouri@gmail.com

This patch also fixes a bug in cmake-ts-mode's imenu creation, where function names would include their arguments.

For example:

function(name arg1 arg2)
endfunction()

This function would appear as "name arg1 arg2".

Attachment: 0001-Simplify-imenu-setup-for-cmake-dockerfile-ts-modes.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#68706: [PATCH] Simplify imenu setup for {cmake,dockerfile}-ts-modes Date: Fri, 26 Jan 2024 20:42:10 -0800

> On Jan 24, 2024, at 7:30 PM, Randy Taylor <dev@rjt.dev> wrote:
> 
> X-Debbugs-CC: casouri@gmail.com
> 
> This patch also fixes a bug in cmake-ts-mode's imenu creation, where function 
> names would include their arguments.
> 
> For example:
> 
> function(name arg1 arg2)
> endfunction()
> 
> This function would appear as "name arg1 arg2".
> 

Thanks Randy, pushed to emacs-29 since it includes a fix.

Yuan

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]