Re: [9fans] usb/wacom

2012-02-28 Thread Gorka Guardiola
On Feb 29, 2012, at 4:32 AM, Tristan <9p...@imu.li> wrote: > > oh, and you'll need to somehow inhibit kb from automatically managing it. > (and as kb doesn't understand so called report numbers...) This is most probably my fault. I did cut some corners trying not to implemenent a generic report

[9fans] usb/wacom

2012-02-28 Thread Tristan
may be found in contrib/tristan/wacom.tgz. there is currently rudimentary support for the intous 2 series of digitizers, with the normal pen and the 4d mouse. it currently uses mousein(3), which is not at all sufficient to express the full glory of these devices... oh, and you'll need to somehow

Re: [9fans] 6c bug?

2012-02-28 Thread erik quanstrom
On Tue Feb 28 04:23:56 EST 2012, bruce.el...@gmail.com wrote: > for the example you gave the diagnostic is correct. pffft. you're right. - erik

Re: [9fans] sealed arena modified by venti??

2012-02-28 Thread Russ Cox
Try running verifyarena on both.

[9fans] sealed arena modified by venti??

2012-02-28 Thread smiley
Venti! AGH! OK. Deep breath... whoow... I recently observed some Venti behavior which has absolutely perplexed me. I'm at my wit's end, trying to figure out what's going on, here. I have an arena file containing a number of arenas. Whenever an arena becomes full and /index re

[9fans] cast issue

2012-02-28 Thread Charles Forsyth
I never seem to get the right reply-to. But, that gives me a chance to add that: to guarantee sign-extension, using (char) isn't good enough, since it's not defined whether that's signed or unsigned. you need (schar) [signed char] as the cast. All Plan 9 compilers have char as signed. --

Re: [9fans] GSoC 2012

2012-02-28 Thread Anthony Sorace
> Do you plan to post some of these simple gsoc2011 tasks on 2012? Yes. I expect to get a short, first draft list of proposed ideas for 2012 projects up some time today (likely late evening my time). I'd expect several from the 2011[1] list will show up again. > I'm very interesting to join your

Re: [9fans] Config File parsing

2012-02-28 Thread erik quanstrom
On Tue Feb 28 11:53:17 EST 2012, ba...@bitblocks.com wrote: > I have almost always used a handwritten lexer as it seemed about the > same amount of work and the end result is much smaller and easier to > understand and lexers for different languages are not all that > different so once you've writt

Re: [9fans] Config File parsing

2012-02-28 Thread Bakul Shah
I have almost always used a handwritten lexer as it seemed about the same amount of work and the end result is much smaller and easier to understand and lexers for different languages are not all that different so once you've written one it is pretty easy to write another; and somehow lex or fle

Re: [9fans] Config File parsing

2012-02-28 Thread Aram Hăvărneanu
Nick LaForge wrote: > If you have "The Unix Programming Environment" handy, you will also > find a lucid tutorial of Lex and Yacc both (in the later chapters). A great complement to this great book is the yacc paper in tenth edition's manual. -- Aram Hăvărneanu

[9fans] graphic card choice

2012-02-28 Thread Gabriel Díaz López de la llave
Hello has anyone tested a nvidia gtx560 with dvi output (or simmilar) with the vesa driver? thanks, gabi

Re: [9fans] 6c bug?

2012-02-28 Thread Bruce Ellis
for the example you gave the diagnostic is correct. On 28 February 2012 18:20, erik quanstrom wrote: > On Tue Feb 28 02:16:04 EST 2012, bruce.el...@gmail.com wrote: >> what values of p[1] do you expect the test to be of use? >> >> On 28 February 2012 15:40, erik quanstrom wrote: >> > for p = uch