Another alternative is to use the s7webserver code. It should just be a
matter of calling "s7webserver_create(s7, 5080, true);" right after calling
s7_init() in snd. Then you can use s7webserver/s7webserver_repl.py as the
snd scheme binary.

One advantage of doing this is that you don't have to run snd as a emacs
subprocess. Another advantage is that if snd is restarted, you don't have
to restart the emacs subprocess as well.



On Wed, Dec 17, 2014 at 5:17 PM, Bill Schottstaedt <b...@ccrma.stanford.edu>
wrote:
>
> Thanks very much!  There must be a way to do the same thing
> as XtAppAddInput or g_io_add_watch_full in the no-gui case.
> I'll add it to my TODO list.  It also should be possible in
> inf-snd.el to recognize the no-gui case (*features* won't include
> 'gtk or 'motif, I think), so your work-around could be invoked
> automatically.
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>
>
_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to