[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rant - Emacs mail is not user friendly
From: |
David Caldwell |
Subject: |
Re: Rant - Emacs mail is not user friendly |
Date: |
Sun, 16 Nov 2014 09:49:18 -0800 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:33.0) Gecko/20100101 Thunderbird/33.0 |
On 11/16/14 4:18 AM, Kelly Dean wrote:
> Last problem that I do care about is that Emacs keeps inserting line
> breaks after 72 characters, so I have to switch out of message-mode
> or copy/paste from another buffer to make it stop doing that because
> I can't find the setting to turn it off.
Looks like it runs "auto-fill-mode". You can turn it off, or you can
adjust the column that it wraps with the "fill-column" variable.
> Why is it turned on by default? Modern email readers do have
> word-wrap, after all. Even Emacs.
Probably because of tradition. It's generally considered polite to wrap
your column somewhere between 72 to 78. The SMTP spec (RFC 821) says:
> The maximum total length of a text line including the <CRLF> is 1000
> characters (but not counting the leading dot duplicated for
> transparency).
So there is a maximum, though it's about a 13 line paragraph (wrapped at
72).
Many email clients (including Thunderbird, which I'm using) use the
quotable-printable encoding to encode longer lines (which escapes the
line with an "=" if it's not meant to end). I guess this idea is to make
the raw text mostly readable but still unwrappable. I think it's quite
ugly, but it appears to be a pretty universal standard.
-David
smime.p7s
Description: S/MIME Cryptographic Signature
- Rant - Emacs mail is not user friendly, Kelly Dean, 2014/11/15
- Rant - Emacs mail is not user friendly, Stephen J. Turnbull, 2014/11/15
- Re: Rant - Emacs mail is not user friendly, Richard Stallman, 2014/11/17
- Re: Rant - Emacs mail is not user friendly, Stephen J. Turnbull, 2014/11/18
- Re: Rant - Emacs mail is not user friendly, Richard Stallman, 2014/11/21
- Re: Rant - Emacs mail is not user friendly, Stefan Monnier, 2014/11/21
- Re: Rant - Emacs mail is not user friendly, Stephen J. Turnbull, 2014/11/22