Jeff Hartnell schrieb:
Hi,I have a couple of problems with emacs version 21.3.1 that came with SuSE linux 9.2.1.) C++ mode relatedThe "basic offset" refered to in FAQ 5.19 is currently set to 4 white-spaces. I want to set it to 2 white-spaces. I tried(setq standard-indent 2) but it has no effect.
Use c-basic-offset and set it to 2. regards Marc _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
