At 08 Apr 2002 12:52:37 +1000, Simon Wong wrote: > On Sun, 2002-04-07 at 15:34, Angus Lees wrote: > > i'm guessing you are also setting it somewhere else, and that setting > > is overriding the customize option. > > Not intentionally! > > I couldn't find anything in the site wide /etc files that set this i.e. > in /etc/emacs/* or /etc/emacs20/*. > > Would there be something else?
you can probably brute force it with something like: (add-hook 'c-mode-hook (lambda () (setq 'c-basic-offset 4))) i'd suggest running emacs with "-no-init-file" first, just to prove that its something in your .emacs (for our peace of mind ;) -- - Gus -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
