RE: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Anthony Berglas
e") (defun my-c-mode-common-hook () (c-add-style "PERSONAL" my-c-style t)) (add-hook 'c-mode-common-hook 'my-c-mode-common-hook) Thanks, Anthony > -Original Message- > From: Thilo Goetz [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 12:58 PM

Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Anthony Berglas
Hello All, I want to set the basic indentation to be two characters rather than 4. Is this possible using JDE? The following used to sort of work, but the hook did not appear to fire -- I had to explicitly call ajb-jde-mode-hook whenever I visited a new buffer. (defun ajb-jde-mode-hook () (i