[EMAIL PROTECTED] writes:

>               throw new UnknownEntityException("The account '"
>  -                                             + user.getUserName() + "' does not 
>exist");
>  +                    + user.getUserName() + "' does not exist");

Cool, that was my bad, but before my next M-x indent-region reformats
this and it pops out again: Does anyone know what to change in the
"official apache-java indentiation elisp for emacs" that keeps line
continuations not below the preceeding line but just four spaces
indented?

I'd be really grateful for this. ATM I use

(defconst apache-java-style
  '((c-basic-offset . 4)
    (c-comment-only-line-offset 0 . 0)
    (indent-tabs-mode             . nil)
    (c-offsets-alist
     (inline-open . 0)
     (topmost-intro-cont . +)
     (statement-block-intro . +)
     (knr-argdecl-intro . +)
     (substatement-open 0 nil)
     (label . +)
     (statement-case-open . +)
     (statement-cont . +)
     (arglist-intro . +)
     (arglist-cont . 0)
     (arglist-cont-nonempty . c-lineup-arglist)
     (arglist-close . c-lineup-arglist)
     (access-label . 0)
     (inher-cont . c-lineup-java-inher)
     (func-decl-cont . c-lineup-java-throws)))
    "apache-java"
    )

But I've successfully avoided to become too familiar with (e)lisp. I
noted that everyone who did sooner or later went insane... :-)

        Regards
                Henning
-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     [EMAIL PROTECTED]

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   [EMAIL PROTECTED]
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to