Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Re: Gnus v5.4.42 is released
Date: 07 Apr 1997 17:39:03 -0400	[thread overview]
Message-ID: <wkiv1y7bt4.fsf@peorth.gweep.net> (raw)
In-Reply-To: Karl Kleinpaste's message of 07 Apr 1997 11:15:42 -0400

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

Updated patch to easilly allow for fontification without colorization.
Lines that begin with a "-" character are prefixed by PGP with "- ".

*** cus-face.el.orig	Sun Apr  6 15:51:34 1997
- --- cus-face.el	Mon Apr  7 15:01:31 1997
***************
*** 184,189 ****
- --- 184,193 ----
  ;;      (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
***************
*** 448,454 ****
        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)
- --- 452,458 ----
        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)

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

iQCVAwUBM0lpc56VRH7BJMxHAQGy9wQAlFmlg+XdpvFQWALNyWWJihuZFwOrM9p+
ZjSwyUboTl8xYqlLWRQwE2S1a9KbKeaXue7XqUNsze5spKgLhR55lsOCTEw8jgFo
t1oGfvjzL80e/gpxG3zFaT8kKFs1IYXwDh8seYQGTvNg4NcNQg3tcERiSBlUFd0u
Vi7bmrfn5Yg=
=MbqO
-----END PGP SIGNATURE-----
-- 
Rat <ratinox@peorth.gweep.net>    \ When not in use, Happy Fun Ball should be
PGP Key: at a key server near you! \ returned to its special container and
                                    \ kept under refrigeration.


             reply	other threads:[~1997-04-07 21:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-07 21:39 Stainless Steel Rat [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-04-06 21:23 Lars Magne Ingebrigtsen
1997-04-07 15:15 ` Karl Kleinpaste
1997-04-07 15:51   ` Per Abrahamsen

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=wkiv1y7bt4.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).