Skip to content
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

Fix type error. #488

Merged
merged 1 commit into from
May 25, 2020
Merged

Fix type error. #488

merged 1 commit into from
May 25, 2020

Conversation

phst
Copy link
Contributor

@phst phst commented May 25, 2020

‘eglot--xref-make-match’ expects a string NAME, but ‘symbol-at-point’ returns a
symbol.

‘eglot--xref-make-match’ expects a string NAME, but ‘symbol-at-point’ returns a
symbol.
@joaotavora joaotavora merged commit b0bfbfb into joaotavora:master May 25, 2020
@joaotavora
Copy link
Owner

Thanks!

@phst phst deleted the type-error branch May 25, 2020 10:33
bhankas pushed a commit to bhankas/emacs that referenced this pull request Sep 18, 2022
Its first argument is passed to xref-make-match, which expects a string
as its SUMMARY argument, but symbol-at-point returns a symbol.

Co-authored-by: João Távora <joaotavora@gmail.com>

* eglot.el (eglot--lsp-xrefs-for-method): use symbol-name.
bhankas pushed a commit to bhankas/emacs that referenced this pull request Sep 19, 2022
Its first argument is passed to xref-make-match, which expects a string
as its SUMMARY argument, but symbol-at-point returns a symbol.

Co-authored-by: João Távora <joaotavora@gmail.com>

* eglot.el (eglot--lsp-xrefs-for-method): use symbol-name.
bhankas pushed a commit to bhankas/emacs that referenced this pull request Sep 19, 2022
Its first argument is passed to xref-make-match, which expects a string
as its SUMMARY argument, but symbol-at-point returns a symbol.

Co-authored-by: João Távora <joaotavora@gmail.com>

* eglot.el (eglot--lsp-xrefs-for-method): use symbol-name.
#488: joaotavora/eglot#488
jollaitbot pushed a commit to sailfishos-mirror/emacs that referenced this pull request Oct 12, 2022
Its first argument is passed to xref-make-match, which expects a string
as its SUMMARY argument, but symbol-at-point returns a symbol.

Co-authored-by: João Távora <joaotavora@gmail.com>

* eglot.el (eglot--lsp-xrefs-for-method): use symbol-name.

GitHub-reference: fix joaotavora/eglot#488
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants