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
:command contact
:connection-type 'pipe
:coding 'utf-8-emacs-unix
+ :noquery t
:stderr (get-buffer-create
(format "*%s stderr*" readable-name))))))))
(spread
(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