jacktasia / dumb-jump

an Emacs "jump to definition" package for 50+ languages
GNU General Public License v3.0
1.57k stars 150 forks source link

dumb-jump doesn't work in the emacs 28.0.5? #326

Open tfighting opened 4 years ago

tfighting commented 4 years ago

I use python to write my code all the time.But I find dumb-jump doesn't work at all,the detail info is " declaration not found". ps: OS: Ubuntu18.04 Emacs: 28.04 rg and ag have been installed.

jacktasia commented 4 years ago

Thanks for the report. I honestly didn't even know anyone was using Emacs 28 yet since 27 isn't even released yet. https://www.gnu.org/software/emacs/history.html

Are you just compiling 28 directly from source? Or is there an official 28.0.5 I can test against? Thanks again for the report.

bhipple commented 4 years ago

If you build emacs from source on the master branch after the emacs N release branch has been cut, it'll claim to be emacs N+1 -- so "emacs 28" is just a master build, even though it's not released. Probably still somewhat niche.

FWIW I'm happily using dumb-jump on "emacs 28" without issue.

erickgnavar commented 1 year ago

Hi, I'm using emacs 29 and I'm having the same issue since 28, any idea about how this can be solved?