Christian Plate writes:
>
> > Yes, recent CVS versions of Emacs have changed compilation mode,
> > which checkstyle uses. One of the changes eliminates
> > compilation-enter-directory-regexp-alist. I will eventually
> > get around to updating checkstyle to handle this change. Meanwhile,
> > just define the variable yourself in your .emacs file.
>
> Ok emacs 21.3 says:
> compilation-enter-directory-regexp-alist's value is
> ((".*: Entering directory `\\(.*\\)'$" 1))
>
> How do i set this in my .emacs? I dont know any lisp, sorry for this stupid
> question.
(setq compilation-enter-directory-regexp-alist nil)
Paul