Package to run zeus commands and manage the zeus server from inside Emacs
Put zeus.el
inside your load path (~/.emacs.d/site-lisp
for example)
(setq site-lisp-dir (expand-file-name "site-lisp" user-emacs-directory))
(add-to-list 'load-path site-lisp-dir)
(require 'zeus)
Starts a new zeus process in the current directory, zeus needs to support
--simple-status
for this to work.
Stop the process created via zeus-start
run an available zeus command in the current directory, with additional
arguments as requested. With C-u
prefix this will be run as the compile
command, otherwise it will be run in a new buffer.
Commands are completed using ido
completion if available.