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

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

bug#29717: closed (python mode imenu and semantic imenu for python both


From: GNU bug Tracking System
Subject: bug#29717: closed (python mode imenu and semantic imenu for python both fail to recognize any function with return-value annotations)
Date: Mon, 10 Aug 2020 20:26:01 +0000

Your message dated Mon, 10 Aug 2020 13:25:07 -0700
with message-id 
<CADwFkm=OxgUfpC1jMgFGbtKwqajbCy=ZKkt3MNv5D6rE3+OaRA@mail.gmail.com>
and subject line Re: bug#29717: python mode imenu and semantic imenu for python 
both fail to recognize any function with return-value annotations
has caused the debbugs.gnu.org bug report #29717,
regarding python mode imenu and semantic imenu for python both fail to 
recognize any function with return-value annotations
to be marked as done.

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


-- 
29717: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29717
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: python mode imenu and semantic imenu for python both fail to recognize any function with return-value annotations Date: Thu, 14 Dec 2017 19:54:05 -0800
In all the various ways Emacs can display a buffer listing function names,

def foo():
    pass

shows me 'foo', and

def foo() -> int:
    pass

shows me nothing.

This is true for top-level functions as well as nested functions, as well as 
methods.



--- End Message ---
--- Begin Message --- Subject: Re: bug#29717: python mode imenu and semantic imenu for python both fail to recognize any function with return-value annotations Date: Mon, 10 Aug 2020 13:25:07 -0700
Glyph <glyph@twistedmatrix.com> writes:

> I'm not sure what version I originally reported this on, but
> everywhere I can test right now, it works.

That is excellent news.  Thanks for checking.

I'm consequently closing this bug report now.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

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