all messages for Emacs-related lists mirrored at yhetil.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 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.