Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Sharon Kimble <boudiccas@talktalk.net>
Cc: info-gnus-english@gnu.org
Subject: Box-quote (was: Line length when writing an email)
Date: Sun, 20 Apr 2014 09:11:28 +0300	[thread overview]
Message-ID: <877g6kr0mn.fsf_-_@mithlond.arda> (raw)
In-Reply-To: <87sip9ugk2.fsf@talktalk.net> (Sharon Kimble's message of "Sat, 19 Apr 2014 22:59:09 +0100")


[-- Attachment #1.1: Type: text/plain, Size: 962 bytes --]

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 #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]



  parent reply	other threads:[~2014-04-20  6:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-18 16:52 Line length when writing an email Sharon Kimble
2014-04-18 18:13 ` Clemens Schüller
2014-04-19 21:59   ` Sharon Kimble
2014-04-20  5:24     ` Igor Sosa Mayor
2014-04-20  6:11     ` Teemu Likonen [this message]
2014-04-21 16:49     ` Clemens Schüller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877g6kr0mn.fsf_-_@mithlond.arda \
    --to=tlikonen@iki.fi \
    --cc=boudiccas@talktalk.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).