emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile issues


From: Stefan Monnier
Subject: Re: Compile issues
Date: 05 Apr 2004 17:01:08 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> It's not the messages per se, it's input to the REPL that's
> non-trivial.  However, that means that file names and line numbers in
> tracebacks need transforming to find the source, and that no longer
> seems to be possible unless I edit the comint output directly.

The patch I installed recently adds compatibility with this little-known
hook in compilation-error-regexp-alist you're using in python.el.
My new code is very lightly tested, so it may not be good enough for
python.el, please try it out.

We need to add a new way to get that same behavior because this current hook
is too restrictive in that it prevents the use of some of the new features
such as specifying (LINE-START . LINE-END) instead of just LINE.
But nevertheless, old code should still work, so please tell me if you're
still having trouble with the latest compile.el.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]