all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tcp.el is obsolete
@ 2002-04-30  9:30 Dave Love
  2002-05-01  7:13 ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Love @ 2002-04-30  9:30 UTC (permalink / raw)


I guess this file should just be removed.  I'm not sure why I missed
it in a previous purge.

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

* Re: tcp.el is obsolete
  2002-04-30  9:30 tcp.el is obsolete Dave Love
@ 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; 7+ 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] 7+ messages in thread

* Re: tcp.el is obsolete
  2002-05-01  7:13 ` Richard Stallman
@ 2002-05-01 21:08   ` Kim F. Storm
  2002-05-02 22:42   ` Dave Love
  1 sibling, 0 replies; 7+ 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] 7+ messages in thread

* Re: tcp.el is obsolete
  2002-05-01  7:13 ` 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread

* Re: tcp.el is obsolete
  2002-05-04  4:17       ` Andrew Choi
@ 2002-05-06 16:34         ` Dave Love
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Love @ 2002-05-06 16:34 UTC (permalink / raw)
  Cc: rms, emacs-devel

Andrew Choi <akochoi@shaw.ca> writes:

> 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.

That's what I meant.

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

end of thread, other threads:[~2002-05-06 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30  9:30 tcp.el is obsolete Dave Love
2002-05-01  7:13 ` 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 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.