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: 04 Apr 2004 09:19:21 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> >> If you tell us what the user does,
>> > Types C-c C-k and then C-x `.
> Which is fixed, so how long are you going to discuss last weeks errors.

He also said that with the new compile.el it:

> Says `No more errors yet' (with M-x first-error).
                             ^^^^^^^^^^^^^^^^^^^^
So maybe it's not the same bug.

> This is true, but I believe it was Dave who said, he had a command that
> calls compile.  So it would be easy for erlang to modify the alist
> before that.

Actually the erlang.el I looked at doesn't seem to ever call any of
compile.el's mode-setup functions.  Instead it does things like (setq
major-mode 'compilation-mode) since the old compile.el used `major-mode' to
figure out whether a buffer is a compilation buffer.  So maybe it's no small
wonder that the font-lock-keywords are never setup.

In any case I've just installed a bunch of minor fixes, plus style updates
(and two FIXMEs in compilation-next-error which you might be able to
address, please check them out), plus compatibility improvements.
The tex-mode support should work again (just as badly as in Emacs-21.3,
tho) and even sml-mode's compile.el support is partly functional again.


        Stefan




reply via email to

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