Re: [9fans] mail client; general question web vs command

2011-08-06 Thread Rudolf Sykora
Hello, On 4 August 2011 17:49, Mathieu Lonjaret wrote: > Btw, for those who don't know yet, I have a version here with > threading for p9p acme Mail: > https://bitbucket.org/mpl/acmemail-with-sort-by-thread/overview > nothing fancy but it suits my needs well enough. > > On Sun, Jul 31, 2011 at 10

[9fans] c compiler bug, and fix

2011-08-06 Thread erik quanstrom
here's the test case. #include #include void main(void) { int i; i = 0; i /= 1 / 100; } which generates this output minooka; 8c ccbug.c 8c 117738: suicide: sys: trap: divide error p

[9fans] Where can I find Plan9port binaries running on OS X Lion?

2011-08-06 Thread David Jeannot
Hello, I would like to use Plan9port (including Acme) on OS X Lion. But building the current Plan9port tree (1ddb9b093c12) with Xcode 4.1 gives me multiple errors.* Is there a place where I could find Plan9port binaries from an older OS X? I miss Acme terribly. I wish you a lovely weekend.