[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quotation markup in Gnus
From: |
Pascal Bourguignon |
Subject: |
Re: Quotation markup in Gnus |
Date: |
Sun, 30 Dec 2007 02:12:22 +0100 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1.50 (gnu/linux) |
Sven Bretfeld <sven.bretfeld@gmx.ch> writes:
> Hi to all
>
> I have noticed that some of you use a kind of markup to highlight
> special passages in emails, for example for Lisp code examples or
> for quotes from a manual.
>
> Sometimes I see Lisp code passages displayed with green background
> color, sometimes I see quotations enclosed by a frame similar to this:
>
> _
> /
> | Text
> | Text
> | Text
> \_
>
> How to do that? Is it a special package or a standard function of Gnus
> or Message mode I have not yet discovered? I have searched the net and
> the Gnus manual, but I seem to have missed the relevant keywords.
There is for example boxquote.
Select a region, and type M-x boxquote-region RET
,----
| How to do that? Is it a special package or a standard function of Gnus
| or Message mode I have not yet discovered? I have searched the net and
| the Gnus manual, but I seem to have missed the relevant keywords.
`----
M-x apropos RET boxquote RET
--
__Pascal Bourguignon__ http://www.informatimago.com/
"This statement is false." In Lisp: (defun Q () (eq nil (Q)))