Tags: patch Every time while exiting Emacs, an internal process is displayed and asked whether to exit. Eglot already uses `:noquery t' in two places for `make-process', but can't use the same for `open-network-stream' because it's still unhandled. Here is the patch that adds it: