> 1) In my .emacs I have.
> 
> (defun my-jde-mode-hook ()
>   (setq c-basic-offset 2))
> (add-hook 'jde-mode-hook 'my-jde-mode-hook)
> 
> This works fine, I get 2 spaces working on .java files.  
> However, when a
> create a new .java file using the generator, 
> jde-gen-class-buffer (I am
> using the template that comes with jde) this somehow gets set
> back to 4 spaces.  Any idea how to make my 2 space setting 
> stick?  This did
> not happen when I was using jde-2.2.1.

I get this too. I found out that saving and re-visiting the file
solves the problem, but I haven't taken it further than that...

/Markus

Reply via email to