2 Feb 2009 22:50
cl-typesetting strangeness
David Creelman <creelman.david <at> gmail.com>
2009-02-02 21:50:22 GMT
2009-02-02 21:50:22 GMT
Hi,
I'm trying to write a utility to print calendars using cl-typesetting.
I'm using SBCL and I get this error when I try to create a paragraph in my code
* (calendar-print::hello)
debugger invoked on a UNDEFINED-FUNCTION in thread #<THREAD "initial thread" RUNNING {A834711}>: The
function :H-ALIGN is undefined.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
("bogus stack frame")
I've done (require 'cl-typesetting) before calling hello. hello is simply a
copy of hello from cl-typesettings demo file test.lisp. I have a (use-package
typeset) above the hello code.
I'm guessing the problem is something to do with the accessor for the style.
Why can't this be seen by SBCL in my module when it can be seen in the test
module of cl-typesetting?
My apologies if this is a bit off topic for questions on SBCL.
Any ideas what I'm doing wrong?
(Continue reading)
RSS Feed