Hello,
add-command-to-command-table is supposed to take a command-table designator as argument, but in fact, this does not work. I suspect that is because in the body of this function `command-table' (the parameter) is used instead of `table' which holds the value after a call to find-command-table.
I'm about to check in a fix to commands.lisp, so I'll take a quick look. Tim
On Dec 13, 2004, at 1:01 PM, Robert Strandh wrote:
Hello,
add-command-to-command-table is supposed to take a command-table designator as argument, but in fact, this does not work. I suspect that is because in the body of this function `command-table' (the parameter) is used instead of `table' which holds the value after a call to find-command-table.
-- Robert Strandh
Greenspun's Tenth Rule of Programming: any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp.
mcclim-devel mailing list mcclim-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/mcclim-devel