Re: [dev] plan9port in hg2533?

2009-10-15 Thread Kris Maglione
On Thu, 15 Oct 2009 10:57:37 +0200 Davide Anchisi wrote: > Actually not: it says it is doing it, but exit before completion. > Untill that the process goes on (not like with uilt version 0.46-6, > when it stopped at the very beginning). > > Thank you for the great work on such a good wm like wmi

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Jessta
On 16/10/2009, Moritz Wilhelmy wrote: >> But yeah, the human hand is used for manipulating 3d objects and is >> mostly useless for 2d, except for the pointer finger. > > so some gloves or hand tracking would be better? > > > sure, if you can come up with a use for interacting with virtural 3d obj

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Moritz Wilhelmy
> But yeah, the human hand is used for manipulating 3d objects and is > mostly useless for 2d, except for the pointer finger. so some gloves or hand tracking would be better?

Re: [dev] [9base] troff segmentation fault.

2009-10-15 Thread Kris Maglione
On Thu, 15 Oct 2009 12:57:06 +0400 Ramil Farkhshatov wrote: > On Thu, Oct 15, 2009 at 04:30:00AM -0400, Kris Maglione wrote: > > On Wed, 14 Oct 2009 12:39:14 +0400 > > Ramil Farkhshatov wrote: > > > > > Trying to use troff from 9base, but it crashes. > > > Here is backtrace of just running trof

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Jessta
On 16/10/2009, Bobby wrote: > I misread your email as meaning he never used more than two fingers. > You are correct, and I agree with your comments. In addition, I think > that the main hurdle in all of this is that my hands are moved away > from the keyboard yet again to a different device that

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Bobby
I misread your email as meaning he never used more than two fingers. You are correct, and I agree with your comments. In addition, I think that the main hurdle in all of this is that my hands are moved away from the keyboard yet again to a different device that has no tactile feedback, added costs,

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Jessta
On 16/10/2009, Bobby wrote: > I believe that later in the video he does use three and four finger > gestures. > As I said, the 3 and 4 finger gestures are only used to switch to a mode to interact with the window manager. Seeing as window management is really just a housekeeping task it seems insa

Re: [dev] Suckless mail client solution?

2009-10-15 Thread stanio
* pancake [2009-10-15 20:19]: > Anselm R Garbe wrote: >> following (n)mh in this respect, though I'd really appreciate having >> some kind of mail dir pager, perhaps the relevant parts ripped from >> mutt or written from scratch. I always found that the threading >> display in mutt is excellent an

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Bobby
I believe that later in the video he does use three and four finger gestures. On 10/15/09, Jessta wrote: > The interface supports the use of 10 fingers, and he talks about the > "bandwidth" of using 10 fingers as better than using a single mouse > pointer. > But then he goes on to only use anythi

Re: [dev] Suckless mail client solution?

2009-10-15 Thread Steven Blatchford
On 20:17 Thu 15 Oct, pancake wrote: > Anselm R Garbe wrote: >> following (n)mh in this respect, though I'd really appreciate having >> some kind of mail dir pager, perhaps the relevant parts ripped from >> mutt or written from scratch. I always found that the threading >> display in mutt is excelle

Re: [dev] Suckless mail client solution?

2009-10-15 Thread Antoni Grzymala
pancake dixit (2009-10-15, 20:17): > Anselm R Garbe wrote: > > following (n)mh in this respect, though I'd really appreciate having > > some kind of mail dir pager, perhaps the relevant parts ripped from > > mutt or written from scratch. I always found that the threading > > display in mutt is exc

Re: [dev] Suckless mail client solution?

2009-10-15 Thread pancake
Anselm R Garbe wrote: following (n)mh in this respect, though I'd really appreciate having some kind of mail dir pager, perhaps the relevant parts ripped from mutt or written from scratch. I always found that the threading display in mutt is excellent and I'd really think the basic mail lister +

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Jessta
The interface supports the use of 10 fingers, and he talks about the "bandwidth" of using 10 fingers as better than using a single mouse pointer. But then he goes on to only use anything more than 2 fingers to define different modes of interacting with the window manager(I can do the same thing usi

Re: [dev] 10gui - interesting concepts

2009-10-15 Thread Kurt H Maier
On Thu, Oct 15, 2009 at 6:42 AM, pancake wrote: > This video shows many interesting concepts related to the user interfaces > and window managers (like a linear window manager) which are quite > interesting. NOTE: They didnt talk about tiled window managers ;) I closed it after I realized the guy

[dev] 10gui - interesting concepts

2009-10-15 Thread pancake
This video shows many interesting concepts related to the user interfaces and window managers (like a linear window manager) which are quite interesting. NOTE: They didnt talk about tiled window managers ;) http://10gui.com/video/ --pancake

Re: [dev] plan9port in hg2533?

2009-10-15 Thread Davide Anchisi
Actually not: it says it is doing it, but exit before completion. Untill that the process goes on (not like with uilt version 0.46-6, when it stopped at the very beginning). Thank you for the great work on such a good wm like wmii. Davide 2009/10/14 Kris Maglione : > Great, thanks. Did it se

Re: [dev] [9base] troff segmentation fault.

2009-10-15 Thread Ramil Farkhshatov
On Thu, Oct 15, 2009 at 04:30:00AM -0400, Kris Maglione wrote: > On Wed, 14 Oct 2009 12:39:14 +0400 > Ramil Farkhshatov wrote: > > > Trying to use troff from 9base, but it crashes. > > Here is backtrace of just running troff without arguments: > > It looks like you've changed the Makefile, or so

Re: [dev] [9base] troff segmentation fault.

2009-10-15 Thread Kris Maglione
On Wed, 14 Oct 2009 12:39:14 +0400 Ramil Farkhshatov wrote: > Trying to use troff from 9base, but it crashes. > Here is backtrace of just running troff without arguments: It looks like you've changed the Makefile, or something. Please change @${CC} to ${CC} in std.mk, build just troff, and post