all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
Cc: bkey1@tampabay.rr.com, emacs-devel@gnu.org
Subject: Re: server-start under Windows
Date: 06 Nov 2002 20:02:05 +0000	[thread overview]
Message-ID: <m24raumpqa.fsf@nyaumo.btinternet.com> (raw)
In-Reply-To: <200211061555.gA6Ftrn02958@rum.cs.yale.edu>

"Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu> writes:

> I only wrote server.el which uses make-network-process.
> You'll need to hack process.c like you did for emacsclient.c to make
> it understand `local' connections (I assume that w32 has unix-domain
> sockets of some sort).

It doesn't, which makes me wonder how much hacking went into
emacsclient.c, or maybe it will also start failing once the server
side is working.

Giving server.el a fallback of opening a TCP socket on localhost is
probably good enough. Unix-like systems will support AF_LOCAL, and
MS-Windows systems do not need to worry so much about multiple users,
so the security implications are mitigated.

I'm not sure that server sockets are stable on MS-Windows, but
getting server.el going will be a good test.

  reply	other threads:[~2002-11-06 20:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06 14:34 server-start under Windows bkey1
2002-11-06 15:55 ` Stefan Monnier
2002-11-06 20:02   ` Jason Rumney [this message]
2002-11-08 14:53     ` Kim F. Storm
  -- strict thread matches above, loose matches on Subject: below --
2002-11-06 20:01 bkey1
2002-11-07 14:49 ` Stefan Monnier
2002-11-06  4:45 Ben Key
2002-11-06  9:53 ` Kim F. Storm
2002-11-06 15:45   ` Stefan Monnier

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=m24raumpqa.fsf@nyaumo.btinternet.com \
    --to=jasonr@gnu.org \
    --cc=bkey1@tampabay.rr.com \
    --cc=emacs-devel@gnu.org \
    /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.