[17169] in Athena Bugs
sun4 8.3.16: comp (well, emacs really)
daemon@ATHENA.MIT.EDU (Karl Ramm)
Fri Sep 10 23:56:34 1999
Message-Id: <199909110356.XAA16105@x15-cruise-basselope.mit.edu>
To: bugs@MIT.EDU
Date: Fri, 10 Sep 1999 23:56:23 -0400
From: Karl Ramm <kcr@MIT.EDU>
System name: x15-cruise-basselope.mit.edu
Type and version: Ultra-5_10 8.3.16 (with mkserv)
Display type: afb
Shell: /bin/sh (/bin/athena/bash?)
Window manager: unknown
What were you trying to do?
Send mail with comp.
What's wrong:
When I type into the draft buffer, when the cursor hits the right border
of the window, it prints a \, and doesn't wrap on a word boundary.
What should have happened:
When composing mail with the default setup, emacs should default to text
fill rather than fundamental mode.
Please describe any relevant documentation references:
(setq auto-mode-alist (cons
(cons "draft" (lambda ()
(text-mode)
(auto-fill-mode)))
auto-mode-alist))