Re: [CM] snd inf-snd.el

2016-03-01 Thread bil

s7 doesn't know how to communicate with slime (or geiser), and it's not
Common Lisp, so loading quicklisp code, or running sbcl has no effect.
Snd can communicate with emacs through s7, forth, or ruby,
and inf-snd.el has instructions.  I use the built-in repls (and a
separate emacs); in that case you load a file with (load "a-file.scm"),
and evaluate s7 code by typing it at the prompt, just as in any
other repl.

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist



[CM] snd inf-snd.el

2016-03-01 Thread James Hearon

Hi,
I trying to get inf-snd.el going for more REPL with .scm files.  I'm just 
trying to load , edit, and evaluate a .scm file, and couldn't seem to figure 
out how to do that using the snd listener.  I have clm working with fedora, 
quicklisp, emacs, and slime, but not sure how to get inf-snd.el working for 
more REPL with .scm in snd.

I tried this from .emacs, but it doesn't find any inf-snd key bindings such as 
C-c C-l   snd-load-file, for ex.

(load (expand-file-name "/opt/quicklisp/slime-helper.el"))
(load (expand-file-name "/opt/snd-16/inf-snd.el"))
(setq inferior-lisp-program "/usr/bin/sbcl")

I'm wondering if anyone has experience with this similar environment and knows 
how to get it to run?  

Thanks,
Jim
___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist