Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Re: horrid color choices in 5.4.25
Date: 10 Mar 1997 18:39:39 -0500	[thread overview]
Message-ID: <wk7mjf1flv.fsf@peorth.gweep.net> (raw)
In-Reply-To: Karl Kleinpaste's message of 10 Mar 1997 10:04:36 -0500

-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "KK" == Karl Kleinpaste <karl@jprc.com> writes:

KK> I upgraded 5.4.15 -> 5.4.25 this morning.  I use a black-on-white
KK> emacs, and the new color selections are _dreadful_.

Here's my patch to cus-face.el to allow the total elimination of colors
without messing with fontification.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: cp850

iQCVAwUBMySbqZ6VRH7BJMxHAQEu9QQAmV6KZJIbvkOedCmFtzFrZaoh4htoObbp
+fY20gVgYUgpLorKPuqhMlvxsWqYGgM/Pr7pZrQBeqt9Qua6BDdSnhGTzjJYvvjv
grb7No78A6yThwMkWmoUzf/Wv9DkNU7tkUaRSNNN8coXG1cYCwKDNJWmqUxidHSs
2ry6eaSR/fA=
=vo79
-----END PGP SIGNATURE-----
-- 
Rat <ratinox@peorth.gweep.net>    \ Do not taunt Happy Fun Ball.
PGP Key: at a key server near you! \ 
                                    \ 
*** cus-face.el.orig	Sat Mar  8 20:26:54 1997
--- cus-face.el	Sun Mar  9 11:15:34 1997
***************
*** 139,144 ****
--- 139,148 ----
        (set-face-foreground face bg frame)
        (set-face-background face fg frame))))
  
+ (defcustom custom-no-colors nil
+   "Do not use colors.
+ If t, do not use any colors.")
+ 
  (defcustom custom-background-mode nil
    "The brightness of the background.
  Set this to the symbol dark if your background color is dark, light if
***************
*** 379,385 ****
        t
      (let* ((props (custom-get-frame-properties frame))
  	   (type (plist-get props 'type))
! 	   (class (plist-get props 'class))
  	   (background (plist-get props 'background))
  	   (match t)
  	   (entries display)
--- 383,389 ----
        t
      (let* ((props (custom-get-frame-properties frame))
  	   (type (plist-get props 'type))
! 	   (class (if custom-no-colors `mono (plist-get props 'class)))
  	   (background (plist-get props 'background))
  	   (match t)
  	   (entries display)


  parent reply	other threads:[~1997-03-10 23:39 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-10 15:04 Karl Kleinpaste
1997-03-10 17:02 ` Michael Welsh Duggan
1997-03-10 17:40 ` Hrvoje Niksic
1997-03-10 18:17   ` Steven L Baur
1997-03-10 20:17     ` Hrvoje Niksic
1997-03-10 23:39 ` Stainless Steel Rat [this message]
1997-03-11  2:15 ` Danny Siu
1997-03-11  5:04   ` Lars Magne Ingebrigtsen
1997-03-11  5:31     ` David Lebel
1997-03-11 13:06       ` Johan Danielsson
1997-03-11 14:25         ` Robert Bihlmeyer
1997-03-11 14:26         ` Per Abrahamsen
1997-03-11 16:21           ` Lars Magne Ingebrigtsen
1997-03-13  1:20             ` David Moore
1997-03-16 16:57               ` Jason R. Mastaler
1997-03-18  2:55                 ` David Moore
1997-03-11 19:52           ` Dan Schmidt
1997-03-12 16:04             ` Lars Magne Ingebrigtsen
1997-03-14 13:26               ` Robert Bihlmeyer
1997-03-14 19:47                 ` Lars Magne Ingebrigtsen
1997-03-17 11:54                   ` Robert Bihlmeyer
1997-03-17 14:08                     ` Lars Magne Ingebrigtsen
1997-03-17 20:09                       ` David Lebel
1997-03-18  7:50                       ` Wesley Hardaker
1997-03-14 20:22                 ` François Pinard
1997-03-11 14:48         ` François Pinard
1997-03-11 13:56     ` Jon Kvebaek
1997-03-11 14:15     ` Karl Kleinpaste
1997-03-11 14:30     ` James Kanze
1997-03-11  2:23 ` (not so!) " François Pinard

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=wk7mjf1flv.fsf@peorth.gweep.net \
    --to=ratinox@peorth.gweep.net \
    /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).