Skip to content

Creating threads fail on emacs 25 #3

@mola-T

Description

@mola-T
(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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions