[gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-02-02 Thread Toralf Förster
Signed-off-by: Toralf Förster toralf.foers...@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

Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-02-02 Thread Brian Dolbec
On Mon, 2 Feb 2015 19:53:14 +0100 Toralf Förster toralf.foers...@gmx.de wrote: Signed-off-by: Toralf Förster toralf.foers...@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

Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-31 Thread Toralf Förster
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

Re: [gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Brian Dolbec
On Fri, 30 Jan 2015 00:37:30 -0800 Zac Medico zmed...@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

Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Jason Zaman
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

Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Zac Medico
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

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Zac Medico
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

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Duncan
Zac Medico posted on Fri, 30 Jan 2015 00:37:30 -0800 as excerpted: 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

Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Bob Wya
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 zmed...@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

[gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-29 Thread Toralf Förster
Signed-off-by: Toralf Förster toralf.foers...@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

Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-29 Thread Zac Medico
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.foers...@gmx.de --- pym/portage/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/news.py

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-29 Thread Ulrich Mueller
On Thu, 29 Jan 2015, 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

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-29 Thread Ulrich Mueller
On Thu, 29 Jan 2015, 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