Re: [dev] Re: Talk about suckless

2013-10-10 Thread Strake
On 10/10/2013, FRIGN wrote: > On Thu, 10 Oct 2013 08:31:03 -0500 > Strake wrote: > >> On 10/10/2013, Silvan Jegen wrote: >> > A day before Christmas Eve, no less. >> >> and the Linux kernel cares what day it is? >> > > Yep[1]. > > [1]:

Re: [dev] Re: [st] [PATCH] Avoid buffer overflows in the case of key-mapped strings.

2013-10-10 Thread FRIGN
On Thu, 10 Oct 2013 21:06:33 +0200 Christoph Lohmann <2...@r-36.net> wrote: > There are no users in suckless. There are only developers. Users have to > use gnome. So knowing array boundaries and pointers is a must. If you > would design config.h for end users, well you are already lost with t

Re: [dev] Tabbed status?

2013-10-10 Thread Alexander S.
2013/10/10 Christoph Lohmann <2...@r-36.net>: > Greetings. > I tried a simple > > rppick :from alex0player :subject tabbed > rpview p | git am --signoff > > This gave back the whole e‐mails. Then it took your first comment and > all the diffs. They are all in the last patch. I wi

Re: [dev] Re: [st] [PATCH] Avoid buffer overflows in the case of key-mapped strings.

2013-10-10 Thread koneu
Hi. There is a compile time boundary check on the number of tags in dwm. Still, considering sl software is targeted at elite users it's not necessary IMO. ~k Christoph Lohmann <2...@r-36.net> wrote: >Greetings. > >On Thu, 10 Oct 2013 21:06:33 +0200 sin wrote: >> On Thu, Oct 10, 2013 at 08:56:0

Re: [dev] Re: [st] [PATCH] Avoid buffer overflows in the case of key-mapped strings.

2013-10-10 Thread Christoph Lohmann
Greetings. On Thu, 10 Oct 2013 21:06:33 +0200 sin wrote: > On Thu, Oct 10, 2013 at 08:56:05PM +0200, Roberto E. Vargas Caballero wrote: > > > It's runtime segfault (that may be rare and hard to catch) that is > > > worth exactly one additional check. > > > > Ok, we don't agree about this topic,

Re: [dev] Re: [st] [PATCH] Avoid buffer overflows in the case of key-mapped strings.

2013-10-10 Thread sin
On Thu, Oct 10, 2013 at 08:56:05PM +0200, Roberto E. Vargas Caballero wrote: > > It's runtime segfault (that may be rare and hard to catch) that is > > worth exactly one additional check. > > Ok, we don't agree about this topic, so I would like listen the opinion > of other suckless developers in

Re: [dev] Re: [st] [PATCH] Avoid buffer overflows in the case of key-mapped strings.

2013-10-10 Thread Roberto E. Vargas Caballero
> It's runtime segfault (that may be rare and hard to catch) that is > worth exactly one additional check. Ok, we don't agree about this topic, so I would like listen the opinion of other suckless developers in order to take a decision. -- Roberto E. Vargas Caballero ___

[dev] rohrpost [was: Tabbed status?]

2013-10-10 Thread Rob
On Thu, Oct 10, 2013 at 07:37:46PM +0200, Christoph Lohmann wrote: > Greetings. > > I tried a simple > > rppick :from alex0player :subject tabbed > rpview p | git am --signoff > > This gave back the whole e‐mails. Then it took your first comment and > all the diffs. They are all in t

[dev] [dwm] Multi-seat with dwm in a single X server

2013-10-10 Thread Raimundo Martins
Hello everyone, I've been using dwm for a while, and I today I managed to configure it so that my system is multi-seat with a single X server and no Xephyr. I achieved this by using XInput2 at grabbing keys. I kept XInput1 for the mouse since I was having trouble at passing along XMotionEvents

Re: [dev] Tabbed status?

2013-10-10 Thread Christoph Lohmann
Greetings. On Thu, 10 Oct 2013 19:37:46 +0200 "Alexander S." wrote: > 2013/10/10 Christoph Lohmann <2...@r-36.net>: > > Greetings. > > Your patches have been applied. Sorry for the latency. Thanks for the > > contribution! > Sorry for nagging you, but what about the last one, that fixes > sele

Re: [dev] Re: Talk about suckless

2013-10-10 Thread koneu
touché :D Christoph Lohmann <2...@r-36.net> wrote: >Greetings. > >On Thu, 10 Oct 2013 18:56:24 +0200 koneu >wrote: >> Hi FRIGN. >> There's a difference between "healthy tempered" and "offensive". >> Temper is a good thing. But mailing lists are the wrong place for >being offensive. And you are be

Re: [dev] Re: Talk about suckless

2013-10-10 Thread Christoph Lohmann
Greetings. On Thu, 10 Oct 2013 18:56:24 +0200 koneu wrote: > Hi FRIGN. > There's a difference between "healthy tempered" and "offensive". > Temper is a good thing. But mailing lists are the wrong place for being > offensive. And you are being offensive. There is also a thing called manners, > a

Re: [dev] Tabbed status?

2013-10-10 Thread Alexander S.
2013/10/10 Christoph Lohmann <2...@r-36.net>: > Greetings. > Your patches have been applied. Sorry for the latency. Thanks for the > contribution! Sorry for nagging you, but what about the last one, that fixes selecting tabs with mouse? Should I resend this one? -- Best regards, Alexander.

Re: [dev] Tabbed status?

