all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TCP sockets in Windows
@ 2002-04-08 16:47 Juanma Barranquero
  2002-05-04 15:29 ` Jason Rumney
  0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2002-04-08 16:47 UTC (permalink / raw)


I've patched sys_accept (in w32.c) to prevent a crash because a
parameter was being shadowed by a local variable. Still, I'm unable to
get make-network-process and friends to work in Windows. Is that
supposed to work, or it is still in development?


                                                           /L/e/k/t/u

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

* Re: TCP sockets in Windows
  2002-04-08 16:47 TCP sockets in Windows Juanma Barranquero
@ 2002-05-04 15:29 ` Jason Rumney
  2002-05-05 22:17   ` Kim F. Storm
  2002-05-06  9:55   ` Juanma Barranquero
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Rumney @ 2002-05-04 15:29 UTC (permalink / raw)
  Cc: emacs-devel

Juanma Barranquero <lektu@terra.es> writes:

> I've patched sys_accept (in w32.c) to prevent a crash because a
> parameter was being shadowed by a local variable. Still, I'm unable to
> get make-network-process and friends to work in Windows. Is that
> supposed to work, or it is still in development?

It should work now.  I've just added an emulation of fcntl to w32.c to
add :nowait support on Windows and make :server sockets usable.

-- 
Jason Rumney

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

* Re: TCP sockets in Windows
  2002-05-04 15:29 ` Jason Rumney
@ 2002-05-05 22:17   ` Kim F. Storm
  2002-05-06  9:55   ` Juanma Barranquero
  1 sibling, 0 replies; 4+ messages in thread
From: Kim F. Storm @ 2002-05-05 22:17 UTC (permalink / raw)
  Cc: Juanma Barranquero, emacs-devel

Jason Rumney <jasonr@gnu.org> writes:

> Juanma Barranquero <lektu@terra.es> writes:
> 
> > I've patched sys_accept (in w32.c) to prevent a crash because a
> > parameter was being shadowed by a local variable. Still, I'm unable to
> > get make-network-process and friends to work in Windows. Is that
> > supposed to work, or it is still in development?
> 
> It should work now.  I've just added an emulation of fcntl to w32.c to
> add :nowait support on Windows and make :server sockets usable.

Jason,
Thank you for making the enhanced networking code work on Windows.

This should make it possible to write a generic emacs server
in lisp which works across all platforms (i.e. only an emacs client
program will be needed).

Has anyone looked into doing that yet?

If not, I guess it should be added to the TODO list.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: TCP sockets in Windows
  2002-05-04 15:29 ` Jason Rumney
  2002-05-05 22:17   ` Kim F. Storm
@ 2002-05-06  9:55   ` Juanma Barranquero
  1 sibling, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2002-05-06  9:55 UTC (permalink / raw)
  Cc: emacs-devel

On 04 May 2002 16:29:34 +0100, Jason Rumney <jasonr@gnu.org> wrote:

> It should work now.  I've just added an emulation of fcntl to w32.c to
> add :nowait support on Windows and make :server sockets usable.

Great. I'll test it ASAP.

                                                           /L/e/k/t/u

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-08 16:47 TCP sockets in Windows Juanma Barranquero
2002-05-04 15:29 ` Jason Rumney
2002-05-05 22:17   ` Kim F. Storm
2002-05-06  9:55   ` Juanma Barranquero

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.