[mcclim-devel] add-command-to-command-table
![](https://secure.gravatar.com/avatar/1d4cf7cf4c27786090923d85b429b183.jpg?s=120&d=mm&r=g)
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. ---------------------------------------------------------------------
![](https://secure.gravatar.com/avatar/7636099af269e3d2d5a3080c8c76bc56.jpg?s=120&d=mm&r=g)
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
participants (2)
-
Robert Strandh
-
Timothy Moore