projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea95d1
)
; Improve error message when LSP server not found
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Nov 2022 19:28:16 +0000
(20:28 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Nov 2022 19:33:18 +0000
(20:33 +0100)
* lisp/progmodes/eglot.el (eglot--guess-contact): Improve wording of
error message when no LSP server was found.
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index e10416667547cee9e1c81ce25de59a4dbb237634..e5c943ebf7acb33c6b6ec2596f53d66b42cafe53 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1011,7
+1011,7
@@
be guessed."
(and base-prompt
(cond (current-prefix-arg base-prompt)
((null guess)
- (format "[eglot]
Sorry, couldn't guess for `%s'!
\n%s"
+ (format "[eglot]
Couldn't guess LSP server for `%s'
\n%s"
main-mode base-prompt))
((and program
(not (file-name-absolute-p program))