[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



TYI to SFA is broken in in L and MACLISP.
(defun foo (a b c) (if (eq b 'which-operations) '(tyi) c))
(setq foo (sfa-create 'foo 0 'foo))
(trace foo)
(tyi foo -1)

you will see foo entered with arguments (#SFA-|FOO|-666 TYI #47216).
What kind of garbage is this third argument?
Anyway, somehow TYI manages to return -1.