From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: Fontification of citations in mail-Mode Date: Thu, 21 Apr 2005 18:05:50 +0200 Organization: disorganized Message-ID: <87y8bcqfmp.fsf@robotron.ath.cx> References: <20050418110346.GD4768@kenny.sha-bang.local> <20050419074527.GA4860@kenny.sha-bang.local> <01c54515$Blat.v2.4$9123cf00@zahav.net.il> <01c545c8$Blat.v2.4$fd410640@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114100888 751 80.91.229.2 (21 Apr 2005 16:28:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 16:28:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 21 18:28:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOeVI-0005Gs-QA for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 18:26:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOea2-0002ro-UU for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 12:31:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOeYS-0002R0-U8 for emacs-devel@gnu.org; Thu, 21 Apr 2005 12:29:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOeYO-0002PS-Pp for emacs-devel@gnu.org; Thu, 21 Apr 2005 12:29:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOeYO-0000cq-Mq for emacs-devel@gnu.org; Thu, 21 Apr 2005 12:29:24 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DOeId-000757-RT for emacs-devel@gnu.org; Thu, 21 Apr 2005 12:13:08 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DOeAv-0001ik-B1 for emacs-devel@gnu.org; Thu, 21 Apr 2005 18:05:09 +0200 Original-Received: from pd9e76d30.dip.t-dialin.net ([217.231.109.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Apr 2005 18:05:09 +0200 Original-Received: from david.hansen by pd9e76d30.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Apr 2005 18:05:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e76d30.dip.t-dialin.net Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:HbCg9aSEdedHAYejE4RWYLnKY2w= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36240 On Thu, 21 Apr 2005 11:31:07 -0400 Richard Stallman wrote: > I'm guessing that you use a standard terminal that supports 8 colors. > If so, look here: > > > (((class color) (min-colors 8) (background light)) > > (:foreground "red")) > > With just 8 colors, I doubt there is a better alternative. > What are the standard 8 colors? black red green yellow blue magenta cyan white > I dislike red for real comments, too; it is too hard to read. Note that you can set the XResources XTerm*color0 to XTerm*color15 (8-15 are the bold versions). And the Linux console seems to have far more eye friendly colors than the default xterm colors. David