)lisp (setq miss t) will cause messages to be output that show the arguments to the getdatabase function. The first argument is the constructor and the second argument is the key. There is a bug somewhere. Given the sequence: )lisp (setq *miss* t) 1 1 x x <--- getdatabase gets called with constructor=CONSTRUCTORMODEMAP key=Variable which is incorrect. Explicitation --unknown, Wed, 18 May 2005 13:23:10 -0500 reply fricas (1) -> )lisp (setq *miss* t)
Type: PositiveInteger?
fricas 1
Type: PositiveInteger?
fricas x
Type: Variable(x)
fricas x
Type: Variable(x)
fricas )lisp (setq *miss* nil)Status: open => rejected very likely, output was incorrectly interpreted by the user. |