Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!ucsd!ucbvax!SOMEWHERE.BERKELEY.EDU!aks From: aks@SOMEWHERE.BERKELEY.EDU (Alan Stebbens) Newsgroups: comp.emacs Subject: Re: How to change default comment-column? Message-ID: <9005301446.AA20545@somewhere> Date: 30 May 90 14:46:11 GMT References: <12636@netcom.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Lines: 24 > I've changed the appropriate line in c-mode.el to > (setq comment-column 50) > and byte-compiled to get c-mode.elc. But I'm still getting the comment > column at column 32. > > Yes, load-path is set to the correct directory. > > I'm stymied; what am I overlooking? Just a guess, but perhaps you might consider using (set-default comment-column 50) the documentation is: set-default: Set SYMBOL's default value to VAL. SYMBOL and VAL are evaluated. The default value is seen in buffers that do not have their own values for this variable. Alan Stebbens (805) 961-3221 Center for Computational Sciences and Engineering (CCSE) University of California, Santa Barbara (UCSB) 3111 Engineering I, Santa Barbara, CA 93106