Re: [gentoo-user] Is the Monthly newsletter no more?

2009-03-03 Thread Justin
Grant Edwards schrieb: > Has the monthtly newletter been discontinued, or is it just no > longer being archived at http://www.gentoo.org/news/en/gmn/? > AFAIK There are really less contributions. You can always contact the PR of gentoo to get it forward. Gentoo is based on the community so everyo

[gentoo-user] Kmail composer does not respect langauage selection

2009-03-03 Thread Alan McKinnon
Hi all, I'm not sure if this is a real bug or just a stupid config error. I suspect the latter. kmail-4.2.0 displays mail using the correct language dictionary - English (South Africa). However, the composer insists on using Afrikaans. If I select Settings -> SpellChecker and set the default d

[gentoo-user] Re: how to switch laptop to usb keyboard

2009-03-03 Thread Miernik
Michael Higgins wrote: > What the *keypad* does, after plugging in the usb keyboard, is act as > a mouse. I've never seen this... it's kinda cool, actually. Like using > an etch-a-sketch. You can turn such behaviour on and off on any keyboard under X with Shift+Ctrl+NumLock. Try it, maybe it will

Re: [gentoo-user] Is the Monthly newsletter no more?

2009-03-03 Thread KH
AllenJB schrieb: > Grant Edwards wrote: >> Has the monthtly newletter been discontinued, or is it just no >> longer being archived at http://www.gentoo.org/news/en/gmn/? >> > > This is probably more likely to be answered if you send it to the > -project mailing list. > > AllenJB > Hi, please let u

[gentoo-user] small announcement for the community

2009-03-03 Thread Douglas J Hunley
A while back I setup a small cron job to parse the GLSA feed and post it to Twitter. I've been tweaking it and watching it and it seems stable enough to announce, so I'm sending this email out. If you want to, simply follow @Gentoo_Security and you'll get 'instant' updates of new GLSAs Please

Re: [gentoo-user] how to switch laptop to usb keyboard

2009-03-03 Thread Michael Higgins
On Tue, 3 Mar 2009 09:24:38 +0500 Mike Kazantsev wrote: > On Mon, 2 Mar 2009 18:31:41 -0800 > Michael Higgins wrote: > > > Still no luck here, as this is new to me. Really, I'm lost on the > > process... figured it would just work, which it does, except that I > > don't have number keys... on e

Re: [gentoo-user] Is the Monthly newsletter no more?

2009-03-03 Thread AllenJB
Grant Edwards wrote: Has the monthtly newletter been discontinued, or is it just no longer being archived at http://www.gentoo.org/news/en/gmn/? This is probably more likely to be answered if you send it to the -project mailing list. AllenJB

[gentoo-user] Is the Monthly newsletter no more?

2009-03-03 Thread Grant Edwards
Has the monthtly newletter been discontinued, or is it just no longer being archived at http://www.gentoo.org/news/en/gmn/? -- Grant Edwards grante Yow! My haircut is totally at traditional!

Re: [gentoo-user] Re: Grep question

2009-03-03 Thread Etaoin Shrdlu
On Tuesday 3 March 2009, 03:10, Harry Putnam wrote: > cat a | awk '/^foo/{FLAG=1}\ > FLAG{print} \ > /^bar/{FLAG=""}' awk '/^foo/,/^bar/' a does the same :)