Re: [gentoo-user] Re: FIXED 3D

2009-10-09 Thread Neil Bothwick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 08 Oct 2009 22:22:05 -0400, Jonathan Callen wrote: that's mainly because I switched my escape for GNU screen from ^A to ` That's a good idea, as I use ` a lot less than Ctrl-A I may do the same. Then I'll have to override years opf muscle

Re: [gentoo-user] Re: FIXED 3D

2009-10-09 Thread Alex Schuster
Alan McKinnon writes: On Thursday 08 October 2009 20:33:01 Neil Bothwick wrote: On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote: And it's usually quicker to type with backticks instead of $(): But nowhere near as clear. And it's quicker to type $( - muscle memory - than to

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Jesús Guerrero
On Thu, 8 Oct 2009 15:28:12 + (UTC), James wirel...@tampabay.rr.com wrote: Jesús Guerrero i92guboj at terra.es writes: You can't since you want to use ati-driver/fglrx. The fglrx is not part of the kernel, it's only shipped in the form of a binary-only closed source kernel module.

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Neil Bothwick
On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote: And it's usually quicker to type with backticks instead of $(): But nowhere near as clear. Note: not single-quotes ('), but backticks (`). It's usually the key above TAB and to the left of 1. I rest my case :) Note you can also

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Alan McKinnon
On Thursday 08 October 2009 20:33:01 Neil Bothwick wrote: On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote: And it's usually quicker to type with backticks instead of $(): But nowhere near as clear. And it's quicker to type $( - muscle memory - than to do the whole hunt-

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread James Ausmus
On Thu, Oct 8, 2009 at 12:14 PM, Alan McKinnon alan.mckin...@gmail.comwrote: On Thursday 08 October 2009 20:33:01 Neil Bothwick wrote: On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote: And it's usually quicker to type with backticks instead of $(): But nowhere near as clear.

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Alan McKinnon
On Thursday 08 October 2009 21:27:57 Nikos Chantziaras wrote: On 10/08/2009 10:19 PM, James Ausmus wrote: I've used it before - I can't remember what is was for, but I do remember using nested $() commands... Isn't ` being deprecated (by BASH at least) anyway? Hopefully not! It's just

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Neil Bothwick
On Thu, 08 Oct 2009 22:34:37 +0300, Nikos Chantziaras wrote: And it's usually quicker to type with backticks instead of $(): But nowhere near as clear. Note: not single-quotes ('), but backticks (`). It's usually the key above TAB and to the left of 1. I rest my case :)

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Jesús Guerrero
On Thu, 8 Oct 2009 19:33:01 +0100, Neil Bothwick n...@digimed.co.uk wrote: On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote: And it's usually quicker to type with backticks instead of $(): But nowhere near as clear. Note: not single-quotes ('), but backticks (`). It's usually

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Jesús Guerrero
On Thu, 08 Oct 2009 22:22:05 -0400, Jonathan Callen a...@gentoo.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Bothwick wrote: Note you can also nest commands when using $(), which you can't do with backticks. You can nest commands with ``, it's just less intuitive; each