Hi All,
Regarding commit e32ce916f202967e6f10:
I've tweaked what David produced. I added a larger test theme to try
multi-command items, and passed in arguments. Both work. (To test
them comment out the line "{'time', 'analog', {"co-Nietzsche-wa"} }"
in
display.pr then run slip.
What doesn't work is multiple items in
display.pr's herded coded
"myStuff". I.e.,
{
{'time', 'digital', {"Hello There"} }
{'time', 'analog', {"co-Nietzsche-wa"} }
}
If we try only one of these it works. But with both of them it calls
draw on each one then goes into an endless loop.
My guess is that it isn't correctly sensing the end of the list.