[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Beginners question about program framework
Date: 16 Jan 90 17:59:50 GMT
From: shneider%cui.unige.ch@Warbucks.AI.SRI.COM (Schneider Daniel)
We got a problem with the :command-evaluator option in the program
framework macro. Apprently the function "fonction" below does not
seem to be called. Any ideas why ? We didn't find any example in
the manual which shows how to use this option.
- thanks for any help
(dw:define-program-framework graphic-symbol-frame
...
:command-evaluator
(fonction)
...
The argument to :command-evaluator is supposed to be a function name,
not a form to call. Try ":command-evaluator fonction".
barmar