-
Notifications
You must be signed in to change notification settings - Fork 14
Emacs 27 compatibility #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks - can you include either a comment in the code or something in the README.md as to where / how the new |
Ah, sorry, I mistyped README instructions. |
Should be good now. |
@alexmurray Oh, and someone would need to update the |
Not sure it's the right thing. Have you tried it? This way, in Emacs 27 other commands (e.g. Some users might like it (I probably would), but it seems like a personal choice. |
I am not running Emacs 27 - I just based it off your original recommendation in the README.md - can you explain a bit more what the change in behaviour is in Emacs 27 in this regard? |
What Emacs 27 did:
|
So I have finally upgraded to emacs 27 - I changed the instructions to recommend enabling this for both of the new xref interfaces in Emacs 27. See 3d4c35f. |
There are changes in Emacs master that change the calling convention of
xref-show-xrefs-function
and addxref-show-definitions-function
.