help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: compilation-error-regexp-alist syntax problems


From: Stefan Monnier
Subject: Re: compilation-error-regexp-alist syntax problems
Date: Thu, 05 Feb 2004 19:48:44 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> But then does it only work for files that provide a feature identical
> to (the base of) the file name?

Not at all.  It doesn't care at all about filenames (or files for that
matter).  You give a FEATURE (i.e. a symbol) to `eval-after-load', and it is
matched to the FEATURE passed to `provide'.

> Right, but that's because compile-internal overrides any changes to the
> following variables that compilation-mode-hook might make to them:

Indeed.  I think that's what should be fixed.


        Stefan


reply via email to

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