[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot f9beb19 55/62: When exiting emacs, don't ask the
From: |
Stefan Monnier |
Subject: |
[elpa] externals/eglot f9beb19 55/62: When exiting emacs, don't ask the user to confirm killing processes (#83) |
Date: |
Sat, 29 Sep 2018 17:13:37 -0400 (EDT) |
branch: externals/eglot
commit f9beb19a687692069638e6a3336d16b779096eb4
Author: Evgeni Kolev <address@hidden>
Commit: João Távora <address@hidden>
When exiting emacs, don't ask the user to confirm killing processes (#83)
Copyright-paperwork-exempt: yes
* eglot.el (eglot--connect, eglot--inferior-bootstrap): pass noquery t to
make-process.
---
eglot.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eglot.el b/eglot.el
index 31cce81..4ff7337 100644
--- a/eglot.el
+++ b/eglot.el
@@ -513,6 +513,7 @@ This docstring appeases checkdoc, that's all."
:command contact
:connection-type 'pipe
:coding 'utf-8-emacs-unix
+ :noquery t
:stderr (get-buffer-create
(format "*%s stderr*"
readable-name))))))))
(spread
@@ -627,6 +628,7 @@ CONNECT-ARGS are passed as additional arguments to
(make-process
:name (format "autostart-inferior-%s" name)
:stderr (format "*%s stderr*" name)
+ :noquery t
:command (cl-subst
(format "%s" port-number) :autoport contact)))
(setq connection
- [elpa] externals/eglot 6f1d64c 59/62: Close #100: Don't send other notifications before initialized, (continued)
- [elpa] externals/eglot 6f1d64c 59/62: Close #100: Don't send other notifications before initialized, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot f482c3e 60/62: Close #115: Don't block kill-buffer-hook if server somehow hangs, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot 821b498 62/62: Correctly map DocumentSymbol's :kind to its name (#121), Stefan Monnier, 2018/09/29
- [elpa] externals/eglot bd6304d 57/62: Fix serious breakage introduced by #93, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot 8e1a91b 31/62: Add a generic eglot-execute-command API, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot d5167ea 29/62: Minor fixes to test infrastructure, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot b0b16e2 37/62: Allow tests to be run with custom jsonrpc.el, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot 8e0cf60 45/62: Fix textDocument/hover responses where MarkedString is a plist (#72), Stefan Monnier, 2018/09/29
- [elpa] externals/eglot 40f151b 51/62: Close #80: Consider :triggerCharacters in company completion, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot e5b89af 53/62: Close #82: Correctly delete text before expanding snippet completions, Stefan Monnier, 2018/09/29
- [elpa] externals/eglot f9beb19 55/62: When exiting emacs, don't ask the user to confirm killing processes (#83),
Stefan Monnier <=
- [elpa] externals/eglot badcaec 56/62: Don't warn on implementation-specific notifications (#93), Stefan Monnier, 2018/09/29
- [elpa] externals/eglot 042a236 49/62: * README.md (Obligatory animated gif section): Add snippet gif., Stefan Monnier, 2018/09/29
- [elpa] externals/eglot b061873 61/62: Autoload eglot-ensure (#120), Stefan Monnier, 2018/09/29
- [elpa] externals/eglot f3f8531 58/62: Close #94: Prefer ccls over cquery for C/C++, Stefan Monnier, 2018/09/29