Hi Mirko,
slime-compile-defun now supports the prefix argument (call it like that: C-uC-cC-c) that compiles the definition with maximum debug. This functionality was recently introduced, so get your slime from cvs: cvs -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/ cvsroot co slime
Cheers, Denis.
On 29 May 2008, at 17:12, Mirko Vukovic wrote:
Hello,
When I develop new code (ok, I admit it, this is the first time I am developing code in lisp&slime), I put this at the beginning of the file: (declaim (optimize (safety 3)) (optimize (debug 3)) (optimize (speed 0)))
This helps me in debugging the code. However, if I compile defun's with C-c C-c, it does not seem to use that rule. How can I force it to?
Thank you,
Mirko _______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel