index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test face name variables are bound before using them in cc-fonts.el
Alan Mackenzie
2022-10-25
1
-10
/
+17
*
* lisp/progmodes/eglot.el: Remove not very funny joke.
Robert Pluim
2022-10-25
1
-1
/
+2
*
eglot-server-programs: Account for new ts-mode
Brian Leung
2022-10-25
1
-1
/
+1
*
eglot-server-programs: Account for new js-json-mode
Brian Leung
2022-10-25
1
-1
/
+1
*
Fix M-x eglot breakage due to typo
João Távora
2022-10-25
1
-1
/
+1
*
* lisp/progmodes/eglot.el (eglot): Ensure managed-major-mode is a list
Stephen Leake
2022-10-25
1
-2
/
+3
*
* lisp/progmodes/compile.el (compilation-mode-line-errors): Use `defvar`
Stefan Monnier
2022-10-24
1
-1
/
+1
*
Fix last change in perl-mode
Mauro Aranda
2022-10-21
1
-1
/
+1
*
Add the "nil" language server to eglot-server-programs
Brian Leung
2022-10-21
1
-1
/
+1
*
Add lua-language-server to eglot-server-programs
Brian Leung
2022-10-21
1
-1
/
+2
*
Add Eglot to the menu bar
Eli Zaretskii
2022-10-20
1
-14
/
+18
*
; fix warning about order of defvaralias/defconst
João Távora
2022-10-20
1
-1
/
+1
*
; Merge from https://github.com/joaotavora/eglot
João Távora
2022-10-20
1
-0
/
+3457
|
\
|
*
Expose eglot-{} to be used in eglot-workspace-configuration
João Távora
2022-10-20
1
-0
/
+1
|
*
Rework header of eglot.el
João Távora
2022-10-20
1
-27
/
+58
|
*
Do use eglot-connect-timeout if eglot-sync-connect is t
João Távora
2022-10-20
1
-1
/
+2
|
*
* eglot.el (version): actually bump to 1.9
João Távora
2022-10-11
1
-1
/
+1
|
*
Fix docstring of eglot-list-connections-mode
João Távora
2022-10-08
1
-3
/
+2
|
*
Make eglot-code-actions usable non-interactively
João Távora
2022-10-05
1
-13
/
+23
|
*
Add half-baked m-x eglot-list-connections
João Távora
2022-10-05
1
-0
/
+34
|
*
Rename "eglot -> eglot" in docstrings
João Távora
2022-10-04
1
-13
/
+13
|
*
Make clojure-lsp handle more major modes at once
João Távora
2022-09-26
1
-1
/
+2
|
*
Add support for "single server, multiple modes"
João Távora
2022-09-26
1
-25
/
+45
|
*
Shoosh byte-compilation warnings about line numbering functions
João Távora
2022-09-26
1
-8
/
+12
|
*
Fix blunder in eglot--guess-contact
João Távora
2022-09-24
1
-4
/
+5
|
*
Revert "fix jdtls support"
João Távora
2022-09-19
1
-1
/
+1
|
*
Don't use three-argument plist-get
João Távora
2022-09-19
1
-7
/
+9
|
*
Don't return hash tables from e-w-configuration-plist
João Távora
2022-09-18
1
-3
/
+3
|
*
Allow eglot-workspace-configuration to be a plist
João Távora
2022-09-18
1
-13
/
+33
|
*
Don't exceed max-specdl-size in big go projects
João Távora
2022-09-18
1
-2
/
+1
|
*
Allow :initializationoptions in eglot-server-programs
João Távora
2022-09-18
1
-20
/
+21
|
*
Adjust last commit about workspace configuration
João Távora
2022-09-17
1
-3
/
+1
|
*
Rework readme.md about workspace configuration again
João Távora
2022-09-17
1
-18
/
+25
|
*
Add eglot-show-configuration to debug workspace configurations
Fredrik Bergroth
2022-09-17
1
-0
/
+13
|
*
Prefer documentchanges to changes in server-initiated edits
Theodor Thornhill
2022-09-09
1
-2
/
+6
|
*
Add support for jedi-language-server (again)
jgart
2022-09-09
1
-1
/
+1
|
*
Don't return poorly supported "special elements" in eglot-imenu
João Távora
2022-09-09
1
-27
/
+25
|
*
Fix jdtls support
Manuel Uberti
2022-09-08
1
-1
/
+1
|
*
Add marksman server for markdown
Artem Pyanykh
2022-09-08
1
-1
/
+2
|
*
Add out-of-box support for perl lsp server
Christian Garbs
2022-07-26
1
-1
/
+2
|
*
Always default eglot-strict-mode to nil
João Távora
2022-07-22
1
-8
/
+6
|
*
Fix embarrassing paren-matching blunder in eglot.el
João Távora
2022-07-19
1
-1
/
+1
|
*
Reply more reasonably to server's workspace/applyedit
João Távora
2022-07-19
1
-1
/
+2
|
*
Appease byte-compiler warnings about wrong use of quotes
João Távora
2022-07-19
1
-4
/
+3
|
*
Eglot-workspace-configuration can be a function
João Távora
2022-07-19
1
-4
/
+14
|
*
Be more conservative with the lsp identifier guess
João Távora
2022-07-15
1
-4
/
+5
|
*
Guess the "lsp identifier at point"
João Távora
2022-07-15
1
-50
/
+51
|
*
Tweak some details, fix some bugs
João Távora
2022-07-15
1
-5
/
+6
|
*
Cosmetic decisions guaranteed to tick off someone somewhere (tm)
João Távora
2022-07-14
1
-35
/
+20
|
*
Experiment with grouping in xref-backend-identifier-completion-table
João Távora
2022-07-14
1
-4
/
+34
[next]