public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
@ 2015-01-29 15:02 Toralf Förster
  2015-01-30  7:00 ` Zac Medico
  0 siblings, 1 reply; 8+ messages in thread
From: Toralf Förster @ 2015-01-29 15:02 UTC (permalink / raw
  To: gentoo-dev; +Cc: Toralf Förster

Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
---
 pym/portage/news.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/news.py b/pym/portage/news.py
index 2c45f85..c5aa2b5 100644
--- a/pym/portage/news.py
+++ b/pym/portage/news.py
@@ -421,5 +421,5 @@ def display_news_notifications(news_counts):
 
 	if newsReaderDisplay:
 		print(colorize("WARN", " *"), end=' ')
-		print("Use " + colorize("GOOD", "eselect news") + " to read news items.")
+		print("Use " + colorize("GOOD", "eselect news read new") + " to read new items.")
 		print()
-- 
2.2.2



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

* Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
  2015-01-29 15:02 Toralf Förster
@ 2015-01-30  7:00 ` Zac Medico
  2015-01-30  8:14   ` Jason Zaman
  0 siblings, 1 reply; 8+ messages in thread
From: Zac Medico @ 2015-01-30  7:00 UTC (permalink / raw
  To: gentoo-dev, gentoo-portage-dev, Toralf Förster

This actually belongs on the gentoo-portage-dev mailing list.

On 01/29/2015 07:02 AM, Toralf Förster wrote:
> Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
> ---
>  pym/portage/news.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pym/portage/news.py b/pym/portage/news.py
> index 2c45f85..c5aa2b5 100644
> --- a/pym/portage/news.py
> +++ b/pym/portage/news.py
> @@ -421,5 +421,5 @@ def display_news_notifications(news_counts):
>  
>  	if newsReaderDisplay:
>  		print(colorize("WARN", " *"), end=' ')
> -		print("Use " + colorize("GOOD", "eselect news") + " to read news items.")
> +		print("Use " + colorize("GOOD", "eselect news read new") + " to read new items.")
>  		print()
> 

I guess that's fine, but I have to wonder how many people are really
that lazy. To me, it actually seems like more effort to highlight the
span of characters with the mouse than it does to type them out.

Also, when the work "read" appears twice on a short line like that, it
gives a wordy/redundant feeling.
-- 
Thanks,
Zac


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

* Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
  2015-01-30  7:00 ` Zac Medico
