Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-21 Thread Mats Olsson
Hi again! Tried again with different setups in and I didn't get any error messages sometimes but auth/fgui didn't start but it works just fine manually. Maybe it's a Raspberry Pi thing. Kind regards from a cold Sweden, meo 2014-10-20 20:44 GMT+02:00, Mats Olsson : > Hi! > > Sorry for the confus

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-21 Thread Steve Simon
Hi, Definitely not a raspberry pi thing. I use a raspberry pi at home as a terminal and start auth/fgui from my startup script just as you are retuing to do. Try replicating my environment: Attached are my scripts: startup - what I call riostart logwin - starts first terminal

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-21 Thread k0ga
Hi, This is my first post in the list, so it is also my presentation. > > Tried again with different setups in and I didn't get any > error messages sometimes but auth/fgui didn't start but it works just > fine manually. Maybe it's a Raspberry Pi thing. I am running plan9 in a raspberry and I

Re: [9fans] Yosemite

2014-10-21 Thread Jeff Sickel
I just pushed an update to bitbucket: c70f08b updates for Yosemite It does require Xcode 6.1 to build and link against the new Frameworks for Yosemite. Seems to fix the fullscreen drawing issue, though there is a lag when swiping back in from some other screen. -jas > On Oct 18, 201

Re: [9fans] copy paste bug in cc.y?

2014-10-21 Thread Yoann Padioleau
but (0:int + x) would not do the same thing? What is special about using SUB instead of ADD? On Oct 17, 2014, at 12:07 PM, Charles Forsyth mailto:charles.fors...@gmail.com>> wrote: On 17 October 2014 18:48, Yoann Padioleau mailto:p...@fb.com>> wrote: Somehow? Would be nice to have a comm

Re: [9fans] copy paste bug in cc.y?

2014-10-21 Thread Charles Forsyth
On 21 October 2014 18:34, Yoann Padioleau wrote: > but (0:int + x) would not do the same thing? What is special about using > SUB instead > of ADD? > you can't subtract pointers from 0 but you can add 0 to a pointer, since + is commutative