Re: [9fans] OSX Drawterm hangs on close

2008-04-08 Thread Anant Narayanan
On 06-Apr-08, at 8:46 AM, erik quanstrom wrote: it's a known bug, but i don't think there's a fix for it. what's the bug? drawterm on OS X needs to be rewritten in Cocoa. -- Anant

Re: [9fans] hot or not

2008-04-08 Thread hiro
well, i just did a http://www.ugu.com/sui/ugu/show?I=ugu.hotnot&HN=1113&RT=9 and it's ranked first now. On 4/6/08, Charles Forsyth <[EMAIL PROTECTED]> wrote: > > Or does your Plan 9 go to 10? > > > we always turn it up to 11. > > > -- hiro

Re: [9fans] hot or not

2008-04-08 Thread hiro
by the way you can give it negative integers On 4/8/08, hiro <[EMAIL PROTECTED]> wrote: > well, i just did a > http://www.ugu.com/sui/ugu/show?I=ugu.hotnot&HN=1113&RT=9 > and it's ranked first now. > > > On 4/6/08, Charles Forsyth <[EMAIL PROTECTED]> wrote: > > > Or does your Plan 9 go

Re: [9fans] OSX Drawterm hangs on close

2008-04-08 Thread Jeff Sickel
On Apr 8, 2008, at 8:34 AM, Anant Narayanan wrote: On 06-Apr-08, at 8:46 AM, erik quanstrom wrote: it's a known bug, but i don't think there's a fix for it. what's the bug? drawterm on OS X needs to be rewritten in Cocoa. Cocoa isn't completely needed... just getting rid of the Carbon

Re: [9fans] hot or not

2008-04-08 Thread Russ Cox
> by the way you can give it negative integers "By Unix admins, for Unix admins." In the grand tradition of Unix tools doing exactly what you tell them: http://www.ugu.com/sui/ugu/show?I=ugu.hotnot&HN=1113&RT=11e1000 Russ

Re: [9fans] hot or not

2008-04-08 Thread John Floren
On Tue, Apr 8, 2008 at 12:17 PM, Russ Cox <[EMAIL PROTECTED]> wrote: > > by the way you can give it negative integers > > "By Unix admins, for Unix admins." > In the grand tradition of Unix tools doing exactly what you tell them: > > http://www.ugu.com/sui/ugu/show?I=ugu.hotnot&HN=1113&RT=11e100

Re: [9fans] hot or not

2008-04-08 Thread hiro
the top list seems to be no unix tool:(

Re: [9fans] hot or not

2008-04-08 Thread hiro
i've put it back in the top list, because infinity would rather be a bit presumptuous.

Re: [9fans] OSX Drawterm hangs on close

2008-04-08 Thread Pietro Gagliardi
Also realize that Cocoa is written in Objective-C, not C, so you need to learn a new language to get your hands on it. You CAN write a C wrapper around the Objective-C (it was originally a C preprocessor), but I don't think elite Mac programmers would recommend it. On Apr 8, 2008, at 10:32

Re: [9fans] OSX Drawterm hangs on close

2008-04-08 Thread Skip Tavakkolian
why do you feel compelled to state the obvious? > Also realize that Cocoa is written in Objective-C, not C, so you need > to learn a new language to get your hands on it. You CAN write a C > wrapper around the Objective-C (it was originally a C preprocessor), > but I don't think elite Mac pr

Re: [9fans] bug in echo?

2008-04-08 Thread david parsons
In article <[EMAIL PROTECTED]>, Pietro Gagliardi <[EMAIL PROTECTED]> wrote: >The ultimate echo, actually useful, but no one wants it. > >NAME > echo: echo arguments >SYNOPSIS > echo [-1abCDEeilmNnOqrtuVvwXx] [-B base] [-c cmd] [-d char] [-f >file] [-L len] [-o file] [-S voice] [-s char]

Re: [9fans] bug in echo?

2008-04-08 Thread Pietro Gagliardi
Better yet, provide -- options for each! And then provide some way of accessing them if -- won't work, like -f in gcc. And then let's add a - Q option that suppresses the banner which reads secho version xxx.xx a program to echo its arguments, but improved use the -h/--