home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!princeton!siemens!jrv
- From: jrv@siemens.com. (Jim Vallino)
- Newsgroups: comp.emacs
- Subject: Re: auto-fill-mode in mail mode
- Message-ID: <102344@siemens.siemens.com>
- Date: 2 Sep 92 20:46:00 GMT
- References: <61111@aurs01.UUCP> <61112@aurs01.UUCP>
- Sender: news@siemens.siemens.com
- Reply-To: jrv@siemens.siemens.com
- Organization: Siemens Corporate Research, Inc.
- Lines: 14
-
- Here's what I use for that:
-
- ;; this is for filling mail
- (setq mail-mode-hook 'my-mail-mode-hook)
- (defun my-mail-mode-hook()
- (auto-fill-mode 1)
- (setq fill-column 78))
-
- Just changing the 78 to 75 should set it up for you.
- --
- Jim Vallino
- jrv@siemens.siemens.com Siemens Corporate Research, Inc.
- princeton!siemens!jrv 755 College Road East
- (609) 734-3331 Princeton, NJ 08540
-