help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Java mode indention


From: J Richardson
Subject: Java mode indention
Date: 31 Jul 2003 12:02:48 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

I can't figure out how to get Emacs to indent this the way I'd like.
It seems to be using the position of the last opening parenthesis as
the offset.

    Writer out = new BufferedWriter(new FileWriter(
                                        "filename.log")));

I'd like it to use the base offset of the beginning of the statement
instead.

    Writer out = new BufferedWriter(new FileWriter(
        "filename.log")));

Anyone have an idea?

Thanks,
Jen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]