]> git.eshelyaron.com Git - emacs.git/commitdiff
When exiting emacs, don't ask the user to confirm killing processes ()
authorEvgeni Kolev <evgenysw@gmail.com>
Mon, 27 Aug 2018 13:17:09 +0000 (16:17 +0300)
committerJoão Távora <joaotavora@gmail.com>
Mon, 27 Aug 2018 13:17:09 +0000 (14:17 +0100)
Copyright-paperwork-exempt: yes

* eglot.el (eglot--connect, eglot--inferior-bootstrap): pass noquery t to
make-process.

GitHub-reference: https://github.com/joaotavora/eglot/issues/83

lisp/progmodes/eglot.el

index 31cce816a1a40cc7be563923f043e94e19b43543..4ff7337d11efdd4c192de1f3cbf73f2a8e26f482 100644 (file)
@@ -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