Re: help to use screen command

2008-12-06 Thread Trent W. Buck
On Sat, Dec 06, 2008 at 11:59:22AM -0800, Micah Cowan wrote: > > FWIW, sh -c 'vim find . -name \*.c -o -name \*.cpp -exec vim {} +' would > > be better, if your system supports POSIX 2003's variadic -exec {} +. > > (Failing that, xargs.) > > Both are good points. Though I think xargs will only rea

Re: patch to change autoaka behavior

2008-12-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik Osheim wrote: > I sent this to [EMAIL PROTECTED] awhile ago (which I think I'm > subscribed to) but still haven't seen it. So, I figure I'll send it to > this list (which seems pretty active). Are you sure you're subscribed? I saw it, and respond

Re: patch to change autoaka behavior

2008-12-06 Thread Erik Osheim
I sent this to [EMAIL PROTECTED] awhile ago (which I think I'm subscribed to) but still haven't seen it. So, I figure I'll send it to this list (which seems pretty active). If there is a different development list for this sort of thing, please point it out to me. Thanks, -- Erik On Fri, Dec 05,

Re: screen -X

2008-12-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Mahoney, System Admin wrote: > On Sat, 6 Dec 2008, Micah Cowan wrote: > >> As to FAQs, there's one on the wiki page that someone set up for the IRC >> channel (apparently?). I should put a link to that on the gnu site as >> well: http://aperiodic.

Re: screen -X

2008-12-06 Thread Dan Mahoney, System Admin
On Sat, 6 Dec 2008, Micah Cowan wrote: Which reminds me -- in looking for docu on this subject and others, I found the gnu.org screen page, and the only thing there is links to the mailing list. Are there no official web-docs? FAQs? Or are they all maintained externally? There ought to be,

Re: help to use screen command

2008-12-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trent W. Buck wrote: > Micah Cowan <[EMAIL PROTECTED]> writes: >> screen sh -c "vim `find . -name '*.c' -o -name '*.cpp'`" >> title vim > > FWIW, sh -c 'vim find . -name \*.c -o -name \*.cpp -exec vim {} +' would > be better, if your system supports

Re: screen -X

2008-12-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Mahoney, System Admin wrote: > Which reminds me -- in looking for docu on this subject and others, I > found the gnu.org screen page, and the only thing there is links to the > mailing list. Are there no official web-docs? FAQs? Or are they all