Re: jde-checkstyle and Emacs 21.50.3

2004-12-07 Thread Christian Plate
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) Thanks, Paul. Ive done this. However now it says: save-excursion: Buffer is read-only: #buffer *check style* Christian

Re: jde-checkstyle and Emacs 21.50.3

2004-12-07 Thread Paul Kinnucan
Christian Plate writes: 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) Thanks, Paul. Ive done this. However now it says: save-excursion: Buffer is read-only: #buffer *check style*

jde-checkstyle and Emacs 21.50.3

2004-12-06 Thread Christian Plate
Hello, with GNU Emacs 21.3.50.2 and JDE 2.3.4 I get following error with jde-checkstyle: let: Symbol's value as variable is void: compilation-enter-directory-regexp-alist Any ideas? TIA, Christian

jde-checkstyle and Emacs 21.50.3

2004-12-06 Thread Paul Kinnucan
Christian Plate writes: Hello, with GNU Emacs 21.3.50.2 and JDE 2.3.4 I get following error with jde-checkstyle: let: Symbol's value as variable is void: c Any ideas? Yes, recent CVS versions of Emacs have changed compilation mode, which checkstyle uses. One of the

Re: jde-checkstyle and Emacs 21.50.3

2004-12-06 Thread Christian Plate
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

Re: jde-checkstyle and Emacs 21.50.3

2004-12-06 Thread Paul Kinnucan
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