At 01:03 PM 4/17/2001 +0100, Phillip Lord wrote:
>>>>>> "Paul" == Paul Kinnucan <[EMAIL PROTECTED]> writes:
>
> Paul> At 10:31 AM 4/14/2001 -0700, you wrote:
> >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
> >>
> >> Paul Kinnucan <[EMAIL PROTECTED]> writes: <snip>
> >>> * If'ed out fontifying exception stack trace in run buffer when
> >>> running in XEmacs. This is temporary until I can code an
> >>> alternative to font-lock-add-keywords, which XEmacs does not
> >>> support.
> >> <snip>
> >>
> >> Where did this code come from? Was this my jde-stack.el package?
>
> Paul> It is basically Sam Steingold's version of Philip Lord's
> Paul> original work combined with the fontification code in
> Paul> jde-stack.el.
>
> >> In what file is it in?
>
> Yeah gods, what is this monster that I have created!
>I wonder how many different versions there are of jde-stack now?
>
Hi Phillip,
As far as the JDE is concerned, there is no jde-stack.el. I have included
your basic idea in the JDE run command as an exception tracing (etrace)
facility. I changed the name to avoid confusion with the debugger stack
navigation commands. Sam Steingold's contribution was to greatly simplify
the code by using some existing Emacs functionality. Kevin Burton's
contribution was font-locking the exception trace (for Emacs, anyway)
produced by the vm when an exception occurs.
I want to thank you all for developing this very useful enhancement to the JDE.
- Paul