all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org, Richard Stallman <rms@gnu.org>
Subject: Re: Emacs server without emacsserver.
Date: 21 Sep 2002 02:58:26 +0200	[thread overview]
Message-ID: <5x7khggnv1.fsf@kfs2.cua.dk> (raw)
In-Reply-To: <200209201841.g8KIfgV13455@rum.cs.yale.edu>

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

> >     Should I install the change ?
> >     I.e. are there systems where emacsserver.c works but
> >     (make-network-process :server t :family 'local) doesn't ?
> > 
> > I don't know.  Please ask emacs-devel.  storm@cua.dk might know.
> > 
> > Maybe you can tell by studying the conditionals around
> > make-network-process and seeing which s/ or m/ flles define macros in
> > such a way that it won't be turned on.  If autoconf macros are
> > being tested, see if emacsclient.c tests the same ones.
> 
> Any idea ?

I don't know whether :family 'local is supported on all systems where
emacsserver.c works -- if AF_UNIX is the only type of socket used by
emacsserver.c, I would say yes, but otherwise, I would suggest that
the lisp code should support the other protocol families/protocols
used by emacsserver.c.

You can use (featurep 'make-network-process '(:family local)) etc. to
check whether :family 'local is supported -- and if not, support other
protocols (in accordance with what emacsclient is using).
 
-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

  reply	other threads:[~2002-09-21  0:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-17 20:10 Emacs server without emacsserver Stefan Monnier
     [not found] ` <E17s34A-0006oU-00@fencepost.gnu.org>
     [not found]   ` <200209191632.g8JGWV408480@rum.cs.yale.edu>
     [not found]     ` <E17sEim-00081r-00@fencepost.gnu.org>
2002-09-20 18:41       ` Stefan Monnier
2002-09-21  0:58         ` Kim F. Storm [this message]
2002-09-21 19:39           ` Richard Stallman
2002-09-22 22:30             ` Stefan Monnier
2002-09-23 15:59               ` Richard Stallman
2002-10-16 21:50 ` Sam Steingold
2002-10-20  5:34   ` Richard Stallman
2002-10-20 19:57   ` Stefan Monnier
2002-10-20 22:51     ` Sam Steingold
2002-10-21 12:55       ` Stefan Monnier
2002-10-21 14:11         ` Sam Steingold
2002-12-27 19:10         ` Richard Stallman

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=5x7khggnv1.fsf@kfs2.cua.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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.