-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
(setq testprocess
(make-network-process :name "test"
:host 'local
:server t
:service t
:family 'ipv4))
:service t
is not accepted in Emacs 25.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Network-Processes.html
:service service
service specifies a port number to connect to; or, for a server, the port number to listen on. It should be a service name that translates to a port number, or an integer specifying the port number directly. For a server, it can also be t, which means to let the system select an unused port number.
Seems to be a bug on Emacs 25. Any suggestion???
Metadata
Metadata
Assignees
Labels
No labels