@ 2015-01-30  8:14   ` Jason Zaman
  2015-01-30  8:37     ` Zac Medico
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Zaman @ 2015-01-30  8:14 UTC (permalink / raw
  To: gentoo-dev; +Cc: gentoo-portage-dev

On Thu, Jan 29, 2015 at 11:00:21PM -0800, Zac Medico wrote:
> > -		print("Use " + colorize("GOOD", "eselect news") + " to read news items.")
> > +		print("Use " + colorize("GOOD", "eselect news read new") + " to read new items.")
> 
> I guess that's fine, but I have to wonder how many people are really
> that lazy. To me, it actually seems like more effort to highlight the
> span of characters with the mouse than it does to type them out.

People are. I do recall some time ago someone asked me what the full
command was and why it wasnt just printed like the @preserved-rebuild
message.
> 
> Also, when the work "read" appears twice on a short line like that, it
> gives a wordy/redundant feeling.

Perhaps better would be "'eselect news read' to view new items"? ie.
view instead of the second read.

-- Jason


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

* Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
  2015-01-30  8:14   ` Jason Zaman
@ 2015-01-30  8:37     ` Zac Medico
  2015-01-30 11:55       ` Bob Wya
  0 siblings, 1 reply; 8+ messages in thread
From: Zac Medico @ 2015-01-30  8:37 UTC (permalink / raw
  To: gentoo-dev, gentoo-portage-dev

On 01/30/2015 12:14 AM, Jason Zaman wrote:
> On Thu, Jan 29, 2015 at 11:00:21PM -0800, Zac Medico wrote:
>> Also, when the work "read" appears twice on a short line like that, it
>> gives a wordy/redundant feeling.
> 
> Perhaps better would be "'eselect news read' to view new items"? ie.
> view instead of the second read.

Yeah, that's much better.
-- 
Thanks,
Zac


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

* Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
  2015-01-30  8:37     ` Zac Medico
@ 2015-01-30 11:55       ` Bob Wya
  2015-01-31 23:26         ` Toralf Förster
  0 siblings, 1 reply; 8+ messages in thread
From: Bob Wya @ 2015-01-30 11:55 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

A timely idea when a Gentoo user has already been caught out by the CPU
flags move. Nice one!
On 30 Jan 2015 08:37, "Zac Medico" <zmedico@gentoo.org> wrote:

> On 01/30/2015 12:14 AM, Jason Zaman wrote:
> > On Thu, Jan 29, 2015 at 11:00:21PM -0800, Zac Medico wrote:
> >> Also, when the work "read" appears twice on a short line like that, it
> >> gives a wordy/redundant feeling.
> >
> > Perhaps better would be "'eselect news read' to view new items"? ie.
> > view instead of the second read.
>
> Yeah, that's much better.
> --
> Thanks,
> Zac
>
>

[-- Attachment #2: Type: text/html, Size: 888 bytes --]

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

* Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
  2015-01-30 11:55       ` Bob Wya
@ 2015-01-31 23:26         ` Toralf Förster
  0 siblings, 0 replies; 8+ messages in thread
From: Toralf Förster @ 2015-01-31 23:26 UTC (permalink / raw
  To: gentoo-dev

On 01/30/2015 12:55 PM, Bob Wya wrote:
> A timely idea when a Gentoo user has already been caught out by the CPU
> flags move. Nice one!
indeed ...

-- 
Toralf
pgp key: 7B1A 07F4 EC82 0F90 D4C2  8936 872A E508 0076 E94E



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

* [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
@ 2015-02-02 18:53 Toralf Förster
  2015-02-02 19:04 ` Brian Dolbec
  0 siblings, 1 reply; 8+ messages in thread
From: Toralf Förster @ 2015-02-02 18:53 UTC (permalink / raw
  To: gentoo-dev; +Cc: Toralf Förster

Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
---
 pym/portage/news.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/news.py b/pym/portage/news.py
index 2c45f85..ec10feb 100644
--- a/pym/portage/news.py
+++ b/pym/portage/news.py
@@ -421,5 +421,5 @@ def display_news_notifications(news_counts):
 
 	if newsReaderDisplay:
 		print(colorize("WARN", " *"), end=' ')
-		print("Use " + colorize("GOOD", "eselect news") + " to read news items.")
+		print("Use " + colorize("GOOD", "eselect news read") + " to view new items.")
 		print()
-- 
2.2.2



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

* Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command
  2015-02-02 18:53 [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command Toralf Förster
@ 2015-02-02 19:04 ` Brian Dolbec
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Dolbec @ 2015-02-02 19:04 UTC (permalink / raw
  To: gentoo-dev

On Mon,  2 Feb 2015 19:53:14 +0100
Toralf Förster <toralf.foerster@gmx.de> wrote:

> Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
> ---
>  pym/portage/news.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pym/portage/news.py b/pym/portage/news.py
> index 2c45f85..ec10feb 100644
> --- a/pym/portage/news.py
> +++ b/pym/portage/news.py
> @@ -421,5 +421,5 @@ def display_news_notifications(news_counts):
>  
>  	if newsReaderDisplay:
>  		print(colorize("WARN", " *"), end=' ')
> -		print("Use " + colorize("GOOD", "eselect news") + "
> to read news items.")
> +		print("Use " + colorize("GOOD", "eselect news read")
> + " to view new items.") print()


Wrong list.  Plus it's already applied and in git.
-- 
Brian Dolbec <dolsen>



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

end of thread, other threads:[~2015-02-02 19:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 18:53 [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command Toralf Förster
2015-02-02 19:04 ` Brian Dolbec
  -- strict thread matches above, loose matches on Subject: below --
2015-01-29 15:02 Toralf Förster
2015-01-30  7:00 ` Zac Medico
2015-01-30  8:14   ` Jason Zaman
2015-01-30  8:37     ` Zac Medico
2015-01-30 11:55       ` Bob Wya
2015-01-31 23:26         ` Toralf Förster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox