emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.76k stars 879 forks source link

fix: use xref-make-match instead of xref-make #4453

Closed JasZhe closed 4 months ago

JasZhe commented 4 months ago

This allows us to use xref-query-replace-in-results, when exporting to an xref buffer via embark for instance, since it needs xref-match-length to be defined.

Fixes: https://github.com/emacs-lsp/lsp-mode/issues/2997

jcs090218 commented 4 months ago

Thank you for your contribution! 🚀