From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx3.holmesgrown.com) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 17qko4-0006DI-00 for ; Sun, 15 Sep 2002 21:36:08 -0400 Received: (from steve@localhost) by lnx3.holmesgrown.com (8.11.4/8.11.4) id g8G1aVg02025 for speakup@braille.uwo.ca; Sun, 15 Sep 2002 18:36:31 -0700 Date: Sun, 15 Sep 2002 18:36:31 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: Look Out Macintosh! Message-ID: <20020915183625.B2010@lnx3.holmesgrown.com> References: <20020915180802.GB11579@romuald.net.eu.org> <20020915202435.GA11889@romuald.net.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020915202435.GA11889@romuald.net.eu.org>; from greg@romuald.net.eu.org on Sun, Sep 15, 2002 at 03:24:35PM -0500 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Yes, I word wrap all the time when I use emacs to edit my mutt messages; I will include the relevant pieces from .emacs file which will automatically put into auto-fill mode whenever you open up a new message from mutt. On Sun, Sep 15, 2002 at 03:24:35PM -0500, Gregory Nowak wrote: > snip snip > > If someone can tell me how to turn on line wrap in emacs, that would help with the one-line posts when I forget to tap the enter key. > (push '("mutt-.*" . text-mode) auto-mode-alist) (add-hook 'text-mode-hook 'auto-fill-mode) Feel free to ask if you have any more questions.