Re: [dev] Presentation slides software

2010-07-07 Thread Uriel
On Tue, Jul 6, 2010 at 3:13 PM, Claudio M. Alessi wrote: > On Sun, Jul 04, 2010 at 02:13:38PM +0200, Uriel wrote: >> I honestly and deeply hope you fail completely. > Please, put this on quotes.cat-v.org. Nah, it is not quotes worthy, but I added it to: http://fortunes.cat-v.org/cat-v/ uriel

Re: [dev] libixp and wmii compile error

2010-07-07 Thread Davide Anchisi
Hi Kris, thank for your response and for the deb rules in the libixp Makefile. Actually, I get the following error in compiling libixp both using 'dpkg-buildpackage -rfakeroot -b' or 'make deb' (while the build process gives no problem using just 'make'): dh_usrlocal: debian/libixp-hg/usr/local/

[dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Donald Allen
dwm-5.8.2: if you attempt to apply both the pertag and bstack patches to dwm, the resulting code will not compile. The reason is that the definition of the monitor struct is moved after the include of config.h in dwm.c by the pertag patch. The bstack patch includes the bstack and bstackhoriz functi

[dev] dmenu?

2010-07-07 Thread Donald Allen
If you go to the dwm man page on the suckless.org site and click the link the dmenu at the bottom of the page, you get The requested document at '*http://man.suckless.org/dwm/1/dmenu*' doesn't exist

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Andrew Antle
On Wed, Jul 7, 2010 at 11:08 AM, Donald Allen wrote: > dwm-5.8.2: if you attempt to apply both the pertag and bstack patches to > dwm, the resulting code will not compile. The reason is that the definition > of the monitor struct is moved after the include of config.h in dwm.c by > the pertag patc

Re: [dev] dmenu?

2010-07-07 Thread Andrew Antle
On Wed, Jul 7, 2010 at 11:10 AM, Donald Allen wrote: > If you go to the dwm man page on the suckless.org site and click the link > the dmenu at the bottom of the page, you get > > The requested document at 'http://man.suckless.org/dwm/1/dmenu' doesn't > exist If you go to http://man.suckless

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread v4hn
good morning! http://lists.suckless.org/dev/1006/4795.html reading mails isn't to hard, is it? Well, probably you subscribed a couple of days later... But don't blame me for not getting answers. On Wed, Jul 07, 2010 at 11:08:13AM -0400, Donald Allen wrote: > It appears that whoever updated this

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Donald Allen
On Wed, Jul 7, 2010 at 11:56 AM, Andrew Antle wrote: > On Wed, Jul 7, 2010 at 11:08 AM, Donald Allen > wrote: > > dwm-5.8.2: if you attempt to apply both the pertag and bstack patches to > > dwm, the resulting code will not compile. The reason is that the > definition > > of the monitor struct is

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Donald Allen
On Wed, Jul 7, 2010 at 12:53 PM, v4hn wrote: > good morning! > > http://lists.suckless.org/dev/1006/4795.html > > reading mails isn't to hard, is it? > Not if you get them. > > Well, probably you subscribed a couple of days later... > But don't blame me for not getting answers. > I just subscr

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Andrew Antle
On Wed, Jul 7, 2010 at 12:55 PM, Donald Allen wrote: > I actually offered to do this in a private message to Anselm last December. > He didn't respond. He's always been very good about responding to my emails > (and in a very gentlemanly way, I might add), so I think this one just fell > through a

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Donald Allen
On Wed, Jul 7, 2010 at 1:20 PM, Andrew Antle wrote: > On Wed, Jul 7, 2010 at 12:55 PM, Donald Allen > wrote: > > I actually offered to do this in a private message to Anselm last > December. > > He didn't respond. He's always been very good about responding to my > emails > > (and in a very gent

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Donald Allen
On Wed, Jul 7, 2010 at 1:29 PM, Donald Allen wrote: > > > On Wed, Jul 7, 2010 at 1:20 PM, Andrew Antle wrote: > >> On Wed, Jul 7, 2010 at 12:55 PM, Donald Allen >> wrote: >> > I actually offered to do this in a private message to Anselm last >> December. >> > He didn't respond. He's always been

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Rob
On 7 July 2010 16:08, Donald Allen wrote: > dwm-5.8.2: if you attempt to apply both the pertag and bstack patches to > dwm, the resulting code will not compile. ... > /Don Ah, I think the 5.8.2 patch not being checked was my fault, I just took it from Julien's e-mail to this list and added to the

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Donald Allen
On Wed, Jul 7, 2010 at 1:20 PM, Andrew Antle wrote: > On Wed, Jul 7, 2010 at 12:55 PM, Donald Allen > wrote: > > I actually offered to do this in a private message to Anselm last > December. > > He didn't respond. He's always been very good about responding to my > emails > > (and in a very gent

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Simon Gomizelj
Hello. I've been a long time reader but never posted here before. This might be of some interest. I've tackled this issue before with my own version of the pertag patch that dynamically allocates memory. This patch also adds per tag defaults. Any comments and criticisms appreciated. --- a/config.d

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Andrew Antle
On Wed, Jul 7, 2010 at 4:12 PM, Donald Allen wrote: >  I checked out the whole wiki using > hg clone http://hg.suckless.org/sites > just like it says. I've made my modifications in > sites/dwm.suckless.org/patches -- generated an alternative patch file for > the bstack patch and modified the descr

Re: [dev] libixp and wmii compile error

2010-07-07 Thread Kris Maglione
On Wed, Jul 07, 2010 at 04:45:45PM +0200, Davide Anchisi wrote: Hi Kris, thank for your response and for the deb rules in the libixp Makefile. Actually, I get the following error in compiling libixp both using 'dpkg-buildpackage -rfakeroot -b' or 'make deb' (while the build process gives no pro

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Aurélien Aptel
On Wed, Jul 7, 2010 at 10:12 PM, Donald Allen wrote: > I'm an old-timer, very familiar with rcs and cvs and just a bit > with svn. No git, no hg.) > /Don Read this really nice tutorial : http://hginit.com