On Sun, 3 Nov 2024 at 19:44, Eli Zaretskii wrote: >> From: Augusto Stoffel >> Date: Sun, 03 Nov 2024 17:27:00 +0100 >> >> If I evaluate the form below and then run C-x C-c, I get asked if I want >> to kill the network process. >> >> (open-network-stream "test" nil "www.gnu.org" 443 :type 'tls :noquery t) >> >> If I removed the `:type 'tls' option, then :noquery takes effect as >> expected. > > AFAICT, open-gnutls-stream doesn't support :noquery, so Emacs > basically ignores :noquery in this case and starts a network process > with query-on-exit flag set. Indeed, the fix is trivial: