unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnuserv no longer included in OS X High Sierra, how to replace?
@ 2017-10-08 14:54 John Owens
  2017-10-08 15:41 ` Alan Third
  2017-10-08 19:08 ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: John Owens @ 2017-10-08 14:54 UTC (permalink / raw)
  To: emacs-devel

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"


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-08 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2017-10-08 19:08 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).