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

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

Lobotimze Java mode indentation engine?


From: Kai Großjohann
Subject: Lobotimze Java mode indentation engine?
Date: Tue, 29 Jul 2003 14:05:36 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I think it might be useful, for consistency with others, to frob the
Java indentation settings such that a line after an open paren is
indented as + or ++ instead of aligning with the open paren.

Maybe it would be even more useful if this only happened if the open
paren was the last thing on a line, whereas the existing behavior
stays if there is stuff after the open paren.  This way, I could get:

some_function(first_arg,
              second_arg);
some_really_long_function_name_with_args_on_next_line(
    first_arg,
    second_arg);

Ideas?
-- 
~/.signature


reply via email to

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