> I use 'jde-checkstyle' on Emacs-21.3.50. > > I've a problem for this function.
I had the same problem a while ago. This fixed it: In the method jde-checkstyle-create-checker-buffer � � � (setq buffer-read-only nil) should be after (compilation-mode) With this small change, checkstyle works fine with GNU Emacs 21.3.50! Christian
