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
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
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(+
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
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)
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
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
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
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
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,
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
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
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
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
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
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.
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
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 +
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-
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-
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
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.
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
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
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
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
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
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
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):
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
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.
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
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
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
34 matches
Mail list logo