[elpa] externals/eglot 7b0d845 17/22: Close #195: remove a hard dependency on flymake-mode

2019-01-05 Thread Jo�o T�vora
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

[elpa] tag 1.4 created (now 35597d2)

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot 35597d2 22/22: Handle (un)registerCapability requests via generic functions

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot 1e1665e 06/22: Rewrite eglot--sig-info a bit for readability

2019-01-05 Thread Jo�o T�vora
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 +

[elpa] externals/eglot d167c80 15/22: Fix #190: actually make completion sorting work

2019-01-05 Thread Jo�o T�vora
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 +++

[elpa] externals/eglot 64c7605 03/22: Adjust active param highlighting in first line of signature (1/3)

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot e65792f 18/22: Close #197: allow read-only modes for markup rendering

2019-01-05 Thread Jo�o T�vora
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.

[elpa] externals/eglot 2f0e51a 13/22: Per #188: use gfm-view-mode

2019-01-05 Thread Jo�o T�vora
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(

[elpa] externals/eglot 923cbbe 08/22: Don't make bogus responses to client/(Un)RegisterCapability

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot 83f7f84 21/22: Appease checkdoc

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot b8a8901 09/22: Fix #187: be more careful when making xref summaries

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot c5dea9a 20/22: * eglot.el (eglot-workspace-configuration): Safe when listp.

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot ef95839 05/22: Adjust active param highlighting in first line of signature (3/3)

2019-01-05 Thread Jo�o T�vora
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-

[elpa] externals/eglot 85711cc 11/22: * eglot.el (Package-Requires): Require jsonrpc 1.0.7.

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot cc5ef6c 02/22: Apply eglot--format-markup to signature documentation

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot updated (23accee -> 35597d2)

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot 64da240 19/22: Fix #196: run connection hooks with proper dir-locals

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot af9dcad 10/22: Take over Flymake and Eldoc completely while managing buffers

2019-01-05 Thread Jo�o T�vora
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.

[elpa] externals/eglot d77b447 04/22: Adjust active param highlighting in first line of signature (2/3)

2019-01-05 Thread Jo�o T�vora
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.

[elpa] externals/eglot 5b9a164 01/22: Per #180: frame lsp-mode.el comparison as historical even more evidently

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot e8b9cbf 16/22: Slightly simplify eglot-completion-at-point

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot d5521e9 12/22: Remove workaround for company bug that has been fixed

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot 476feb8 07/22: Add edebug specs to destructuring macros

2019-01-05 Thread Jo�o T�vora
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

[elpa] externals/eglot b393c48 14/22: Fix previous commit where workaround had been removed

2019-01-05 Thread Jo�o T�vora
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

[elpa] master 1c7b627: [el-search] Add C-h help

2019-01-05 Thread Michael Heerdegen
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 (

[elpa] master 6f31d91: [el-search] Allow to work without installing key bindings

2019-01-05 Thread Michael Heerdegen
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