branch: externals/eglot
commit 7b0d8459b17b258639dbae9ca6950368ab42bc9d
Author: João Távora
Commit: João Távora
Close #195: remove a hard dependency on flymake-mode
* eglot.el (eglot-handle-notification): Don't specifically check for
flymake-mode before reporting diagnostics
capitaomorte pushed a change to tag 1.4.
at 35597d2 (commit)
This tag includes the following new commits:
new 5b9a164 Per #180: frame lsp-mode.el comparison as historical even
more evidently
new cc5ef6c Apply eglot--format-markup to signature documentation
n
branch: externals/eglot
commit 35597d262b53bde52faa46ee6ae8c597d93114e8
Author: João Távora
Commit: João Távora
Handle (un)registerCapability requests via generic functions
* eglot.el (Version): Bump to 1.4
(eglot-register-capability, eglot-unregister-capability): New
ge
branch: externals/eglot
commit 1e1665edfd1f4121545ad934b27905d9ff68a744
Author: João Távora
Commit: João Távora
Rewrite eglot--sig-info a bit for readability
* eglot.el (eglot--sig-info): Rewrite a bit.
---
eglot.el | 61 +
branch: externals/eglot
commit d167c8014d76d06c9448fff2feba3d12b9c665f9
Author: João Távora
Commit: João Távora
Fix #190: actually make completion sorting work
* eglot.el (eglot-completion-at-point): Complicate severely.
---
eglot.el | 66 +++
branch: externals/eglot
commit 64c7605cd871b38d1c602e125705c484950f4bf6
Author: Fredrik Bergroth
Commit: João Távora
Adjust active param highlighting in first line of signature (1/3)
JT@2018/12/16: Previously, the whole first line of the rendered
documentation was searched for
branch: externals/eglot
commit e65792fc4313ee7143efc6c133c5824be4fb7db2
Author: João Távora
Commit: João Távora
Close #197: allow read-only modes for markup rendering
gfm-mode is read-only, so it must be set after the string has been
inserted in the temporary buffer.
branch: externals/eglot
commit 2f0e51a05c14b1943206fce83e96c3ff2f0d4b32
Author: João Távora
Commit: João Távora
Per #188: use gfm-view-mode
* eglot.el (eglot--format-markup): Use gfm-view-mode instead of gfm-mode.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
branch: externals/eglot
commit 923cbbe4d89ad26ee9dc86fe09b407f8267f3916
Author: João Távora
Commit: João Távora
Don't make bogus responses to client/(Un)RegisterCapability
* eglot.el (eglot--register-unregister): Response is void.
---
eglot.el | 8 +++-
1 file changed, 3 in
branch: externals/eglot
commit 83f7f843b393086804befb668a6834343a7503ef
Author: João Távora
Commit: João Távora
Appease checkdoc
* eglot.el (eglot--post-self-insert-hook)
(eglot--pre-command-hook, eglot--before-change)
(eglot--eclipse-jdt-contact): Fix docstrings.
---
e
branch: externals/eglot
commit b8a890197329b4e8ebb4ecfba623e73f4fa35ba2
Author: João Távora
Commit: João Távora
Fix #187: be more careful when making xref summaries
* eglot.el (eglot--xref-make): Only highlight to end-of-line at
most.
---
eglot.el | 6 --
1 file changed
branch: externals/eglot
commit c5dea9af29b6c7adc40fa7a0c2a1b439cdb5b907
Author: João Távora
Commit: João Távora
* eglot.el (eglot-workspace-configuration): Safe when listp.
---
eglot.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eglot.el b/eglot.el
index 39f4842..6de3adf 1006
branch: externals/eglot
commit ef958399158eda117bff28c408d47b6eb969fd16
Author: Fredrik Bergroth
Commit: João Távora
Adjust active param highlighting in first line of signature (3/3)
Highlight only first active parameter match (even if there are many)
Copyright-paperwork-
branch: externals/eglot
commit 85711cc2bf6f19f5ce5889668d7cef416547f1be
Author: João Távora
Commit: João Távora
* eglot.el (Package-Requires): Require jsonrpc 1.0.7.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 7f3eea4..108e7
branch: externals/eglot
commit cc5ef6c06c736a7df2a916bc8f78efad92dad7c6
Author: Fredrik Bergroth
Commit: João Távora
Apply eglot--format-markup to signature documentation
Copyright-paperwork-exempt: yes
* eglot.el (eglot--sig-info): Call eglot--format-markup on signature
capitaomorte pushed a change to branch externals/eglot.
from 23accee * eglot.el (Version): Bump to 1.3
new 5b9a164 Per #180: frame lsp-mode.el comparison as historical even
more evidently
new cc5ef6c Apply eglot--format-markup to signature documentation
new 64
branch: externals/eglot
commit 64da240c45228a126dc22a10c8d4123b5bc4f6c4
Author: João Távora
Commit: João Távora
Fix #196: run connection hooks with proper dir-locals
eglot-connect-hook and eglot-server-initialized-hook must run in a
buffer with properly setup directory-local
branch: externals/eglot
commit af9dcad2e677fa7eb59faa39561f3c60f4e886d7
Author: João Távora
Commit: João Távora
Take over Flymake and Eldoc completely while managing buffers
Take a pragmatic approach and override all other Flymake and Eglot
backends while Eglot is enabled.
branch: externals/eglot
commit d77b4475b6429d591fbefe5128ba9a27e97b4b28
Author: Fredrik Bergroth
Commit: João Távora
Adjust active param highlighting in first line of signature (2/3)
Use regex with word boundaries when scanning for active param, to
avoid matching substrings.
branch: externals/eglot
commit 5b9a164ada9f10110e7148a816ac12b174a17db7
Author: João Távora
Commit: GitHub
Per #180: frame lsp-mode.el comparison as historical even more evidently
* README.md (Historical differences to lsp-mode.el): New section title.
Also fix link.
---
READM
branch: externals/eglot
commit e8b9cbf617e78daae4656cfa20d8a7c3db32eb33
Author: João Távora
Commit: João Távora
Slightly simplify eglot-completion-at-point
* eglot.el (eglot-completion-at-point): Don't propertize
completion string with all LSP properties.
---
eglot.el | 19
branch: externals/eglot
commit d5521e94f37d8d50b2029fdb3f540de8b9affac8
Author: João Távora
Commit: João Távora
Remove workaround for company bug that has been fixed
See https://github.com/company-mode/company-mode/pull/845.
* eglot.el (eglot-completion-at-point): Remov
branch: externals/eglot
commit 476feb82a6463c10da18ba153d15b058cc46cdd9
Author: João Távora
Commit: João Távora
Add edebug specs to destructuring macros
* eglot.el (eglot--dbind, eglot--lambda, eglot--dcase): Add edebug
specs.
---
eglot.el | 6 +++---
1 file changed, 3 inse
branch: externals/eglot
commit b393c483326ae69a0fc81723e3b429485fc3680f
Author: João Távora
Commit: João Távora
Fix previous commit where workaround had been removed
Do remove the workaround, but not more than that.
* eglot.el (eglot-completion-at-point): set local var
branch: master
commit 1c7b627d044b64288aa8f81f92db40c9a301e111
Author: Michael Heerdegen
Commit: Michael Heerdegen
[el-search] Add C-h help
This commit adds integration for the C-h help prefix.
Update header and bump version to 1.9.0.
* packages/el-search/el-search.el (
branch: master
commit 6f31d91cf383eb6977431d6edde5d0f4fc440d8d
Author: Michael Heerdegen
Commit: Michael Heerdegen
[el-search] Allow to work without installing key bindings
Change the default value of 'el-search-use-transient-map' to t.
Make "el-search" an alias for "el-search-p
26 matches
Mail list logo