On 11/12/12 12:07, Rolf Meinecke wrote: > > For my every day experimenting with FLuxus I am coding in emacs using > the OSC based fluxus-mode I found in this thread: > http://lists.pawfal.org/pipermail/fluxus-pawfal.org/2009-March/002170.html > > Works fine, but if there is an error, sometimes the osc-repl task > gets remove from the Fluxus task-list. Then I have to go into Fluxus > and restart the osc-repl code. How would one go about to autorestart > the osc-repl task? Is that possible?
Probably the best way is wrap your code using with-handlers and catch any errors before the task code gets them. fluxa.ss uses this trick... cheers, dave
