Page 1 of 1

default protected?

Posted: Fri Jan 05, 2007 7:53 am
by newdep
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.

Posted: Fri Jan 05, 2007 1:27 pm
by Lutz
'default' is a function in development, not documented yet, it will return the default functor symbol of an unknown context.

Lutz