From: Philipp Stephani <p.stephani2@gmail.com>
To: Alan Mackenzie <acm@muc.de>
Cc: 39972@debbugs.gnu.org
Subject: bug#39972: 28.0.50; which-function no longer returning current Java method in Emacs 27
Date: Thu, 21 May 2020 17:56:16 +0200 [thread overview]
Message-ID: <CAArVCkQPrTy0aWcuB+=5zAPbwG3edGc01fjYsq_13QefYjNC9Q@mail.gmail.com> (raw)
In-Reply-To: <20200520191303.GA19762@ACM>
Am Mi., 20. Mai 2020 um 21:13 Uhr schrieb Alan Mackenzie <acm@muc.de>:
>
> Hello, Philipp.
>
> On Sun, Mar 08, 2020 at 11:33:02 -0000, Alan Mackenzie wrote:
> > In article <mailman.2226.1583586546.2412.bug-gnu-emacs@gnu.org> you wrote:
>
> > > Assume there's a file /tmp/Foo.java:
>
> > > $ cat /tmp/Foo.java
> > > class Foo {
> > > void bar() {
> > > // body
> > > }
> > > }
>
> > > Emacs 26:
>
> > > $ emacs -Q -batch -l which-func /tmp/Foo.java -eval '(progn
> > > (search-forward "// body") (print (which-function)))'
>
> > > "bar"
>
>
> > > Emacs 27 pretest:
>
> > > $ emacs -Q -batch -l which-func /tmp/Foo.java -eval '(progn
> > > (search-forward "// body") (print (which-function)))'
>
> > > "class Foo"
>
>
> > > That is, Emacs 27 now prints the clas name instead of the method name.
> > > I think the Emacs 26 behavior is preferrable.
>
> [ .... ]
>
> > I'll look more closely into this in the coming days.
>
> I've committed two patches to savannah master which I hope have fixed
> this. One was to CC Mode, the other to lisp/progmodes/which-func.el.
>
> Could you possibly try out these and let me know whether they have, in
> fact, fixed the problem. Thanks!
Seems to work as expected, thanks.
Do you think you could push these patches onto the release branch, as
this appears to be a regression?
next prev parent reply other threads:[~2020-05-21 15:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-07 13:07 bug#39972: 28.0.50; which-function no longer returning current Java method in Emacs 27 Philipp Stephani
[not found] ` <mailman.2226.1583586546.2412.bug-gnu-emacs@gnu.org>
2020-03-08 11:33 ` Alan Mackenzie
2020-05-20 19:13 ` Alan Mackenzie
2020-05-21 15:56 ` Philipp Stephani [this message]
2020-05-21 16:15 ` Eli Zaretskii
2020-05-21 17:24 ` Philipp Stephani
2020-05-21 17:26 ` Philipp Stephani
2020-05-21 19:15 ` Eli Zaretskii
2020-05-21 17:42 ` Alan Mackenzie
2020-05-21 19:14 ` Eli Zaretskii
2020-05-21 20:19 ` Alan Mackenzie
2020-05-22 5:58 ` Eli Zaretskii
2020-05-22 9:58 ` Alan Mackenzie
2020-05-23 19:12 ` Philipp Stephani
2020-04-19 14:03 ` Alan Mackenzie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAArVCkQPrTy0aWcuB+=5zAPbwG3edGc01fjYsq_13QefYjNC9Q@mail.gmail.com' \
--to=p.stephani2@gmail.com \
--cc=39972@debbugs.gnu.org \
--cc=acm@muc.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.