gnuattach.emacs
Allows you to attach to an already running Emacs
Install
- All systems
-
curl cmd.cat/gnuattach.emacs.sh
- Debian
-
apt-get install gnuserv
- Ubuntu
-
apt-get install gnuserv
- Kali Linux
-
apt-get install gnuserv
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gnuserv
- Raspbian
-
apt-get install gnuserv
- Dockerfile
- dockerfile.run/gnuattach.emacs
gnuserv
Allows you to attach to an already running Emacs
gnuserv allows you to attach to an already running Emacs. This allows external programs to make use of Emacs' editing capabilities. It is similar to GNU Emacs' emacsclient, but has a slightly different feature set. You do not need this package if you use XEmacs; it already includes gnuserv and gnuclient. If you want to use gnuserv with both GNU Emacs and XEmacs, you will only be able to use the alternative /usr/bin/gnuclient with one flavor of emacs; you will have to use either gnuclient.xemacs or gnuclient.emacs for the other flavor.