unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Fontification of citations in mail-Mode
Date: Wed, 20 Apr 2005 10:57:25 -0400	[thread overview]
Message-ID: <E1DOGdp-0004Zl-Pq@fencepost.gnu.org> (raw)
In-Reply-To: <01c54515$Blat.v2.4$9123cf00@zahav.net.il> (eliz@gnu.org)

    IMHO, the reason is, if nothing else, that this is how Mail mode
    behaved on a tty since v21.1, and users did not complain too loudly
    (or we would have changed that).

Maybe hardly anyone used font lock on Rmail buffers in text consoles.

I don't know how to try changing this, because I can't even tell
which clause in the defface is used.  How would I find that out?

(defface font-lock-comment-face
  '((((class grayscale) (background light))
     (:foreground "DimGray" :weight bold :slant italic))
    (((class grayscale) (background dark))
     (:foreground "LightGray" :weight bold :slant italic))
    (((class color) (min-colors 88) (background light))
     (:foreground "Firebrick"))
    (((class color) (min-colors 88) (background dark))
     (:foreground "chocolate1"))
    (((class color) (min-colors 16) (background light))
     (:foreground "red"))
    (((class color) (min-colors 16) (background dark))
     (:foreground "red1"))
    (((class color) (min-colors 8) (background light))
     (:foreground "red"))
    (((class color) (min-colors 8) (background dark))
     (:foreground "red1"))
    (t (:weight bold :slant italic)))

  parent reply	other threads:[~2005-04-20 14:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-18 11:03 Fontification of citations in mail-Mode Sascha Wilde
2005-04-18 21:06 ` Richard Stallman
2005-04-19  7:45   ` Sascha Wilde
2005-04-19 16:13     ` Richard Stallman
2005-04-19 18:04       ` Sascha Wilde
2005-04-20 14:57         ` Richard Stallman
2005-04-19 19:24       ` Eli Zaretskii
2005-04-20  8:04         ` Kim F. Storm
2005-04-20 16:55           ` Eli Zaretskii
2005-04-20 21:42           ` Richard Stallman
2005-04-20 23:11             ` David Kastrup
2005-04-20 23:54               ` Stefan Monnier
2005-04-20 14:57         ` Richard Stallman [this message]
2005-04-20 16:48           ` Eli Zaretskii
2005-04-21 15:31             ` Richard Stallman
2005-04-21 16:05               ` David Hansen
2005-04-21 18:32               ` Eli Zaretskii
2005-04-21 20:58               ` Sascha Wilde
2005-04-20 19:53           ` Sascha Wilde
2005-04-20  4:42       ` Miles Bader

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1DOGdp-0004Zl-Pq@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).