At 11:34 AM 5/14/99 -0700, you wrote:
>Hi Paul,
>
>Thank you.
>I used to do it for C-mode.  I tried 'c-style-alist' and it does not seem to
>affect how Java code style. 'c-guess-basic-syntax' is such a huge function

java-mode (and therefore jde-mode by inheritance) sets the intent style to the
standard java style whenever you open a Java source file, thereby overriding
any settings you provide in your .emacs file. To customize
indentation for Java source files, you have to override java-mode. The way to
do this is to put your indentation customization code  in a jde-mode hook file.
That way, your customization code will then be executed AFTER java-mode
does its
dirty work.

- Paul

Reply via email to