all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Cc: Bkey1@tampabay.rr.com, emacs-devel@gnu.org
Subject: Re: server-start under Windows
Date: Wed, 06 Nov 2002 10:45:49 -0500	[thread overview]
Message-ID: <200211061545.gA6Fjna02914@rum.cs.yale.edu> (raw)
In-Reply-To: 5x7kfruiq9.fsf@kfs2.cua.dk

> > I have managed to get emacsclient to build under Windows.  However, I cannot
> > test it because whenever I call server-start, I get a "Unknown address
> > family" error message.  I spent some time debugging this and I found that it
> > is being generated by the built in function "make-network-process" in
> > process.c, line 2749.  I am at a loss as to how to resolve this problem.
> 
> I assume that's because in server.el, make-network-process is called with
> these args:
>         :family 'local :service server-socket-name
> 
> This only works if AF_LOCAL (aka. AF_UNIX) is supported by the O/S --
> so I would assume it isn't supported on Windoze...
> 
> Probably, the solution is to use a local network connection if
> :family 'local isn't supported.  This can be tested in lisp with
> 
>         (featurep 'make-network-process '(:family  local))
> 
> Maybe Stefan can help you here.

How did it work with emacsserver.c ?


	Stefan


PS: Using network connections is a lot of work, because you then
    have to be super-extra-careful with security issues and you need
    to change emacsclient.c.

  reply	other threads:[~2002-11-06 15:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06  4:45 server-start under Windows Ben Key
2002-11-06  9:53 ` Kim F. Storm
2002-11-06 15:45   ` Stefan Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-06 14:34 bkey1
2002-11-06 15:55 ` Stefan Monnier
2002-11-06 20:02   ` Jason Rumney
2002-11-08 14:53     ` Kim F. Storm
2002-11-06 20:01 bkey1
2002-11-07 14:49 ` 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=200211061545.gA6Fjna02914@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    --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.