all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make-network-process on w32
@ 2005-02-14 20:04 Guy Gascoigne - Piggford
  2005-02-14 21:15 ` Jason Rumney
  0 siblings, 1 reply; 3+ messages in thread
From: Guy Gascoigne - Piggford @ 2005-02-14 20:04 UTC (permalink / raw)


Can anyone confirm that make-network-process actually works on NT. I've 
started looking at fixing emacsclient so that it works on Windows since 
I made the mistake of volunteering before realising just how little time 
I have :)

Anyway, if I understand things correctly, I should be able to create a 
connection something like this:

(setq server-process
      (make-network-process
       :name "server"
       :local (vector 127 0 0 1 9999)
       :server t
       :noquery t
       :service (expand-file-name server-name server-socket-dir)
       :sentinel 'server-sentinel
       :filter 'server-process-filter
       :coding 'raw-text
       ))

This actually works fine on Linux, but on NT the CPU pegs at 100%.  I'm 
assuming that it's broken, but wouldn't mind being proven wrong.

Guy

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

end of thread, other threads:[~2005-02-14 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-14 20:04 make-network-process on w32 Guy Gascoigne - Piggford
2005-02-14 21:15 ` Jason Rumney
2005-02-14 21:57   ` Guy Gascoigne - Piggford

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.