[elpa] master 8309dc8: * nhexl-mode.el: Add isearch and highlight to hex area

2018-12-09 Thread Stefan Monnier
branch: master commit 8309dc86c5ca0d11be3620e908bf157422654627 Author: Stefan Monnier Commit: Stefan Monnier * nhexl-mode.el: Add isearch and highlight to hex area (nhexl-isearch-hex-addresses, nhexl-isearch-hex-bytes) (nhexl-isearch-hex-highlight): New vars. (nhexl--make-li

[elpa] externals/eglot f63bedb 20/26: Fix #144: Use eglot--dbind and eglot--lambda throughout

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit f63bedb15f9f8c43aefe50604bf2f0f0ce9647fb Author: João Távora Commit: João Távora Fix #144: Use eglot--dbind and eglot--lambda throughout The default behaviour of these macros is to be lenient towards servers sending unknown keys, which should f

[elpa] externals/eglot 96169d8 18/26: Per #173: fix bug introduced by previous fix

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 96169d8182f5ff79c349287c48a52a16de90f659 Author: João Távora Commit: João Távora Per #173: fix bug introduced by previous fix * eglot.el (eglot--CompletionParams): Don't use last-input-event. --- eglot.el | 6 +++--- 1 file changed, 3 insertions(+

[elpa] externals/eglot 66a1704 22/26: Scratch/use elpa flymake (#178)

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 66a170468757dca70d2788ac89bd69d3a346 Author: João Távora Commit: GitHub Scratch/use elpa flymake (#178) Use GNU ELPA's Flymake * eglot.el (Package-Requires): require Flymake 1.0.2. (version< emacs-version "27.0"): Remove horrible hac

[elpa] externals/eglot a46f003 17/26: Fix #164: handle CodeAction/Command polymorphism with eglot--dcase

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit a46f0032ec4bb6d5e7faea1c5c8d1592649703cc Author: João Távora Commit: Michał Krzywkowski Fix #164: handle CodeAction/Command polymorphism with eglot--dcase * eglot-tests.el (eglot-dcase): Augment test. * eglot.el (eglot--lsp-interface-alist)

[elpa] externals/eglot 6de3d9c 10/26: Per #171, #156: Introduce eglot--dcase

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 6de3d9cf9cdf9f21fb4bf637d98f97738dbb12e5 Author: João Távora Commit: João Távora Per #171,#156: Introduce eglot--dcase * eglot.el (eglot--dcase): New macro. * eglot-tests.el (eglot-dcase-with-interface) (eglot-dcase-no-interface): New

[elpa] tag 1.3 created (now 23accee)

2018-12-09 Thread Jo�o T�vora
capitaomorte pushed a change to tag 1.3. at 23accee (commit) This tag includes the following new commits: new 3922cf3 Per #144, #156: control strictness towards incoming LSP messages new 11eb256 Fix #164: CodeAction command can be a Command object (#165) ne

[elpa] externals/eglot 37706af 21/26: Warn about suspicious interface usage at compile-time

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 37706af9b7579bdb7ce75e36008d217252ccf51d Author: João Távora Commit: João Távora Warn about suspicious interface usage at compile-time For fun, set eglot-strict-mode to '(disallow-non-standard-keys enforce-required-keys enforce-optional-keys) w

[elpa] externals/eglot 8140be5 07/26: Touch up last commit

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 8140be53094dfdd7d590f50413a3c715f6fc4923 Author: Michał Krzywkowski Commit: Michał Krzywkowski Touch up last commit * eglot.el (eglot-current-column): Rename from eglot--current-column. (eglot-current-column-function): Use it as value and mention

[elpa] externals/eglot 95ef9e1 08/26: Robustify tests against (M)ELPA eglot installations

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 95ef9e1197a12002fd83a9c3a4c3f1a7039435df Author: João Távora Commit: João Távora Robustify tests against (M)ELPA eglot installations * Makefile (eglot-check, %.elc): Setup load-path after package-initialize. --- Makefile | 5 +++-- 1 file changed,

[elpa] externals/eglot 38da3d3 15/26: Fix #159: Properly clear old diagnostics when making new ones

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 38da3d3b31ee19a5cea03951f5c535750858aaac Author: Michał Krzywkowski Commit: Michał Krzywkowski Fix #159: Properly clear old diagnostics when making new ones * eglot.el (eglot-handle-notification textDocument/publishDiagnostics): Call flymake re

[elpa] externals/eglot 5bbf884 11/26: Use eglot--dbind for destructuring

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 5bbf88459b78205ece715af3b074cc046294e478 Author: Michał Krzywkowski Commit: João Távora Use eglot--dbind for destructuring * eglot.el (eglot--lsp-interface-alist): Add CodeAction, FileSystemWatcher, Registration, TextDocumentEdit, WorkspaceEdi

[elpa] externals/eglot 973cd81 25/26: Close #180: Add preamble to comparison to lsp-mode.el

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 973cd8130b92b0c50c50763469be135fc5724cd4 Author: João Távora Commit: João Távora Close #180: Add preamble to comparison to lsp-mode.el * README.md (Differences to lsp-mode.el): Add preamble. --- README.md | 23 --- 1 file chang

[elpa] externals/eglot 4874c22 14/26: Use javascript-typescript-langserver for typescript-mode (#174)

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 4874c22767ef9b8fb4f168a159c86b71193d865c Author: Mario Rodas Commit: João Távora Use javascript-typescript-langserver for typescript-mode (#174) Copyright-paperwork-exempt: Yes * eglot.el (eglot-server-programs): add typescript-mode to

[elpa] externals/eglot 23accee 26/26: * eglot.el (Version): Bump to 1.3

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 23accee6dbf2eb7580fbb10f7ca09c13ba5700e8 Author: João Távora Commit: João Távora * eglot.el (Version): Bump to 1.3 --- eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglot.el b/eglot.el index f442b2f..db4fbb4 100644 --- a/eglo

[elpa] externals/eglot a1f2033 12/26: Fix #116, #150: don't break in indirect buffers

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit a1f20331f3ecd9c8c2e92482103f17eb30adab01 Author: João Távora Commit: João Távora Fix #116, #150: don't break in indirect buffers Indirect buffers, such as the ones created by ediff-regions-wordwise, have eglot enabled but not buffer-file-name.

[elpa] externals/eglot 10b238b 03/26: Revert "Fix #164: CodeAction command can be a Command object (#165)"

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 10b238b20202cf919402f162137166924187cd7f Author: João Távora Commit: João Távora Revert "Fix #164: CodeAction command can be a Command object (#165)" This reverts commit 11eb25678b2f32a3496bd7efb95b90941c9ae5ea. The spec doesn't define Com

[elpa] externals/eglot 11eb256 02/26: Fix #164: CodeAction command can be a Command object (#165)

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 11eb25678b2f32a3496bd7efb95b90941c9ae5ea Author: mkcms Commit: João Távora Fix #164: CodeAction command can be a Command object (#165) * eglot.el (eglot-code-actions): Handle case when the :command field is not a string. --- eglot.el | 7 +

[elpa] externals/eglot 1d42be4 13/26: Close #173: support completionContext to help servers like ccls

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 1d42be42f46119164743c56dba95f715893c6a98 Author: João Távora Commit: João Távora Close #173: support completionContext to help servers like ccls * eglot.el (eglot-client-capabilities): Annouce textDocument/completion/contextSupport. (eglot-

[elpa] externals/eglot 53bfdb7 19/26: Per #173: adjust previous fix

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 53bfdb7087b9b4a7c79abc3863c90b6d06ecca1f Author: João Távora Commit: João Távora Per #173: adjust previous fix * eglot.el (eglot--before-change): Don't reset eglot--last-inserted-char here. (eglot--pre-command-hook): Do it here. (eglot-

[elpa] externals/eglot 6b0b1b7 24/26: Be lenient by default to unknown methods or notifications

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 6b0b1b75948abe1f42f4f676c1379adc4372ec9b Author: João Távora Commit: João Távora Be lenient by default to unknown methods or notifications * eglot.el (eglot-strict-mode): Describe meaning of disallow-non-standard-keys. (eglot-handle-notific

[elpa] externals/eglot 9fb5f0c 05/26: Per #52, #127: Improve performance of xref summary line collection

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 9fb5f0cb5de73c4ca221ec8865fe7677fb29b2da Author: João Távora Commit: João Távora Per #52, #127: Improve performance of xref summary line collection * eglot.el (eglot--temp-location-buffers): New variable. (eglot--handling-xrefs): New macro.

[elpa] externals/eglot e2200ce 09/26: Simplify interface of eglot--dbind macro

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit e2200ce0735155d7f26d09b49569dd5501086826 Author: João Távora Commit: João Távora Simplify interface of eglot--dbind macro * eglot.el (eglot--dbind): Use new interface. (eglot--lambda): Use new eglot--dbind interface. (eglot--lsp-interface-a

[elpa] externals/eglot 444a8c3 16/26: Per #173: robustify previous fix against non-standard insertion bindings

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 444a8c3b3ec29eceeda26b72493a60c44a9bd951 Author: João Távora Commit: João Távora Per #173: robustify previous fix against non-standard insertion bindings * eglot.el (eglot--managed-mode): Manage post-self-insert-hook. (eglot--last-inserted-char

[elpa] externals/eglot cddab30 06/26: * eglot.el (eglot--current-column): New helper.

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit cddab30728e91a9c3b201087467662a567e95f6f Author: Michał Krzywkowski Commit: Michał Krzywkowski * eglot.el (eglot--current-column): New helper. (eglot-current-column-function): Set to eglot--current-column. (eglot--pos-to-lsp-position): Don't bind

[elpa] externals/eglot 3922cf3 01/26: Per #144, #156: control strictness towards incoming LSP messages

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 3922cf323ca700046ed0507fa4d534e3d5413297 Author: João Távora Commit: João Távora Per #144, #156: control strictness towards incoming LSP messages A new variable, eglot-strict-mode controls whether Eglot is strict or lax with regard to incoming

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

2018-12-09 Thread Jo�o T�vora
capitaomorte pushed a change to branch externals/eglot. from f291816 * eglot.el (Version): Bump to 1.2 new 3922cf3 Per #144, #156: control strictness towards incoming LSP messages new 11eb256 Fix #164: CodeAction command can be a Command object (#165) new 10b

[elpa] externals/eglot c1848c3 23/26: Handle array params to server notification or requests

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit c1848c3052429e52406ce585411b8c79b28e40cc Author: João Távora Commit: João Távora Handle array params to server notification or requests * eglot.el (eglot-handle-notification): Remove extraneous id (eglot--connect): If params is an array, make i

[elpa] externals/eglot 81d035f 04/26: Fix #52: Use entire line as xref summary when available

2018-12-09 Thread Jo�o T�vora
branch: externals/eglot commit 81d035fa216de25801ac94f2a7127c86ecfe96ee Author: João Távora Commit: João Távora Fix #52: Use entire line as xref summary when available After an original implementation by Michael Livshin. Also close #127. * eglot.el (eglot--xref-make):

[elpa] master 88f1900 2/2: Merge commit '5ed8901691b26eb5847f9522d20fa93a4fbaace8'

2018-12-09 Thread Ian Dunn
branch: master commit 88f190092ceb56200cbafcd072bb970500f2205e Merge: 188d50d 5ed8901 Author: Ian Dunn Commit: Ian Dunn Merge commit '5ed8901691b26eb5847f9522d20fa93a4fbaace8' --- packages/org-edna/org-edna-tests.el | 204 +-- packages/org-edna/org-edna-test

[elpa] master 5ed8901 1/2: Fixed stacking multiple conditions

2018-12-09 Thread Ian Dunn
branch: master commit 5ed8901691b26eb5847f9522d20fa93a4fbaace8 Author: Ian Dunn Commit: Ian Dunn Fixed stacking multiple conditions * org-edna.el (org-edna--normalize-sexp-form): Only set state if not breaking. (org-edna--expand-sexp-form): Properly handle blocking-var.

[elpa] master 188d50d: [el-search] Enhancements to my last two commits

2018-12-09 Thread Michael Heerdegen
branch: master commit 188d50d717e2c11f7c791b5312898cf5c983fe2b Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Enhancements to my last two commits Also bump version to 1.8.1. * packages/el-search/el-search.el (el-search--search-and-replace-pattern): Use

[elpa] master 7f3698b: [el-search] Stop for problematic comments

2018-12-09 Thread Michael Heerdegen
branch: master commit 7f3698bf32137998560182a534195a1f772cf19b Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Stop for problematic comments Make automatic replacing stop when comments can't be placed automatically. Bump version to 1.8. * packages/el

[elpa] externals/exwm e689221: Only call exwm-randr-screen-change-hook on new event sequence number

2018-12-09 Thread Chris Feng
branch: externals/exwm commit e6892216a6851307c822a71841ad2dc986facb77 Author: James Ferguson Commit: James Ferguson Only call exwm-randr-screen-change-hook on new event sequence number Multiple event callbacks are triggered per physical monitor plug event. This de-duplicates th