> when I set `c-basic-offset' via customize: > (custom-set-variables '(c-basic-offset 2)) > this has no effect in JDE - it is reset to 4 when loading a Java file. > this doesn't happen with C or C++. > for now, I will have to reset `c-basic-offset' in > `java-mode-hook', but > this is obviously a bug in JDE. Putting it in a hook is actually the correct way to do it, although you should use 'jde-mode-hook. See the FAQ at http://sunsite.dk/jde/ for more info (under the "Editing" subcategory). Tim.
- c-basic-offset Sam Steingold
- Re: c-basic-offset Tim Wundke
- Re: c-basic-offset Paul Kinnucan
- Re: c-basic-offset Sam Steingold
- Re: c-basic-offset Paul Kinnucan
