At 07 Apr 2002 14:19:50 +1000, Simon Wong wrote: > I am having trouble with the auto indent settings for the C major mode > (c-basic-offset). > I want this to be 4 which is the standard setting. At one point I had > changed it to 2 but I can't change it back.
> C Basic Offset: [Hide] 2 > [State]: this option has been changed outside the customize buffer. > Amount of basic offset used by + and - symbols in `c-offsets-alist'. > Parent groups: [C] note "this option has been changed outside the customize buffer" > My .emacs file has a line: > (custom-set-variables > ... > '(c-basic-offset 4) > ) i'm guessing you are also setting it somewhere else, and that setting is overriding the customize option. -- - Gus -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
