all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31903: 27.0.50; Server sockets with :nowait no longer work
@ 2018-06-19 18:00 Helmut Eller
  2018-07-01 15:48 ` Noam Postavsky
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Eller @ 2018-06-19 18:00 UTC (permalink / raw)
  To: 31903

With a file test.el containing this code:

  (make-network-process :name "*test*"
                        :server t
                        :nowait t
                        :host 'local
                        :service t
                        :family 'ipv4)

and starting Emacs with: emacs -Q -batch -l test.el
prints:
  make server process failed: Success, :name, *test*, :server, t, :nowait, t, :host, local, :service, t, :family, ipv4

I'm not sure whether :nowait is supposed to work with server sockets,
but this used to work in Emacs 25.  Either way, the error message looks
pretty wrong.

elnode calls make-network-process[1] in a similar way, so it's quite
annoying that this has changed (and obviously no one tested elnode).

[1] https://github.com/nicferrier/elnode/blob/master/elnode.el


In GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2018-06-19 built on caladan
Repository revision: a9b720ac5030a4ca84e8ebe8436027da0468624c
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description: Debian GNU/Linux 9 (stretch)

Configured using:
 'configure --with-xpm=no --with-gif=no --with-tiff=no --with-jpeg=no
 --without-pop'

Configured features:
PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2 FREETYPE XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 THREADS LIBSYSTEMD






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-10  0:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 18:00 bug#31903: 27.0.50; Server sockets with :nowait no longer work Helmut Eller
2018-07-01 15:48 ` Noam Postavsky
2018-07-02 15:25   ` Eli Zaretskii
2018-07-06  0:13     ` Noam Postavsky
2018-07-10  0:46       ` Noam Postavsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.