Re: [9fans] Mail configuration

2009-03-02 Thread Mathieu Lonjaret
factotum -g 'key=mykey proto=pass service=imap server=yourserverurl user=yourimapusername !password?' then mailfs yourserverurl or, if you want tls: mailfs -t yourserverurl Once it has returned, you can use as a ui the Mail command in acme for example. Cheers, Mathieu ---BeginMessage---

Re: [9fans] Visual font viewer

2009-03-02 Thread roger peppe
i think it was me. a quick check of dump gives july 2003 for the creation date. it was only an hour or so's work - the UI could be better! 2009/3/1 Steve Simon st...@quintile.net: Is there a program that will render some subset of a font file so that you get a quick feel for what it looks like?

[9fans] type signatures

2009-03-02 Thread Steve Simon
Hi, I get a different type sygnature depending on weather the arg to a function contains members which are in scope or not - is this expected or a bug? for example: /* junk.c */ typedef struct unknown unknown; #ifdef DEF struct unknown { int a; }; #endif typedef struct arg arg; struct

Re: [9fans] netbook ( no cd ) install help

2009-03-02 Thread Latchesar Ionkov
The image that I have is equivalent to the Plan9 floppy disk. You need to have the content of the distribution copied somewhere on the hard disk, or install from the network. Thanks, Lucho On Sun, Mar 1, 2009 at 4:14 PM, Federico G. Benavento benave...@gmail.com wrote: On Sun, Mar 1, 2009

[9fans] type signatures

2009-03-02 Thread Fco. J. Ballesteros
Isn't this what #pragma incomplete is for? From: st...@quintile.net To: 9fans@9fans.net Reply-To: 9fans@9fans.net Date: Mon Mar 2 16:24:23 CET 2009 Subject: [9fans] type signatures Hi, I get a different type sygnature depending on weather the arg to a function contains

Re: [9fans] my /dev/time for Linux

2009-03-02 Thread J.R. Mauro
Two things. First, I had to include linux/jiffies.h to get this to build on my machine with 2.6.28 and second, do you have any plans to get this accepted upstream? Thanks for putting the time into this! On Sat, Feb 28, 2009 at 11:57 PM, Chris Brannon cmbran...@cox.net wrote: I wrote a module

Re: [9fans] type signatures

2009-03-02 Thread Steve Simon
Isn't this what #pragma incomplete is for? yep, I completely forgot about it. Thanks, -Steve

Re: [9fans] type signatures

2009-03-02 Thread Charles Forsyth
that seems correct. if you want an incomplete type, you can specify that (with pragma incomplete).---BeginMessage--- Hi, I get a different type sygnature depending on weather the arg to a function contains members which are in scope or not - is this expected or a bug? for example: /* junk.c */

[9fans] AC97 Driver Bug (w/FIX)

2009-03-02 Thread James Tomaschke
More info here: http://jtomaschke.blogspot.com/2009/02/plan9-ac97-driver-bug.html This is based on mason's contrib ac97.tgz. I placed my code above the if/elseif to provide it with an initial state in case both tests fail. After this, kvm -soundhw ac97 gave me audio in my virtual