Skip to content

Instantly share code, notes, and snippets.

@jgarvin
jgarvin / gist:a6c4f45500386c4f2a13
Created January 27, 2015 15:14
mandimus network implementation
;; needed for with-timeout
(require 'timer)
(defvar md-server-clients '())
(defvar md-server-eval-timeout 5)
(defun md-server-start nil
(interactive)
(unless (process-status "mandimus-eval-server")
(make-network-process :name "mandimus-eval-server"