Bug#485791: emacs: does not indent some java code

2010-05-18 Thread Rob Browning
tags 485791 + moreinfo thanks lbarc...@freeresearch.org writes: > If I try to indent the following Java code (stored in Test.java file and > properly colorified by emacs): > > public class Test { > void proba () { > String var1=null; > String var2="skdjf"+ > var1; > } > } > > When I p

Bug#485791: emacs: does not indent some java code

2008-06-11 Thread Sven Joachim
On 2008-06-11 15:54 +0200, [EMAIL PROTECTED] wrote: > Package: emacs > Version: 21.4a+1-3etch1 > Severity: normal > > I have installed also: > > emacs-goodies-el 26.9-1 > ecb 2.32-1 > csope 15.6-2 > > If I try to indent the following Java code (stored in Test.java file and > properly colorified by

Bug#485791: emacs: does not indent some java code

2008-06-11 Thread lbarcala
Package: emacs Version: 21.4a+1-3etch1 Severity: normal I have installed also: emacs-goodies-el 26.9-1 ecb 2.32-1 csope 15.6-2 If I try to indent the following Java code (stored in Test.java file and properly colorified by emacs): public class Test { void proba () { String var1=null;