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 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. Paul > > TIA, > Christian
