The fix is to use "auto-fill-mode" instead. Mail-mode is about to be eliminated upstream, since it unnecessarily (and incorrectly) duplicates the functionality of the existing auto-fill-mode.
Changing is a simple matter of replacing two calls: "mail-mode" => "auto-fill-mode" "mail-set-margin" => "set-fill-column" Note, the correct replacement relies on a modified "set-fill-column" command which was just recently committed to the openbsd repository. -kj -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

