aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/eglot.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* eglot.el: Avoid `%s` for composite objectsStefan Monnier2026-03-031-18/+21
* Fix 'eglot-imenu'Eli Zaretskii2026-02-141-1/+1
* Eglot: fix neocmakelsp invocationJoão Távora2026-02-131-1/+1
* Eglot: Add "static-ls" to Haskell LSP listMatthew Bauer2026-02-081-1/+2
* Eglot: fix thinko in eglot--async-requestJoão Távora2026-02-051-12/+15
* Eglot: recall diagnostics froms unopened files on session startJoão Távora2026-01-301-9/+24
* * lisp/progmodes/eglot.el (eglot-server-programs): Use "elp" for erlang-mode.Juri Linkov2026-01-301-1/+1
* Eglot: simplify Imenu setup againJoão Távora2026-01-211-1/+2
* Eglot: display more readable server-originated messagesJoão Távora2026-01-211-9/+12
* Eglot: fix textDocument/prepareRename supportJoão Távora2026-01-211-15/+23
* Eglot: set imenu-create-index-function without adviceJoão Távora2026-01-211-5/+3
* Eglot: limit the number of file watchesJoão Távora2026-01-211-5/+31
* Eglot: support more complex workspace edits (create/rename/delete)João Távora2026-01-211-48/+160
* Eglot: overhaul eglot-confirm-server-edits defcustomJoão Távora2026-01-211-23/+36
* Eglot: default eglot-advertise-cancellation to tJoão Távora2026-01-211-1/+1
* Eglot: handle user quits when applying server-initiated editsJoão Távora2026-01-211-2/+12
* Eglot: ensure no timeout on remote command executionsJoão Távora2026-01-211-2/+3
* Eglot: slightly friendlier UI for server window/showMessageRequestJoão Távora2026-01-211-6/+5
* Eglot: advertise cancellation on eglot--request quitsJoão Távora2026-01-211-15/+16
* Eglot: fix async request cancellationJoão Távora2026-01-211-43/+46
* Eglot: treat code=0 JSONRPC errors as benignJoão Távora2026-01-211-15/+23
* Eglot: support 'wat-mode'Pig Fang2026-01-171-0/+1
* Eglot: support textDocument/prepareRename for more accurate eglot-renameJoão Távora2026-01-111-6/+16
* Eglot: release version 1.21João Távora2026-01-111-1/+1
* Eglot: properly announce semantic tokens support to serversJoão Távora2026-01-111-1/+1
* Eglot: solve misc Elisp compatibility problems on Emacs 26.3João Távora2026-01-111-2/+2
* Eglot: don't use text-property-search-forward unavailable on 26.3João Távora2026-01-111-17/+18
* Eglot: release version 1.20João Távora2026-01-111-1/+1
* Eglot: add new command 'eglot-momentary-inlay-hints'João Távora2026-01-111-0/+39
* Eglot: de-spam eglot-mode-line-progressJoão Távora2026-01-111-8/+10
* Eglot: enhance eglot-list-connections-modeJoão Távora2026-01-111-2/+8
* Eglot: don't notify server of in-disk changes for managed filesJoão Távora2026-01-111-1/+5
* Eglot: spectacular optimization in files with many diagnosticsJoão Távora2026-01-111-19/+72
* Eglot: add support for experimental $/streamingDiagnosticsProviderJoão Távora2026-01-111-4/+75
* Eglot: rework Flymake integration ahead of more changesJoão Távora2026-01-111-139/+182
* Eglot: document LSP server multiplexer supportJoão Távora2026-01-111-3/+6
* Unobsolete and autoload M-x eglot-manual, mention it in manualJoão Távora2026-01-081-3/+2
* Eglot: prevent textDocument/diagnostic from being sent before didOpenJoão Távora2026-01-051-2/+4
* Eglot: require project 0.11.2 (bug#79809)João Távora2026-01-041-1/+1
* Eglot: fix thinko in recent diagnostics logic changeJoão Távora2026-01-041-18/+20
* ; Eglot: remove spurious leftover trace-valuesJoão Távora2026-01-021-3/+1
* Eglot: consider "pulled" and "pushed" diagnostics separatelyJoão Távora2026-01-021-29/+36
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-3/+3
* Eglot: speed up symbol highlighting (bug#80072)João Távora2025-12-251-13/+21
* Add text property 'imenu-region' for Eglot and 'M-x imenu' (bug#79980)Juri Linkov2025-12-211-0/+8
* ; Eglot: mention relativePatternSupport in /etc/EGLOT-NEWSJoão Távora2025-12-191-1/+3
* ; Eglot: fix oversight and add back essential delete-dupsJoão Távora2025-12-191-2/+3
* Eglot: remove "face" suffix for semtok-specific facesJoão Távora2025-12-191-3/+3
* Eglot: fallback to project-files if no 'find' available (bug#79809)João Távora2025-12-181-69/+58