diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-10-11 15:59:42 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2019-10-11 15:59:42 +0200 |
commit | 65cda95be4f69c32b16364c95cb7c08971bc9397 (patch) | |
tree | c763948a5e8573d3315c5b7ddbc74ecc16a1ffc0 /doc/misc | |
parent | de063da61beb076190104fa21ec69a3479d59647 (diff) | |
download | emacs-65cda95be4f69c32b16364c95cb7c08971bc9397.tar.gz emacs-65cda95be4f69c32b16364c95cb7c08971bc9397.tar.bz2 emacs-65cda95be4f69c32b16364c95cb7c08971bc9397.zip |
Remove reference to obsolete package gnuserv from FAQ
On visiting http://meltin.net/hacks/emacs/, we now find:
"I used to have some Emacs and Haskell hacks on my previous
sites. However, these hacks are now old and un-maintained. I don’t
think there is enough interest to keep them around."
* doc/misc/efaq.texi (Using an already running Emacs process):
Remove reference to obsolete package 'gnuserv'. (Bug#37574)
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/efaq.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 5a81fc00943..bb79b6c837a 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -2019,17 +2019,6 @@ the user is done editing a file, the user can type @kbd{C-x #} (or requested by @code{emacsclient}, Emacs will switch to it; otherwise @code{emacsclient} will exit, signaling the calling program to continue. -@cindex @code{gnuserv} -There is an alternative version of @samp{emacsclient} called -@c ange@@hplb.hpl.hp.com -@samp{gnuserv}, written by Andy Norman -(@pxref{Packages that do not come with Emacs}). @samp{gnuserv} uses -Internet domain sockets, so it can work across most network connections. - -The most recent @samp{gnuserv} package is available at - -@uref{http://meltin.net/hacks/emacs/} - @end itemize For more information, @xref{Emacs Server,,, emacs, The GNU Emacs Manual}. |