Ok, you need to write things other than programs in text mode.  This
needs a little emacs lisp code to work just right, though.  Even
though you may write the file with a .txt extension, you need to have
the following in your .emacs file.  

(setq text-mode-hook
      (function
       (lambda nil "Set fill column and turn on auto-fill-mode"
         (setq fill-column 70)
         (setq indent-line-function 'indent-relative-maybe)

Now, when you enter the name of your buffer with a .txt extension, all
of this will be set for you. 



Hope this helps. 

-- 
Doug Smith: C.S.F.C.
Computer Savant For CHRIST!

_______________________________________________
Oralux mailing list
[EMAIL PROTECTED]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to