For Emacs CC-mode, I am trying to use the "bsd" style, but make it so that all lines default to indentation in increments of 4 instead of 8. In my .emacs file, I have put:
(setq c-default-style "bsd"
c-basic-offset 4)
(setq c-indent-level 4)
But all lines still indent to 8 spaces. I can't really locate where the problem is. I'm running GNU Emacs 23.3.1.