From: Robert Monfera
Subject: Re: Debugging in ACL/emacs
Date: 
Message-ID: <3929C5FD.BA233A65@fisec.com>
Richard James Panturis Giuly wrote:

> Using ACL with Emacs, I get common errors as shown below. Lets
> say I just tried to compile a 500 line file and got this error.
> Is there some way to make acl tell me where in the file the error
> occurred?

It's not ACL and not Emacs, but LW has a cool feature that highlights
the exact expression inside a function or method that threw the error,
regardless of which file it is in.

Robert