Thanks again for helping out.

On Mon, May 11, 2009 at 8:48 PM, Justin Heyes-Jones <[email protected]>wrote:

> Hi Elliot
>
> The file is definitely there.


But does it have sane permissions, ownership, etc?

As for debugging, I can't see to eval an expression.
>

You should be able to eval expressions by just typing them into the
debugger, e.g.:

* (error "break here")
debugger invoked on a SIMPLE-ERROR: break here
[ ... ]
0] (truename ".")
#P"C:\\Documents and Settings\\Elliott Slaughter\\"

And you can get a backtrace by typing "backtrace":

0] backtrace
0: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ERROR "break here") #<NULL-LEXENV>)
1: (INTERACTIVE-EVAL (ERROR "break here"))
[ ... ]

Hope this helps.

-- 
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict
the future is to invent it." - Alan Kay
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to