emacs-devel
[Top][All Lists]
Advanced

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

Re: new compile.el


From: Reto Zimmermann
Subject: Re: new compile.el
Date: Fri, 13 Mar 2009 13:46:04 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

Stefan Monnier wrote:

I'm guessing that you're talking about the error-regexp code that's in
emacs/lisp/progmodes/vhdl-mode.el.  Looking at it, I do not quite
understand what the code is meant to do:
vhdl-compile-use-local-error-regexp sets error-regexp-alist in the
vhdl-mode buffer rather than in the compilation buffer.

Looks like that's the problem.  It worked before though.


You mean in Emacs-21, right?  compile.el hasn't been changed much in
Emacs-23, IIRC.

Yes, in Emacs-21.

Now variable compilation-file-regexp-alist also doesn't exist anymore,
so I guess I would have to rewrite the whole compilation section of
vhdl-mode.


IIRC you can just place the corresponding entries onto
compilation-error-regexp-alist.

Will try it, thanks.

Reto





reply via email to

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