Le Wang writes:
 > Hi,
 > 
 > I know JDE is supposed to work nicely with auto-fill mode now, but I'm not
 > seeing this with XEmacs 21.4.5.  I'm using the latest libraries and JDE
 > 2.2.9beta7.  Everything freshly installed.  I'm using Solaris 8, and
 > Cygwin+XP.
 > 
 > When I turn on auto-fill, it's true that my code does not wrap as I type.
 > But I can't get comments (/** or /*) to fill properly either (i.e. with " *
 > " at the beginning of each line).  The first filled line will usually be
 > auto-filled properly, but the subsequent lines won't; and sometimes the text
 > is not even lined up.
 > 
 > Is this feature actually working nicely for anyone?
 > 

I've never gotten "autofill" (autoindentation?) to work properly on
comments. Since cc-mode handles indentation of Java source files,
include jde-mode, which extends but does not modify cc-mode, I have
assumed that the problem is with cc-mode. You could easily verify this
by temporarily commenting out the JDE in your .emacs file, loading a
Java file, and trying to indent a comment block. If Emacs indents the
comments correctly, then the problem is with cc-mode and you
should send a bug report to the Emacs maintainers, using 
the Help->Send Bug Report command. If not, send a bug report to me
and I will try to reproduce and debug the problem.

- Paul

Reply via email to