Gnus development mailing list
 help / color / mirror / Atom feed
* Newsgroup colours?!?
@ 2017-11-08 20:17 Adam Sjøgren
  2017-11-08 21:01 ` Emanuel Berg
  2017-11-08 22:06 ` Eric Abrahamsen
  0 siblings, 2 replies; 15+ messages in thread
From: Adam Sjøgren @ 2017-11-08 20:17 UTC (permalink / raw)
  To: ding

What the what the what?! Suddenly all the newsgroups in my *Group*
buffer has turned some kind of greenish blue!

What kind of newfangled change is this?


  :-),

   Adam, having just "git pull && make"'d.

-- 
 "I think there are enough frivolous lawsuits in this         Adam Sjøgren
  country without people fighting over pop songs."       asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2017-11-08 20:17 Newsgroup colours?!? Adam Sjøgren
@ 2017-11-08 21:01 ` Emanuel Berg
  2017-11-08 22:01   ` Adam Sjøgren
  2017-11-08 22:06 ` Eric Abrahamsen
  1 sibling, 1 reply; 15+ messages in thread
From: Emanuel Berg @ 2017-11-08 21:01 UTC (permalink / raw)
  To: ding

Adam Sjøgren wrote:

> What the what the what?! Suddenly all the
> newsgroups in my *Group* buffer has turned some
> kind of greenish blue!

You mean like this?

    http://user.it.uu.se/~embe8573/figures/gnus/gnus-group.png

No, because that was intentional. I change it
now and then, like girls do their hair. Here is
the current dye:

    (modify-face 'gnus-group-mail-1           "cyan"     nil nil t)
    (modify-face 'gnus-group-mail-1-empty     "cyan"     nil nil nil)
    (modify-face 'gnus-group-mail-2           "cyan"     nil nil nil)
    (modify-face 'gnus-group-mail-2-empty     "cyan"     nil nil nil)
    (modify-face 'gnus-group-mail-3           "yellow"   nil nil t)
    (modify-face 'gnus-group-mail-3-empty     "white"    nil nil t)
    (modify-face 'gnus-group-mail-low         "black"    nil nil t)
    (modify-face 'gnus-group-mail-low-empty   "black"    nil nil t)
    (modify-face 'gnus-group-news-1           "black"    nil nil t)
    (modify-face 'gnus-group-news-1-empty     "cyan"     nil nil nil)
    (modify-face 'gnus-group-news-2           "black"    nil nil t)
    (modify-face 'gnus-group-news-2-empty     "cyan"     nil nil nil)
    (modify-face 'gnus-group-news-3           "green"    nil nil t)
    (modify-face 'gnus-group-news-3-empty     "blue"     nil nil nil)
    (modify-face 'gnus-group-news-4           "blue"     nil nil t)
    (modify-face 'gnus-group-news-4-empty     "blue"     nil nil nil)
    (modify-face 'gnus-group-news-5           "green"    nil nil t)
    (modify-face 'gnus-group-news-5-empty     "green"    nil nil nil)
    (modify-face 'gnus-group-news-6           "blue"     nil nil t)
    (modify-face 'gnus-group-news-6-empty     "blue"     nil nil nil)

But it is also a matter of what those colors
are defined to, i.e. below Emacs...

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2017-11-08 21:01 ` Emanuel Berg
@ 2017-11-08 22:01   ` Adam Sjøgren
  2017-11-08 23:02     ` Emanuel Berg
  0 siblings, 1 reply; 15+ messages in thread
From: Adam Sjøgren @ 2017-11-08 22:01 UTC (permalink / raw)
  To: ding

Emanuel writes:

> No, because that was intentional. I change it
> now and then, like girls do their hair. Here is
> the current dye:

*plonk*


-- 
 "Everybody will be quick to agree that EMACS has a           Adam Sjøgren
  simple to learn user interface, at least to gain       asjo@koldfront.dk
  'novice' status."




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2017-11-08 20:17 Newsgroup colours?!? Adam Sjøgren
  2017-11-08 21:01 ` Emanuel Berg
@ 2017-11-08 22:06 ` Eric Abrahamsen
  2018-04-11 18:57   ` Lars Ingebrigtsen
  2018-04-11 18:59   ` Lars Ingebrigtsen
  1 sibling, 2 replies; 15+ messages in thread
From: Eric Abrahamsen @ 2017-11-08 22:06 UTC (permalink / raw)
  To: ding

asjo@koldfront.dk (Adam Sjøgren) writes:

> What the what the what?! Suddenly all the newsgroups in my *Group*
> buffer has turned some kind of greenish blue!
>
> What kind of newfangled change is this?
>
>
>   :-),
>
>    Adam, having just "git pull && make"'d.

I also had an "AAUGGGHH!!" moment a few days ago, but have since
retreated to grudging acceptance. This was done in 16784a5f6.

Probably the idea should have been floated here first, but no great harm
done. At the very least, it's made me aware of the relevant faces.

