Slime and Trace



Hello,

I'm not very experienced with Slime/Emacs. Until now I have used Lisp
Box with CLisp. But the Lisp Boxes use an old version of Slime and
changed options in Emacs cannot be saved.

So I tried to install a Slime/Emacs package on my own (on Mac OS X)
with the help of the following link:

http://blog.zenzoa.com/articles/search?q=installing


This link suggests to use OpenMCL so I tried a "new" lisp.

The problem that I have now is that "Trace" does not work properly.

If I use this feature the Tracer only prints the first calling of my
traced function and the last returen value (of a recursive function).

I'm not able to inspect the callings and values of the several steps in
a recursive function as I could with my Lisp Box-Installation. It
printed: 1. Trace, 2. Trace and so on.

So my question is:
Is it a problem of my installation or is it a problem of OpenMCL?

Thanks in advance for your answer.

.



Relevant Pages

  • Re: How To Learn Lisp
    ... SLIME/Emacs is certainly useful. ... a good development environment for Common Lisp. ... think Emacs + Slime is *not* a good IDE for Common Lisp. ... removes the slime REPL and shows the file in the lower ...
    (comp.lang.lisp)
  • Re: Slime and Trace
    ... Texaner> Hello, I'm not very experienced with Slime/Emacs. ... Texaner> now I have used Lisp Box with CLisp. ... Texaner> The problem that I have now is that "Trace" does not work ...
    (comp.lang.lisp)
  • Re: determining the type of a variable in CL
    ... I'm looking at a function that by grep and inspection have determined ... now have to trace back to the original calling method in order to find ... about LISP and its application in large, complex projects, and I'd ... I either display that information to some stream, a window ...
    (comp.lang.lisp)
  • Re: old school debugging
    ... TRACE output of remotely installed apps which I have to debug, ... source stepping in other languages. ... compiler is Lisp data and not text. ... had been steppers that useful for debugging ...
    (comp.lang.lisp)
  • Re: Debugging lisp?
    ... I just decided to turn a matlab example into lisp). ... > debugger for it. ... > (defun newx(x) ... TRACE will allow you to trace specific function calls. ...
    (comp.lang.lisp)