> I would like to set up emacs so that it wraps lines only at word boundaries
> and inserts a new line. Can someone tell me how to do that. I've went
> throught the whole emacs tutorial and lots of other documentation
> without any luck. Thanks in advance.

Do "M-x auto-fill-mode", or add this to your .emacs file:

;; This is to turn on auto fill
(setq-default auto-fill-function 'do-auto-fill)

Have fun.

--------------------------------------------------------------------------
Stephen W. Juranich                             [EMAIL PROTECTED]
Electrical Engineering             http://students.washington.edu/sjuranic
University of Washington                http://ssli.ee.washington.edu/ssli



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to