2013-10-10 Thread Christoph Lohmann
Greetings. On Thu, 10 Oct 2013 18:47:35 +0200 "Alexander S." wrote: > Hello, > who happens to be tabbed (1) maintainer? I sent some patches over a > period of time but it seems that they were not reviewed. Your patches have been applied. Sorry for the latency. Thanks for the contribution! S

Re: [dev] Tabbed status?

2013-10-10 Thread Christoph Lohmann
Greetings. On Thu, 10 Oct 2013 18:37:51 +0200 "Alexander S." wrote: > Hello, > who happens to be tabbed (1) maintainer? I sent some patches over a > period of time but it seems that they were not reviewed. They have been reviewed, just not applied. Sincerely, Christoph Lohmann

[dev] [patch] [sbase] Do not interpret -[rwxs] as options in chmod(1)

2013-10-10 Thread sin
Hi, This is a quick fix for chmod(1). Doing something like chmod -x file would fail as it would try to interpret 'x' as a command line option rather than as a mode. Let me know if this makes sense or if there is a simpler way to fix it. Thanks, sin >From 73121ad2f267a95e13a023dcda0b7794389ed9b3

Re: [dev] Re: Talk about suckless

2013-10-10 Thread FRIGN
On Thu, 10 Oct 2013 08:31:03 -0500 Strake wrote: > On 10/10/2013, Silvan Jegen wrote: > > A day before Christmas Eve, no less. > > and the Linux kernel cares what day it is? > Yep[1]. [1]: -- FRIGN

Re: [dev] Re: Talk about suckless

2013-10-10 Thread FRIGN
On Thu, 10 Oct 2013 14:29:27 +0200 koneu wrote: > Hi FRIGN. > There's a difference between "healthy tempered" and "offensive". > Temper is a good thing. But mailing lists are the wrong place for being > offensive. And you are being offensive. There is also a thing called manners, > and you don'

Re: [dev] Re: Talk about suckless

2013-10-10 Thread hiro
he's trying to say that a person without a religious family wouldn't have a life or something. it's a way of coping with his inferiority complex in front of "genius" torvalds

Re: [dev] Re: Talk about suckless

2013-10-10 Thread hiro
> And just because the genius of the last century can't hold his temper about > an argument he is definitely right at, doesn't mean some FRIGN can run > around and behave like him whenever he feels he should be right about > something. > Thanks. Who are you to judge who is the real genius?

Re: [dev] Re: Talk about suckless

2013-10-10 Thread Strake
On 10/10/2013, Silvan Jegen wrote: > A day before Christmas Eve, no less. and the Linux kernel cares what day it is?

Re: [dev] Re: [st] [PATCH] Avoid buffer overflows in the case of key-mapped strings.

2013-10-10 Thread Alexander S.
2013/10/9 Roberto E. Vargas Caballero : > I think we shouldn't check this kind of things, because otherwise > we must check all the parameters from config.h, and it is not done now. > I usually check all the parameters which come from the user, and trust > parameters from the own code, because they

[dev] Tabbed status?

2013-10-10 Thread Alexander S.
Hello, who happens to be tabbed (1) maintainer? I sent some patches over a period of time but it seems that they were not reviewed. -- Best regards, Alexander.

Re: [dev] Re: Talk about suckless

2013-10-10 Thread Silvan Jegen
> Hehe, yeah, I remember that one. A day before Christmas Eve, no less.

Re: [dev] Re: Talk about suckless

2013-10-10 Thread koneu
Hi FRIGN. There's a difference between "healthy tempered" and "offensive". Temper is a good thing. But mailing lists are the wrong place for being offensive. And you are being offensive. There is also a thing called manners, and you don't have any. Your link to Linus' temper outbreak doesn't back

Re: [dev] Re: Talk about suckless

2013-10-10 Thread hiro
20h is trying to get nominated as the junior supreme leader of North-Korea. The only way to ensure proper software development is by force.

Re: [dev] Re: Talk about suckless

2013-10-10 Thread FRIGN
On Thu, 10 Oct 2013 13:57:03 +0200 Silvan Jegen wrote: > > Yeah, Christoph likes to do that sometimes. I think the blatantly > > over-the-top-ness of it is designed to show that he isn't really > > serious. Though one can never quite be sure with Christoph... > > > > It all adds colour to the lis

Re: [dev] Re: Talk about suckless

2013-10-10 Thread Silvan Jegen
> Yeah, Christoph likes to do that sometimes. I think the blatantly > over-the-top-ness of it is designed to show that he isn't really > serious. Though one can never quite be sure with Christoph... > > It all adds colour to the list. Admittedly it might also put people > off participating, but I d

Re: [dev] Re: Talk about suckless

2013-10-10 Thread Nick
Hi Jarosław, On Thu, Oct 10, 2013 at 12:12:51PM +0200, Jarosław Górny wrote: > Sorry Christoph, but I've found your email being rude and offensive. You > dind't provide any substantive arguments, just "blah blah, Redhat sucks, > Fedora sucks, blah blah, we need to stahp them, blah, blah". Yeah, C

Re: [dev] Re: Talk about suckless

2013-10-10 Thread Jarosław Górny
Good morning, W dniu 10.10.2013 06:31, Christoph Lohmann pisze: > Greetings. > > On Thu, 10 Oct 2013 06:31:47 +0200 Petr Šabata wrote: >> On Mon, Oct 07, 2013 at 08:26:54AM +0200, Martin Kopta wrote: >>> * "How do the distributions offer software configured by compiling?" >>> (question >>> fr