Hi Lutz,
Seems 'default is protected in 9.0.14 ?
$ rss-ticker2.lsp
symbol is protected in function define : default
also ->
$ newlisp
newLISP v.9.0.14 on Linux, execute 'newlisp -h' for more info.
> (default)
Segmentation fault
Norman.
'default' is a function in development, not documented yet, it will return the default functor symbol of an unknown context.
Lutz