[dev] Scope of sbase and ubase

2015-03-08 Thread Alexander Huemer
Hi, while reading the README file of sbase I noticed `sponge`, remembered that that's from moreutils and realized that sbase does not provide a strict subset of coreutils, what I assumed for some reason. The description of sbase is: sbase is a collection of unix tools that are inherent

Re: [dev][dwm] Systray and hipchat

2015-03-08 Thread Eric Pruitt
On Sat, Mar 07, 2015 at 11:09:00PM +0300, Yury Shvedov wrote: > Lol! This is the solution too but it is really kludge and I think > you gave up too early. I solved up the issue with hipchat. I found > out that hipchat unmapping its icon right after creation. From the > unmap_notify() function at s

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-08 Thread Roger
>FYI: I guess there was a commit to fix a stuttering problem, stuttering for >which I witnessed no stuttering within st-0.2.1. > >$ git bisect bad 0.3 > >Bisecting: 68 revisions left to test af

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-08 Thread Roger
> On Sun, Mar 08, 2015 at 05:24:53PM +0100, Markus Teich wrote: >Roger wrote: >> Whomever coded these early versions, might be able to very easily locate the >> slowdown explicitly at this point. > >Heyho Roger, > >just use `git bisect` to locate the commit responsible for the slowdown. FYI: I g

Re: [dev] [sbase][patch] test: a little cleanup

2015-03-08 Thread Dimitris Papastamos
On Sun, Mar 08, 2015 at 05:28:02PM +0100, FRIGN wrote: > On Sat, 7 Mar 2015 18:10:09 +0100 > "Roberto E. Vargas Caballero" wrote: > > > NOTREACHED is the traditional comment and it is understood by dozen of > > lint incarnations (although I guess gcc ignores it), so my vote is to > > keep NOTREAC

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-08 Thread Roger
> On Sun, Mar 08, 2015 at 05:24:53PM +0100, Markus Teich wrote: >Roger wrote: >> Whomever coded these early versions, might be able to very easily locate the >> slowdown explicitly at this point. > >Heyho Roger, > >just use `git bisect` to locate the commit responsible for the slowdown. I've heard

Re: [dev] [sbase][patch] test: a little cleanup

2015-03-08 Thread FRIGN
On Sat, 7 Mar 2015 18:10:09 +0100 "Roberto E. Vargas Caballero" wrote: > NOTREACHED is the traditional comment and it is understood by dozen of > lint incarnations (although I guess gcc ignores it), so my vote is to > keep NOTREACHED. HEY ROBERTO, THE ISSUE WITH ALL-CAPS NOTATIONS IN GENERAL IS

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-08 Thread Markus Teich
Roger wrote: > Whomever coded these early versions, might be able to very easily locate the > slowdown explicitly at this point. Heyho Roger, just use `git bisect` to locate the commit responsible for the slowdown. --Markus

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-08 Thread Roger
> On Tue, Mar 03, 2015 at 09:10:40PM -0800, Ariel A wrote: > > >On March 3, 2015 5:21:04 PM PST, Roger wrote: >>ST appears to compile and run fine on 64 bit and 32 bit platorms, >>except on 32 >>bit (i686/pentium3), typing is extremely slow. > >Try adjusting xfps and actionfps. When I had this is

[dev] tabbed crash when using foreground = False in config.h

2015-03-08 Thread suckless
Hi, tabbed crashes when using foreground = False in config.h Steps to reproduce: Get latest tabbed and surf src from git Set foreground = False in tabbed config.h Compile and install tabbed and surf Start 2 surf instances in tabbed: surf-open.sh suckless.org ; sleep 1 ; surf-open.sh suckless.o