GNU bug report logs - #29717
python mode imenu and semantic imenu for python both fail to recognize any function with return-value annotations

Previous Next

Package: emacs;

Reported by: Glyph <glyph <at> twistedmatrix.com>

Date: Fri, 15 Dec 2017 04:15:02 UTC

Severity: normal

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glyph <glyph <at> twistedmatrix.com>
Subject: bug#29717: closed (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 20:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#29717: python mode imenu and semantic imenu for python both fail to recognize any function with return-value annotations

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 29717 <at> debbugs.gnu.org.

-- 
29717: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29717
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Kangas <stefan <at> marxist.se>
To: Glyph <glyph <at> twistedmatrix.com>
Cc: 29717-done <at> debbugs.gnu.org
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 <at> 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

[Message part 3 (message/rfc822, inline)]
From: Glyph <glyph <at> twistedmatrix.com>
To: bug-gnu-emacs <at> gnu.org
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.



This bug report was last modified 4 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.