Xref: utzoo comp.emacs:6241 gnu.emacs:1050 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!unix!kl.sri.com!steinberger From: STEINBERGER@KL.SRI.COM (Richard Steinberger) Newsgroups: comp.emacs,gnu.emacs Subject: GNU emacs init question Keywords: setq .emacs Message-ID: <12499719736014@KL.SRI.COM> Date: 5 Jun 89 15:31:15 GMT Sender: news@unix.SRI.COM Organization: SRI International, Menlo Park, CA Lines: 20 I am having a problem getting GNU emacs to startup with fill-column equal to 76 (or and non-default value. The default value is 70). I have tried the following lines in my .emacs file: (setq fill-column 76) ;; like on page 231 og GNU document or (set-variable 'fill-column 76) In both of these cases, fill-column remains set at 70 until I set it (ESC 7 6 ^X F). Could someone explain what I am doing wrong? It's been quite a while since I hacked in LISP, and I may be overlooking something simple. Please reply to: steinberger@kl.sri.com Thank you. BTW - I am using GNU emacs on a VAX 3600 and an Alliant FX/40.