[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot 7d0bf64 062/139: Workaround RLS's regusal to trea
From: |
Jo�o T�vora |
Subject: |
[elpa] externals/eglot 7d0bf64 062/139: Workaround RLS's regusal to treat nil as empty json object |
Date: |
Mon, 14 May 2018 09:54:54 -0400 (EDT) |
branch: externals/eglot
commit 7d0bf64235fb3a572396a1fb0db8c2f26141f4aa
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>
Workaround RLS's regusal to treat nil as empty json object
* eglot.el (eglot--connect): Use dummy params.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 0300ad3..8f371d2 100644
--- a/eglot.el
+++ b/eglot.el
@@ -229,7 +229,7 @@ SUCCESS-FN with no args if all goes well."
(setf (eglot--capabilities proc) capabilities)
(setf (eglot--status proc) nil)
(when success-fn (funcall success-fn proc))
- (eglot--notify proc :initialized nil))))))))
+ (eglot--notify proc :initialized (eglot--obj :__dummy__ t)))))))))
(defvar eglot--command-history nil
"History of COMMAND arguments to `eglot'.")
- [elpa] externals/eglot eebd32b 059/139: When user declines to reconnect, first quit existing server, (continued)
- [elpa] externals/eglot eebd32b 059/139: When user declines to reconnect, first quit existing server, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 17e0ca4 047/139: Fix Flymake diagnostic positions, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 9d404c9 054/139: Update README.md, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 29d4103 056/139: Fix mode-line mouse-clicks from outside selected window, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot b1554fc 055/139: * eglot.el (eglot--process-receive): Skip null method notifs., Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 51ff863 046/139: Must re-announce didOpen after reconnect, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot c95a0a4 041/139: Multiple servers per project are possible, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot f8bfb7e 064/139: Handle requests from server correctly, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot b69302c 060/139: Make M-x eglot's interactive spec a separate function, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot b657b32 068/139: Use rootUri instead of rootPath, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 7d0bf64 062/139: Workaround RLS's regusal to treat nil as empty json object,
Jo�o T�vora <=
- [elpa] externals/eglot 75495dc 033/139: Slightly more user friendly start, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot fdb4de1 039/139: Simplify flymake integration, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot cc183a6 043/139: Fix assorted bugs, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot df5d76d 065/139: Reply to client/registerCapability (don't handle it yet), Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot c2862f4 063/139: Don't auto-reconnect if last attempt lasted less than 3 seconds, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot f1b6485 053/139: Trim some edges and add a bunch of boring RPC methods, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 0e95167 042/139: Watch for files opened under umbrella of existing process, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 4d4b85d 061/139: eglot-editing-mode becomes eglot--managed-mode, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot e7ffc31 067/139: Make reported capabilities into its own function, Jo�o T�vora, 2018/05/14
- [elpa] externals/eglot 79a2a1e 069/139: Be quite explicit about our lack of capabilities right now, Jo�o T�vora, 2018/05/14