GNU bug report logs - #33398
26.1, netbsd-8; Hi Lock Faces, Hi Green B, default setting suggestion

Previous Next

Package: emacs;

Reported by: Van L <van <at> scratch.space>

Date: Thu, 15 Nov 2018 12:59:02 UTC

Severity: wishlist

Found in version 26.1

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #95 received at 33398 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: van <at> scratch.space, 33398 <at> debbugs.gnu.org
Subject: Re: bug#33398: 26.1, netbsd-8;
 Hi Lock Faces, Hi Green B, default setting suggestion
Date: Wed, 19 Dec 2018 17:19:34 +0200
> From: Juri Linkov <juri <at> linkov.net>
> Cc: van <at> scratch.space,  33398 <at> debbugs.gnu.org
> Date: Wed, 19 Dec 2018 02:36:33 +0200
> 
> > Call it "hi-reddish" if you must, just don't have something called
> > "gold" look red on TTYs, please.
> 
> We can call it "hi-redgold" because such thing really exists:
> https://en.wikipedia.org/wiki/Red_gold

If that's the best we can do...

> (defface hi-redgold
>   '((((min-colors 88) (type x w32 ns)) (:background "gold"))
>     (((min-colors 88)) (:background "orange"))
>     (((min-colors 16)) (:background "red"))
>     (t (:background "red")))

How about this instead:

(defface hi-redgold
  '((((min-colors 8)) (:background "red"))
    (t (:background "gold")))
  "Face for hi-lock mode."
  :group 'hi-lock-faces)

I see no reason to use "red" on 16-color terminals, nor "orange" on
color TTYs with at least 88 colors.  The translation of "gold" should
be good enough in those cases.  Isn't it?




This bug report was last modified 6 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.