]> git.eshelyaron.com Git - emacs.git/commit
Fixup last commit
authorJoão Távora <joaotavora@gmail.com>
Sun, 5 Sep 2021 19:05:45 +0000 (20:05 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 5 Sep 2021 19:05:45 +0000 (20:05 +0100)
commitd7057441b823a42b1378eadb0b4488d6fb7069f5
tree0e6698bba76ff348b44b656b6890f307283b0f2c
parent67fe1c1ad5a1277f4715ef503f14e8a73a972f78
Fixup last commit

Per https://github.com/joaotavora/eglot/issues/726.

I'm still not entirely convinced using all-completion here is a good
idea.  As usual the completion list we get from the server is
pre-filtered to whatever the server wishes.  Letting the completion
style do its own filtering (most completion styles use
completion-regexp-list and all-completions themselves) is completely
useless here.

Let's hope it's not harmful.

* eglot.el (eglot-completion-at-point): Fix all-completions call
lisp/progmodes/eglot.el