aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/eglot.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eglot: Add LSP server for TOML.Pooya Moradi2025-10-111-0/+1
* Eglot: make markup invisible instead of deleting it (bug#79552)Spencer Baugh2025-10-031-3/+8
* Eglot: Really fix neocmakelsp invocationBrian Leung2025-09-061-1/+1
* Eglot: really fix bug#79259João Távora2025-09-031-2/+2
* Eglot: fix likely off-by-1 in LabelOffsetSupport feature (bug#79259)João Távora2025-08-301-1/+1
* Eglot: escape literal % characters in URIsSteven Allen2025-08-301-6/+1
* ; * lisp/progmodes/eglot.el (eglot--managed-mode): Pacify byte-compiler.Eli Zaretskii2025-08-191-1/+1
* ; Revert last change in eglotGerd Möllmann2025-08-191-1/+1
* ; Pacify byte-compilerGerd Möllmann2025-08-191-1/+1
* Add alternative "ruby-lsp" to eglot-server-programs.Juri Linkov2025-06-251-1/+2
* Merge from origin/emacs-30Eli Zaretskii2025-05-241-0/+1
|\
| * Add support for Pyrefly LSP for PythonJostein Kjønigsen2025-05-191-0/+1
* | Eglot: always call ElDoc callbacks in correct buffer (bug#78530)Yuan Fu2025-05-211-2/+2
* | Eglot: Fix parsing file:// URIs on MS-WindowsEli Zaretskii2025-05-131-1/+2
* | Eglot: fix call hierarchy navigation again (bug#78367, bug#78250)João Távora2025-05-111-7/+16
* | Eglot: fix navigation in eglot-hierarchy-mode (bug#78250)João Távora2025-05-081-7/+8
* | Eglot: bind mouse-1 to margin and mode-line code actionsElijah Gabe Pérez2025-05-061-4/+7
* | Eglot: allow other keys in window/logMessage (bug#77948)João Távora2025-05-041-1/+1
* | Eglot: tweak previous change (clear Flymake 'Wait' state)João Távora2025-04-301-8/+16
* | Eglot: improve diagnostic-reporting performanceJoão Távora2025-04-291-18/+26
* | Eglot: require bug-fixed Flymake 1.4.1 (bug#77856)João Távora2025-04-231-1/+1
* | Eglot: use richer diagnostic-making capability of Flymake 1.4.0João Távora2025-04-201-8/+6
* | Eglot: be aware of LSP version of contextual diagnosticsJoão Távora2025-04-171-8/+21
* | Eglot: announce support for diagnostic version checks (bug#77588)João Távora2025-04-081-0/+1
* | Eglot: check textDocument/publishDiagnostics version (bug#77588)João Távora2025-04-081-4/+7
* | Replace uses of `replace-buffer-contents`Stefan Monnier2025-03-291-11/+14
* | Remove a use of a PUA Unicode character (bug#77328)Gerd Möllmann2025-03-281-2/+2
* | Eglot: unbreak from Emacs 26.3 (two-arg setq-local)João Távora2025-03-081-14/+13
* | Eglot: fix invocation of neocmakelspJoão Távora2025-03-021-1/+1
* | Eglot: implement additionalPropertiesSupport for showMessageFelician Nemeth2025-03-021-6/+9
* | Make cl-gensym obsolete in favor of built-in gensymStefan Kangas2025-02-251-5/+5
* | Eglot: add out-of-box support for neocmakelspJoão Távora2025-02-241-1/+2
* | Eglot: use eglot-advertise-cancellation in more situationsJoão Távora2025-02-241-9/+66
* | ; Fix typosStefan Kangas2025-02-221-1/+1
* | Eglot: Improve fix to bug#66144João Távora2025-02-161-1/+1
* | Merge from savannah/emacs-30Po Lu2025-02-151-1/+2
|\ \ | |/
| * Add java-language-server to eglot-server-programsRobert Brown2025-02-121-1/+2
| * Eglot: mention ocaml-ts-mode in eglot-server-programsJoão Távora2025-02-111-0/+1
* | Add go-work-ts-mode for Go workspace filesGabriel Santos2025-02-121-1/+1
* | Eglot: use Eldoc in eglot-hierarchy-modeJoão Távora2025-02-111-13/+41
* | Eglot: fix thinko in previous commitJoão Távora2025-02-111-1/+2
* | Eglot: error if no hierarchies available at pointJoão Távora2025-02-111-0/+1
* | Eglot: make better use of :company-docsigJoão Távora2025-02-111-5/+6
* | Eglot: cosmetic refactor of eglot-completion-at-pointJoão Távora2025-02-111-84/+84
* | Eglot: mention ocaml-ts-mode in eglot-server-programsJoão Távora2025-02-111-0/+1
* | Eglot: auto-expand first level in type and call hierarchiesJoão Távora2025-02-081-1/+2
* | Eglot: do not activate unsupported menu itemsFelicián Németh2025-02-081-2/+4
* | Eglot: fix bug in eglot--lookup-modeJoão Távora2025-02-071-9/+15
* | Eglot: add support for call and type hierarchiesJoão Távora2025-02-071-8/+213
* | Eglot: protect against nil jit-lock-context-unfontify-posJoão Távora2025-02-041-35/+35