At 01:06 AM 12/10/00 -0500, Sam Steingold wrote:
>when I set `c-basic-offset' via customize:
>(custom-set-variables '(c-basic-offset 2))
>this has no effect in JDE - it is reset to 4 when loading a Java file.
>this doesn't happen with C or C++.
>for now, I will have to reset `c-basic-offset' in `java-mode-hook', but
>this is obviously a bug in JDE.

The JDE inherits indentation from java-mode. You can easily confirm by
experimentation or by reading the java-mode source code that java-mode
ignores the customized value of c-basic-offset. This is one of the most FA
of FAQs relating to java-mode and has been answered many times on this list
and on gnu.emac.help and comp.emacs.

- Paul

Reply via email to