info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Box-quote (was: Line length when writing an email)


From: Teemu Likonen
Subject: Box-quote (was: Line length when writing an email)
Date: Sun, 20 Apr 2014 09:11:28 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (gnu/linux)

Sharon Kimble [2014-04-19 22:59:09 +01:00] wrote:

> Clemens Schüller <cs.mlists+info-gnus@mailbox.org> writes:
>> ╭────
>> │(add-hook 'message-mode-hook
>> │(lambda ()
>> │  (setq fill-column 78)
>> │  (turn-on-auto-fill)))
>> ╰────

> How did you get the solid lines round your box-quote please? It makes
> it stand out and look very professional! :)

Box quote may look nice but it's more difficult to copy the code. Plain
text lines, possibly with indentation, is better:

    (add-hook 'message-mode-hook
              (lambda ()
                (setq fill-column 78)
                (turn-on-auto-fill)))

Or maybe plain lines with "cut" markers:

--8<---------------cut here---------------start------------->8---
(add-hook 'message-mode-hook
          (lambda ()
            (setq fill-column 78)
            (turn-on-auto-fill)))
--8<---------------cut here---------------end--------------->8---

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]