Re: [9fans] new usb implementation

2009-06-10 Thread Francisco J Ballesteros
I suspect that mouse requires using the report protocol (most mice are fine with the boot protocol, which is what kb uses). I'll write a variant of the driver using the report protocol just to be sure that's the problem, but It'll have to wait a few days. On Wed, Jun 10, 2009 at 12:48 PM, Pavel

Re: [9fans] new usb implementation

2009-06-10 Thread Pavel Klinkovsky
I'll write a variant of the driver using the report protocol just to be sure that's the problem, but It'll have to wait a few days. No problem, touchpad could be (uncomfortably) used. ;-) Pavel

Re: [9fans] new usb implementation

2009-06-10 Thread Francisco J Ballesteros
Ok. In any case, if there's any other mouse that does not work. Please, let me know. I'm trying to get a mouse exactly like yours. On Wed, Jun 10, 2009 at 5:24 PM, Pavel Klinkovskypavel.klinkov...@gmail.com wrote: I'll write a variant of the driver using the report protocol just to be sure

Re: [9fans] acme: 2-1chord on Edit in a 'win window' tag doesn't work

2009-06-10 Thread Russ Cox
In some acme window I have a command, e.g simply s/f/g/, I select it with a mouse and 2-1 chord it on the Edit command in a tag line of a window in which there is win running and also some text (for us e.g. abcdefgh) is selected. Nothing happens. Only when the s/f/g/ is copied in the tag line

Re: [9fans] critique of sockets API

2009-06-10 Thread Bhanu Nagendra Pisupati
perhaps you think this is doging the question, but the cannonical plan 9 approach to this is to note that it's easy (trivial) to have a n reader threads and m worker threads s.t. i/o threads don't block I'll agree. With multi threading the network read/write operations could be pipelined to

Re: [9fans] Different representations of the same file/resource in a synthetic FS

2009-06-10 Thread Roman V. Shaposhnik
В Втр, 09/06/2009 в 11:27 -0600, andrey mirtchovski пишет: I think I've mentioned this before, but on a few of my synthetic file systems here I'm using what you describe to slice a database by specific orderings. For example, I have a (long) list of resources which I'm managing in a particular

Re: [9fans] Different representations of the same

2009-06-10 Thread lucio
but at that point it becomes no more appealing than the content negotiation techniques of HTTP. I thought you might want a ctl file into which you write the representation you want and that magically creates a new file or directory. Or use a clone style protocol which is more suitable for the

Re: [9fans] P9P gmail

2009-06-10 Thread Ethan Grammatikidis
On Tue, 9 Jun 2009 18:15:37 -0400 J.R. Mauro jrm8...@gmail.com wrote: Hi, I've gotten mailfs to work in plan9port with gmail's imap service, and now I'd like to get smtp working so I can reply. Has anyone tried this? Is there a way to do it? How about configuring Acme Mail to use something

Re: [9fans] Configuring NFS

2009-06-10 Thread Ethan Grammatikidis
On Tue, 09 Jun 2009 09:48:31 -0700 Roman V Shaposhnik r...@sun.com wrote: I have very little experience working with the in-kernel support for 9P. Somehow 9P and being a superuser feel mutually exclusive to me. Pick a task, any task. Toss a coin. If the coin lands heads up, a program to