|
|
last edited 17 years ago by kratt6 |
1 2 3 | ||
Editor: kratt6
Time: 2008/01/19 05:21:12 GMT-8 |
||
Note: |
added:
From kratt6 Sat Jan 19 05:21:12 -0800 2008
From: kratt6
Date: Sat, 19 Jan 2008 05:21:12 -0800
Subject:
Message-ID: <20080119052112-0800@axiom-wiki.newsynthesis.org>
Status: open => rejected
very likely, output was incorrectly interpreted by the user.
)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.
(1) -> )lisp (setq *miss* t)
Your user access level is compiler and this command is therefore not available. See the )set userlevel command for more information. 1
(1) |
1
(2) |
x
(3) |
x
(4) |
)lisp (setq *miss* nil)Status: open => rejected
Your user access level is compiler and this command is therefore not available. See the )set userlevel command for more information.
very likely, output was incorrectly interpreted by the user.