Hi ! I need to add that with the following:
(defun my-jde-mode-hook () (setq c-basic-indent 1) (setq tab-width 3) ) (add-hook 'jde-mode-hook 'my-jde-mode-hook) I have my Java code indentation of 4 characters long, with a TAB (3 characters long) and a simple space. Thanks ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com