E




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2017-11-08 22:01   ` Adam Sjøgren
@ 2017-11-08 23:02     ` Emanuel Berg
  0 siblings, 0 replies; 15+ messages in thread
From: Emanuel Berg @ 2017-11-08 23:02 UTC (permalink / raw)
  To: ding

Adam Sjøgren wrote:

>> No, because that was intentional. I change
>> it now and then, like girls do their hair.
>> Here is the current dye:
>
> *plonk*

Second time! Why don't you do it a thrid time
later? I'm sure there is a term in the JARGON
file for a hat-trick plonkie?

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2017-11-08 22:06 ` Eric Abrahamsen
@ 2018-04-11 18:57   ` Lars Ingebrigtsen
  2018-04-11 18:59   ` Lars Ingebrigtsen
  1 sibling, 0 replies; 15+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-11 18:57 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: ding

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> I also had an "AAUGGGHH!!" moment a few days ago, but have since
> retreated to grudging acceptance. This was done in 16784a5f6.
>
> Probably the idea should have been floated here first, but no great harm
> done. At the very least, it's made me aware of the relevant faces.

I think the colours should be reverted back to what they were before the
change.  Normal text should be white on black (if you have a dark
background), and colours should be used to emphasise or de-emphasise
certain text.  Following that principle, normal Gnus groups should be
white, not ... er...  what are they now?  Teal?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2017-11-08 22:06 ` Eric Abrahamsen
  2018-04-11 18:57   ` Lars Ingebrigtsen
@ 2018-04-11 18:59   ` Lars Ingebrigtsen
  2018-04-11 20:11     ` Eric Abrahamsen
  1 sibling, 1 reply; 15+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-11 18:59 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: ding

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> I also had an "AAUGGGHH!!" moment a few days ago, but have since
> retreated to grudging acceptance. This was done in 16784a5f6.

Hm:

larsi@corrigan:~/src/emacs/trunk$ git show 16784a5f6
fatal: ambiguous argument '16784a5f6': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 18:59   ` Lars Ingebrigtsen
@ 2018-04-11 20:11     ` Eric Abrahamsen
  2018-04-11 20:17       ` Lars Ingebrigtsen
  0 siblings, 1 reply; 15+ messages in thread
From: Eric Abrahamsen @ 2018-04-11 20:11 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding


On 04/11/18 20:59 PM, Lars Ingebrigtsen wrote:
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> I also had an "AAUGGGHH!!" moment a few days ago, but have since
>> retreated to grudging acceptance. This was done in 16784a5f6.
>
> Hm:
>
> larsi@corrigan:~/src/emacs/trunk$ git show 16784a5f6
> fatal: ambiguous argument '16784a5f6': unknown revision or path not in the working tree.
> Use '--' to separate paths from revisions, like this:
> 'git <command> [<revision>...] -- [<file>...]'

Guess I hit C-t in there somewhere: it should be 16748a5f6.

And looks like it's "turquoise", not "teal" :)

>
>
> -- 
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 20:11     ` Eric Abrahamsen
@ 2018-04-11 20:17       ` Lars Ingebrigtsen
  2018-04-11 20:24         ` Eric Abrahamsen
  2018-04-11 21:47         ` Sam Steingold
  0 siblings, 2 replies; 15+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-11 20:17 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: ding, Sam Steingold

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> Guess I hit C-t in there somewhere: it should be 16748a5f6.

Thanks.  :-)

> And looks like it's "turquoise", not "teal" :)

Should we take a vote on reverting or not?

Sam, see <871sfl3712.fsf@mouse.gnus.org> for my reasoning for why those
faces had no colour specification. 

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 20:17       ` Lars Ingebrigtsen
@ 2018-04-11 20:24         ` Eric Abrahamsen
  2018-04-11 21:47         ` Sam Steingold
  1 sibling, 0 replies; 15+ messages in thread
From: Eric Abrahamsen @ 2018-04-11 20:24 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding, Sam Steingold

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> Guess I hit C-t in there somewhere: it should be 16748a5f6.
>
> Thanks.  :-)
>
>> And looks like it's "turquoise", not "teal" :)
>
> Should we take a vote on reverting or not?
>
> Sam, see <871sfl3712.fsf@mouse.gnus.org> for my reasoning for why those
> faces had no colour specification. 

I guess I'm neutral. My only objection is based on aesthetics, not
principle, though despite finding the turquoise pretty ugly, apparently
it hasn't been ugly enough to actually make me change the default!



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 20:17       ` Lars Ingebrigtsen
  2018-04-11 20:24         ` Eric Abrahamsen
@ 2018-04-11 21:47         ` Sam Steingold
  2018-04-11 21:57           ` Lars Ingebrigtsen
  1 sibling, 1 reply; 15+ messages in thread
From: Sam Steingold @ 2018-04-11 21:47 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Eric Abrahamsen, ding

> * Lars Ingebrigtsen <ynefv@tahf.bet> [2018-04-11 22:17:54 +0200]:
>
> Sam, see <871sfl3712.fsf@mouse.gnus.org> for my reasoning for why those
> faces had no colour specification. 

Couldn’t fetch article <871sfl3712.fsf@mouse.gnus.org>

Any chance you could give a better pointer?

Thanks.

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1561
http://steingoldpsychology.com http://www.childpsy.net https://ffii.org
http://camera.org http://think-israel.org http://americancensorship.org
There are 10 kinds of people: those who count in binary and those who do not.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 21:47         ` Sam Steingold
@ 2018-04-11 21:57           ` Lars Ingebrigtsen
  2018-04-11 22:13             ` Sam Steingold
  0 siblings, 1 reply; 15+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-11 21:57 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Eric Abrahamsen, ding

