all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: help-gnu-emacs@gnu.org
Subject: Re: mail-mode: colors in multiply-quoted lines
Date: Sat, 12 Feb 2011 19:49:54 +0100	[thread overview]
Message-ID: <87oc6hdr59.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: jwvlj217z3a.fsf-monnier+gnu.emacs.help@gnu.org

On Mon, Jan 31 2011, Stefan Monnier wrote:

> I recommend you try and use message-mode rather than mail-mode (the
> differences should be minor, other than the new features like MIME
> handling).
> But I don't think that will make a difference to your problem.

,----[ <f1> v gnus-message-highlight-citation RET ]
| gnus-message-highlight-citation is a variable defined in `gnus-msg.el'.
| Its value is t
| 
| Documentation:
| Enable highlighting of different citation levels in message-mode.
| 
| You can customize this variable.
`----

... but because we don't want (more) Gnus dependencies in Message
mode, it is not enabled by default.

After M-: (require 'gnus-msg) RET, M-x gnus-message-citation-mode RET
gives you different colors for each citation level.

See also...

,----[ message.el - `message-yank-original' ]
|       ;; Add `gnus-article-highlight-citation' here?
`----

,----[ gnus-msg.el - `gnus-setup-message' ]
| 	 ;; Enable highlighting of different citation levels
| 	 (when gnus-message-highlight-citation
| 	   (gnus-message-citation-mode 1))
| 	 (gnus-run-hooks 'gnus-message-setup-hook)
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


  parent reply	other threads:[~2011-02-12 18:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-31 14:03 mail-mode: colors in multiply-quoted lines Jesse Sheidlower
2011-01-31 17:45 ` Stefan Monnier
2011-02-03 11:35   ` Jesse Sheidlower
2011-02-04 15:30     ` Stefan Monnier
2011-02-07 19:32       ` Jesse Sheidlower
2011-02-08  4:09         ` Stefan Monnier
2011-02-12 18:49   ` Reiner Steib [this message]
2011-02-24 15:28   ` E.

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=87oc6hdr59.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=help-gnu-emacs@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.