Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cuae2!ihnp4!gargoyle!sphinx!oddjob!matt From: matt@oddjob.UUCP (Matt Crawford) Newsgroups: comp.emacs Subject: Re: Auto fill mode Message-ID: <1549@oddjob.UUCP> Date: Mon, 10-Nov-86 18:42:39 EST Article-I.D.: oddjob.1549 Posted: Mon Nov 10 18:42:39 1986 Date-Received: Tue, 11-Nov-86 02:15:30 EST References: <2009@mcc-pp.UUCP> Reply-To: matt@oddjob.UUCP (Matt Crawford) Organization: U. Chicago, Astronomy & Astrophysics Lines: 15 In your article you didn't say which emacs you use. Assuming it's the good one, put this into .emacs: (setq text-mode-hook (function (lambda nil "Set fill column and turn on auto-fill-mode" (setq fill-column 64) (setq indent-line-function 'indent-relative-maybe) (auto-fill-mode 1) ) )) _____________________________________________________ Matt University crawford@anl-mcs.arpa Crawford of Chicago ihnp4!oddjob!matt