all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Owens <john_owens@yahoo.com>
To: emacs-devel@gnu.org
Subject: gnuserv no longer included in OS X High Sierra, how to replace?
Date: Sun, 8 Oct 2017 07:54:46 -0700	[thread overview]
Message-ID: <6E74077C-74F5-4B2C-BDBB-3C2C3795E5C2@yahoo.com> (raw)

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"


             reply	other threads:[~2017-10-08 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-08 14:54 John Owens [this message]
2017-10-08 15:41 ` gnuserv no longer included in OS X High Sierra, how to replace? Alan Third
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=6E74077C-74F5-4B2C-BDBB-3C2C3795E5C2@yahoo.com \
    --to=john_owens@yahoo.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.