From: Al Petrofsky <al@petrofsky.org>
Cc: emacs-devel@gnu.org, helmut@212186011228.11.tuwien.teleweb.at
Subject: Re: Final(?) patch for server sockets and datagram (UDP) support.
Date: Wed, 13 Mar 2002 16:50:12 -0800 [thread overview]
Message-ID: <200203140050.QAA25591@radish.petrofsky.org> (raw)
In-Reply-To: <5xd6y8nji8.fsf_-_@kfs2.cua.dk> (storm@cua.dk)
It's always been a bit confusing that emacs uses the term process for
sockets that have no associated process. That confusion will get a
little worse now that emacs processes will include server and datagram
sockets, which don't even share processes' stream-like nature.
I'm not saying we should rename everything now to fix this, but I
think it would help if the start of the "make-network-process" doc
string immediately disclaimed any relationship to a unix process.
> :host HOST -- HOST is name of the host to connect to, or its IP
> address. If specified for a server process, only clients on that host
> may connect. The symbol `local' specifies the local host.
Don't you mean something like "If specified for a server process, it
must be a valid name or address for the local host, and only clients
connecting to that address will get through"?
> :local ADDRESS -- ADDRESS is the local address used for the
> connection. This parameter is ignored when opening a client process.
> When specified for a server process, the HOST and SERVICE are ignored.
>
> :remote ADDRESS -- ADDRESS is the remote partner's address for the
> connection. This parameter is ignored when opening a server process.
> When specified for a client process, the HOST and SERVICE are ignored.
These seemed pointless until I read the process-contact doc, and the
NEWS. (The format of the address wasn't documented in either
function's doc string.) I don't think it's a good idea to add two
more arguments to make-network-process just so that process-contact is
easier to document. Is there some other point?
-al
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel
next prev parent reply other threads:[~2002-03-14 0:50 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <m2u1sa7819.fsf@xaital.online-marketwatch.com>
2002-02-21 23:45 ` Non-blocking open-network-stream Kim F. Storm
2002-02-22 16:04 ` Stefan Monnier
2002-02-25 22:38 ` Kim F. Storm
2002-02-26 22:46 ` Helmut Eller
2002-02-27 11:59 ` Kim F. Storm
2002-02-28 4:08 ` Richard Stallman
2002-03-01 0:21 ` Kim F. Storm
2002-03-01 8:01 ` Juanma Barranquero
2002-03-01 10:50 ` Kim F. Storm
2002-03-01 17:10 ` Pavel Janík
2002-03-01 21:23 ` Richard Stallman
2002-03-07 0:08 ` New patch for server sockets and datagram (UDP) support Kim F. Storm
2002-03-07 10:56 ` Kim F. Storm
2002-03-07 11:39 ` Alex Schroeder
2002-03-07 12:39 ` Kim F. Storm
2002-03-07 14:51 ` Alex Schroeder
2002-03-08 21:06 ` Richard Stallman
2002-03-13 15:56 ` Kim F. Storm
2002-03-13 23:19 ` Final(?) " Kim F. Storm
2002-03-14 0:50 ` Al Petrofsky [this message]
2002-03-14 9:30 ` Kim F. Storm
2002-03-14 12:42 ` Richard Stallman
2002-03-14 13:35 ` Kim F. Storm
2002-03-17 22:02 ` I have installed the " Kim F. Storm
2002-03-07 15:18 ` New " Helmut Eller
2002-03-07 16:09 ` Kim F. Storm
2002-03-07 17:32 ` Helmut Eller
2002-03-07 23:58 ` Kim F. Storm
2002-03-08 7:38 ` Helmut Eller
2002-03-08 9:13 ` Kim F. Storm
2002-03-08 11:16 ` Helmut Eller
2002-03-08 16:36 ` Stefan Monnier
2002-03-08 20:57 ` Kim F. Storm
2002-03-08 21:03 ` Stefan Monnier
2002-03-08 21:07 ` Richard Stallman
2002-03-13 15:12 ` Kim F. Storm
2002-03-07 12:54 ` Mario Lang
2002-03-07 12:58 ` Kim F. Storm
2002-03-08 9:09 ` Richard Stallman
2002-03-08 9:35 ` Kim F. Storm
2002-03-08 11:04 ` Helmut Eller
2002-03-02 7:59 ` Non-blocking open-network-stream Helmut Eller
2002-03-03 0:12 ` Kim F. Storm
2002-03-03 10:46 ` Helmut Eller
2002-03-03 16:44 ` Mario Lang
2002-03-03 14:39 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200203140050.QAA25591@radish.petrofsky.org \
--to=al@petrofsky.org \
--cc=emacs-devel@gnu.org \
--cc=helmut@212186011228.11.tuwien.teleweb.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.