Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o, gentoo-portage-dev@l.g.o, "Toralf Förster" <toralf.foerster@×××.de>
Subject: Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
Date: Fri, 30 Jan 2015 07:00:39
Message-Id: 54CB2C05.5030008@gentoo.org
In Reply to: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command by "Toralf Förster"
1 This actually belongs on the gentoo-portage-dev mailing list.
2
3 On 01/29/2015 07:02 AM, Toralf Förster wrote:
4 > Signed-off-by: Toralf Förster <toralf.foerster@×××.de>
5 > ---
6 > pym/portage/news.py | 2 +-
7 > 1 file changed, 1 insertion(+), 1 deletion(-)
8 >
9 > diff --git a/pym/portage/news.py b/pym/portage/news.py
10 > index 2c45f85..c5aa2b5 100644
11 > --- a/pym/portage/news.py
12 > +++ b/pym/portage/news.py
13 > @@ -421,5 +421,5 @@ def display_news_notifications(news_counts):
14 >
15 > if newsReaderDisplay:
16 > print(colorize("WARN", " *"), end=' ')
17 > - print("Use " + colorize("GOOD", "eselect news") + " to read news items.")
18 > + print("Use " + colorize("GOOD", "eselect news read new") + " to read new items.")
19 > print()
20 >
21
22 I guess that's fine, but I have to wonder how many people are really
23 that lazy. To me, it actually seems like more effort to highlight the
24 span of characters with the mouse than it does to type them out.
25
26 Also, when the work "read" appears twice on a short line like that, it
27 gives a wordy/redundant feeling.
28 --
29 Thanks,
30 Zac

Replies