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

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

bug#39972: 28.0.50; which-function no longer returning current Java meth


From: Eli Zaretskii
Subject: bug#39972: 28.0.50; which-function no longer returning current Java method in Emacs 27
Date: Fri, 22 May 2020 08:58:17 +0300

> Date: Thu, 21 May 2020 20:19:35 +0000
> Cc: p.stephani2@gmail.com, 39972@debbugs.gnu.org
> From: Alan Mackenzie <acm@muc.de>
> 
> class Foo {
>     void bar() {
>     // body
>     }
> }
> 
> , and enable which-function-mode.  When point is within class Foo or bar,
> which-function-mode reports "class Foo" or "bar" correctly.
> 
> But when point is _after_ the terminating brace of class Foo, "bar" is
> wrongly reported.  I now remember that this is the reason for my
> amendment to which-func.el.
> 
> Sorry to trouble you with such a minor point, but I'm unable to decide
> myself whether such a small bug should prevent the cherry-picking of
> 5989432 into emacs-27.  I'm leaning towards doing the cherry-pick.
> 
> So, please help me by making the decision.  Thanks!

I agree with you.





reply via email to

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