* Re: tcp.el is obsolete
[not found] <rzqhelt4jov.fsf@djlvig.dl.ac.uk>
@ 2002-05-01 7:13 ` Richard Stallman
2002-05-01 21:08 ` Kim F. Storm
2002-05-02 22:42 ` Dave Love
0 siblings, 2 replies; 6+ messages in thread
From: Richard Stallman @ 2002-05-01 7:13 UTC (permalink / raw)
Cc: emacs-devel
I guess this file should just be removed.
Can anyone confirm that the built-in open-network-stream is supported
on all platforms now? If that is so, tcp.el and lib-src/tcp.c can
indeed be deleted.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tcp.el is obsolete
2002-05-01 7:13 ` tcp.el is obsolete Richard Stallman
@ 2002-05-01 21:08 ` Kim F. Storm
2002-05-02 22:42 ` Dave Love
1 sibling, 0 replies; 6+ messages in thread
From: Kim F. Storm @ 2002-05-01 21:08 UTC (permalink / raw)
Cc: d.love, emacs-devel
Richard Stallman <rms@gnu.org> writes:
> I guess this file should just be removed.
>
> Can anyone confirm that the built-in open-network-stream is supported
> on all platforms now? If that is so, tcp.el and lib-src/tcp.c can
> indeed be deleted.
make-network-process is still conditioned by HAVE_SOCKETS, so
there may still be systems where it is not available.
But since lib-src/tcp.c itself depends on sockets, I don't see why
make-network-process cannot be made available on those systems.
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tcp.el is obsolete
2002-05-01 7:13 ` tcp.el is obsolete Richard Stallman
2002-05-01 21:08 ` Kim F. Storm
@ 2002-05-02 22:42 ` Dave Love
2002-05-04 3:37 ` Richard Stallman
1 sibling, 1 reply; 6+ messages in thread
From: Dave Love @ 2002-05-02 22:42 UTC (permalink / raw)
Cc: emacs-devel
Richard Stallman <rms@gnu.org> writes:
> Can anyone confirm that the built-in open-network-stream is
> supported on all platforms now?
It isn't on Mac, but that doesn't have asynchronous processes for the
code to use. (I'd somehow missed tcp.c in the distribution, so I
thought it couldn't be in use anyway.) If it really is useful, please
let me know, so I can reinstate the support it had in the url library.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tcp.el is obsolete
2002-05-02 22:42 ` Dave Love
@ 2002-05-04 3:37 ` Richard Stallman
2002-05-04 4:17 ` Andrew Choi
0 siblings, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2002-05-04 3:37 UTC (permalink / raw)
Cc: emacs-devel
> Can anyone confirm that the built-in open-network-stream is
> supported on all platforms now?
It isn't on Mac, but that doesn't have asynchronous processes for the
code to use.
You could be saying that tcp.el is useless on the Mac, but I am not
sure. Could you clarify the statement? Can anyone tell us for certain
whether tcp.el is of use on the Mac?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tcp.el is obsolete
2002-05-04 3:37 ` Richard Stallman
@ 2002-05-04 4:17 ` Andrew Choi
2002-05-06 16:34 ` Dave Love
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Choi @ 2002-05-04 4:17 UTC (permalink / raw)
Cc: d.love, emacs-devel
> > Can anyone confirm that the built-in open-network-stream is
> > supported on all platforms now?
>
> It isn't on Mac, but that doesn't have asynchronous processes
> for the code to use.
>
> You could be saying that tcp.el is useless on the Mac, but I am not
> sure. Could you clarify the statement? Can anyone tell us for
> certain whether tcp.el is of use on the Mac?
Mac OS X has built-in open-network-stream support. So tcp.el is not
used there.
Mac OS 8 or 9 has neither built-in open-network-stream nor
start-process support. So the definition of open-network-stream in
tcp.el *cannot* be use there.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-05-06 16:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <rzqhelt4jov.fsf@djlvig.dl.ac.uk>
2002-05-01 7:13 ` tcp.el is obsolete Richard Stallman
2002-05-01 21:08 ` Kim F. Storm
2002-05-02 22:42 ` Dave Love
2002-05-04 3:37 ` Richard Stallman
2002-05-04 4:17 ` Andrew Choi
2002-05-06 16:34 ` Dave Love
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).