Sam Steingold <sds@gnu.org> writes:

> Couldn’t fetch article <871sfl3712.fsf@mouse.gnus.org>
>
> Any chance you could give a better pointer?

I'll just include the entire thing.  :-)

------

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> I also had an "AAUGGGHH!!" moment a few days ago, but have since
> retreated to grudging acceptance. This was done in 16784a5f6.
>
> Probably the idea should have been floated here first, but no great harm
> done. At the very least, it's made me aware of the relevant faces.

I think the colours should be reverted back to what they were before the
change.  Normal text should be white on black (if you have a dark
background), and colours should be used to emphasise or de-emphasise
certain text.  Following that principle, normal Gnus groups should be
white, not ... er...  what are they now?  Teal?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 21:57           ` Lars Ingebrigtsen
@ 2018-04-11 22:13             ` Sam Steingold
  2018-04-11 22:30               ` Lars Ingebrigtsen
  0 siblings, 1 reply; 15+ messages in thread
From: Sam Steingold @ 2018-04-11 22:13 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Eric Abrahamsen, ding

> * Lars Ingebrigtsen <ynefv@tahf.bet> [2018-04-11 23:57:41 +0200]:
>
> I'll just include the entire thing.  :-)

Thanks.

> I think the colours should be reverted back to what they were before
> the change.  Normal text should be white on black (if you have a dark
> background), and colours should be used to emphasise or de-emphasise
> certain text.  Following that principle, normal Gnus groups should be
> white, not ... er...  what are they now?  Teal?

I wanted the different levels to be visually different.
Level 6 is the baseline (you don't care about them)
and the rest are more and more important -
and that is _emphasized_ by the faces.
I honestly did not think the change could possibly be controversial.

Thank you for giving me an opportunity to defend my change.

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1561
http://steingoldpsychology.com http://www.childpsy.net http://memri.org
http://honestreporting.com http://thereligionofpeace.com
Do the arithmetic or be doomed to talk nonsense. --John McCarthy



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 22:13             ` Sam Steingold
@ 2018-04-11 22:30               ` Lars Ingebrigtsen
  2018-04-13 20:54                 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 15+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-11 22:30 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Eric Abrahamsen, ding

Sam Steingold <sds@gnu.org> writes:

> I wanted the different levels to be visually different.
> Level 6 is the baseline (you don't care about them)
> and the rest are more and more important -
> and that is _emphasized_ by the faces.
> I honestly did not think the change could possibly be controversial.

The normal groups shouldn't be emphasised, but be displayed in the
normal, default, most readable colour the user has chosen, I think.
That's why there weren't any colour specs on those, but various
decorations for the lower-scored and higher-scored groups, if I recall
correctly.

So level 6 isn't the baseline, they're the ones you don't care about and
should get a mellow colour.  For instance, Turquoise6.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Newsgroup colours?!?
  2018-04-11 22:30               ` Lars Ingebrigtsen
@ 2018-04-13 20:54                 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 15+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-13 20:54 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Eric Abrahamsen, ding

Aaaa!  So bright!

I've now reverted the colours in Emacs 27.1.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-04-13 20:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 20:17 Newsgroup colours?!? Adam Sjøgren
2017-11-08 21:01 ` Emanuel Berg
2017-11-08 22:01   ` Adam Sjøgren
2017-11-08 23:02     ` Emanuel Berg
2017-11-08 22:06 ` Eric Abrahamsen
2018-04-11 18:57   ` Lars Ingebrigtsen
2018-04-11 18:59   ` Lars Ingebrigtsen
2018-04-11 20:11     ` Eric Abrahamsen
2018-04-11 20:17       ` Lars Ingebrigtsen
2018-04-11 20:24         ` Eric Abrahamsen
2018-04-11 21:47         ` Sam Steingold
2018-04-11 21:57           ` Lars Ingebrigtsen
2018-04-11 22:13             ` Sam Steingold
2018-04-11 22:30               ` Lars Ingebrigtsen
2018-04-13 20:54                 ` Lars Ingebrigtsen

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