-
Notifications
You must be signed in to change notification settings - Fork 200
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
eglot + ediff-regions-wordwise errors out #116
Labels
Comments
Confirmed. |
The issue is that the buffers created by ediff are not actually visiting any files, and eglot wants to use their filename. A couple of solutions could be:
I've opened #150 using the third option. |
The problem is actually indirect buffers. Pushed a fix for this. |
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 18, 2022
…ct buffers Indirect buffers, such as the ones created by ediff-regions-wordwise, have eglot enabled but not buffer-file-name. Resort to the finding the file-name of the original buffer for these. * eglot.el (eglot--TextDocumentIdentifier): Work in indirect buffers.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 19, 2022
…ct buffers Indirect buffers, such as the ones created by ediff-regions-wordwise, have eglot enabled but not buffer-file-name. Resort to the finding the file-name of the original buffer for these. * eglot.el (eglot--TextDocumentIdentifier): Work in indirect buffers.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 19, 2022
Indirect buffers, such as the ones created by ediff-regions-wordwise, have eglot enabled but not buffer-file-name. Resort to the finding the file-name of the original buffer for these. * eglot.el (eglot--TextDocumentIdentifier): Work in indirect buffers. #116: joaotavora/eglot#116 #150: joaotavora/eglot#150
jollaitbot
pushed a commit
to sailfishos-mirror/emacs
that referenced
this issue
Oct 12, 2022
Indirect buffers, such as the ones created by ediff-regions-wordwise, have eglot enabled but not buffer-file-name. Resort to the finding the file-name of the original buffer for these. * eglot.el (eglot--TextDocumentIdentifier): Work in indirect buffers. GitHub-reference: fix joaotavora/eglot#116 GitHub-reference: fix joaotavora/eglot#150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
;; M-x kill-buffer
The text was updated successfully, but these errors were encountered: