all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: John Owens <john_owens@yahoo.com>
Cc: emacs-devel@gnu.org
Subject: Re: gnuserv no longer included in OS X High Sierra, how to replace?
Date: Sun, 8 Oct 2017 16:41:50 +0100	[thread overview]
Message-ID: <20171008154150.GA7985@breton.holly.idiocy.org> (raw)
In-Reply-To: <6E74077C-74F5-4B2C-BDBB-3C2C3795E5C2@yahoo.com>

On Sun, Oct 08, 2017 at 07:54:46AM -0700, John Owens wrote:
> Advice on how to get gnuserv functionality now that the gnuserv binary is no
> longer shipped with OS X High Sierra? My elisp follows. Quick scan of MacPorts
> and Homebrew didn't reveal an obvious package to install that provides it.
> 
> JDO
> 
> (if window-system-not-nil
>     (progn
>       (autoload 'gnuserv-start "gnuserv-compat"
>         "Allow this Emacs process to be a server for client processes." t)
>       (gnuserv-start)
>       (server-start)
>       )
>   )
> 
> error with gnuserv-start:
> "Searching for program: No such file or directory, gnuserv"

I think you should be able to replace that with just (server-start),
and use emacsclient, which on my system is available at:

/Applications/Emacs.app/Contents/MacOS/bin/emacsclient

The exact place may vary depending on where it’s installed and how you
did it.
-- 
Alan Third



  reply	other threads:[~2017-10-08 15:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-08 14:54 gnuserv no longer included in OS X High Sierra, how to replace? John Owens
2017-10-08 15:41 ` Alan Third [this message]
2017-10-08 19:08 ` 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=20171008154150.GA7985@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=emacs-devel@gnu.org \
    --cc=john_owens@yahoo.com \
    /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.