REFAC: Standardize on Cognitive Cycle and update documentation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
(ql:quickload :usocket :silent t)
|
||||
|
||||
(defun send-to-swank (form-string)
|
||||
(let* ((msg (format nil "(:emacs-rex (swank:interactive-eval ~s) :org-agent t 1)" form-string))
|
||||
(let* ((msg (format nil "(:emacs-rex (swank:interactive-eval ~s) :opencortex t 1)" form-string))
|
||||
(len (format nil "~6,'0x" (length msg)))
|
||||
(socket (usocket:socket-connect "127.0.0.1" 4005))
|
||||
(stream (usocket:socket-stream socket)))
|
||||
|
||||
Reference in New Issue
Block a user