Re: [dev] [dmenu] pasting bug

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 11:29:55AM -0500, Colin Shea wrote: > On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote: > > Yep, definitely bugs. When I wrote the paste patch cursor wasn't a > part of dmenu, so as of right now paste assumes a cursorless dmenu. > I'll take a look at it tonight a

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Jonathan Slark
pancake wrote: Jonathan Slark wrote: Anselm R Garbe wrote: 2009/12/2 Tadeusz Sośnierz : Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Thanks for reporting the dmenu issues with hg tip. I'll look into them soon once my first stali release is ready. Cheers, Anselm F

Re: [dev] [2wm] Error during install

2009-12-03 Thread Daniel Bainton
The mercurial repo has a misplaced config.h, remove that and building will work. -- Daniel 2009/12/3 Frederik Caulier : > Hello > > I just tried to build using the files in the gzipped tarball from > http://dl.suckless.org/misc/2wm-0.1.tar.gz and now it works fine. > > I must admit that I am new

Re: [dev] [2wm] Error during install

2009-12-03 Thread Frederik Caulier
Hello I just tried to build using the files in the gzipped tarball from http://dl.suckless.org/misc/2wm-0.1.tar.gz and now it works fine. I must admit that I am new to mercury, maybe I did something wrong when using the hg command I mentioned in my previous message? On Thu, Dec 3, 2009 at 6:01 P

Re: [dev] [stali] corrupted pack

2009-12-03 Thread Ray Kohler
On Thu, Dec 3, 2009 at 12:27 PM, Julien Steinhauser wrote: > Hello, > > Here is the output from fetching stali : > > x...@eol:~/stali$ git clone git://stali.yokuts.org/ > Initialized empty Git repository in /home/x/stali/stali.yokuts.org/.git/ > remote: Counting objects: 52224, done. > remote: Com

Re: [dev] [stali] corrupted pack

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 09:40:27AM -0800, Evan Gates wrote: > > On Thu, Dec 03, 2009 at 06:27:05PM +0100, Julien Steinhauser wrote: > > Hello, > > > > Here is the output from fetching stali : > > > > x...@eol:~/stali$ git clone git://stali.yokuts.org/ > > Initialized empty Git repository in /hom

Re: [dev] [stali] corrupted pack

2009-12-03 Thread Evan Gates
On Thu, Dec 03, 2009 at 06:27:05PM +0100, Julien Steinhauser wrote: > Hello, > > Here is the output from fetching stali : > > x...@eol:~/stali$ git clone git://stali.yokuts.org/ > Initialized empty Git repository in /home/x/stali/stali.yokuts.org/.git/ > remote: Counting objects: 52224, done. > r

Re: [dev] [stali] corrupted pack

2009-12-03 Thread Anselm R Garbe
2009/12/3 Julien Steinhauser : > x...@eol:~/stali$ git clone git://stali.yokuts.org/ > Initialized empty Git repository in /home/x/stali/stali.yokuts.org/.git/ > remote: Counting objects: 52224, done. > remote: Compressing objects: 100% (39504/39504), done. > Receiving objects: 100% (52224/52224),

[dev] [stali] corrupted pack

2009-12-03 Thread Julien Steinhauser
Hello, Here is the output from fetching stali : x...@eol:~/stali$ git clone git://stali.yokuts.org/ Initialized empty Git repository in /home/x/stali/stali.yokuts.org/.git/ remote: Counting objects: 52224, done. remote: Compressing objects: 100% (39504/39504), done. Receiving objects: 100% (52224

Re: [dev] [2wm] Error during install

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 05:25:45PM +0100, Frederik Caulier wrote: > > Hello dev@ > > I want to try out 2wm but it doesn build, Xlib header files are installed. > > Here is what I get: > > ~$ hg clone http://hg.suckless.org/2wm && cd ./2wm && sudo make clean install > destination directory: 2wm

Re: [dev] [dmenu] pasting bug

2009-12-03 Thread Colin Shea
On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote: > Yep, definitely bugs. When I wrote the paste patch cursor wasn't a > part of dmenu, so as of right now paste assumes a cursorless dmenu. > I'll take a look at it tonight and see if I can rewrite paste to work > with cursor. Also what do people th

[dev] [2wm] Error during install

2009-12-03 Thread Frederik Caulier
Hello dev@ I want to try out 2wm but it doesn build, Xlib header files are installed. Here is what I get: ~$ hg clone http://hg.suckless.org/2wm && cd ./2wm && sudo make clean install destination directory: 2wm requesting all changes adding changesets adding manifests adding file changes added 1

Re: [dev] [surf] Man fix patch and feature inquiry

2009-12-03 Thread Jacob Todd
On Thu, Dec 03, 2009 at 06:54:41AM +, Jonathan Slark wrote: > 2) Being able to set a proxy. I would appreciate if surf honored > http_proxy and https_proxy environment variables but I have no idea how > easy this would be to implement. This was added: changeset: 166:79546c08cfa7 user:

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Peter John Hartman
A second bug (I think): With the latest tip, I get the nice cursor, but if I do -l 10 the cursor isn't there. Peter On Wed, 2 Dec 2009, Tadeusz Sośnierz wrote: Hello, Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Regards, Ted

Re: [dev] [surf] Man fix patch and feature inquiry

2009-12-03 Thread Kurt H Maier
On Thu, Dec 3, 2009 at 12:54 AM, Jonathan Slark wrote: > 1) Middle mouse button auto scroll à la Firefox.  I could possibly simulate > this in surf.c but I was wondering if there is a feature like this already > in GTK windows or WebKitGTK+? I use the EmulateWheel feature in X11. -- # Kurt H M

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread pancake
Jonathan Slark wrote: Anselm R Garbe wrote: 2009/12/2 Tadeusz Sośnierz : Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Thanks for reporting the dmenu issues with hg tip. I'll look into them soon once my first stali release is ready. Cheers, Anselm First stali relea

Re: [dev] [surf] Man fix patch and feature inquiry

2009-12-03 Thread Moritz Wilhelmy
You can use tsocks with surf for socks proxies.. that's what tor does tsocks resides in LD_PRELOAD and replaces the socket functions with it's own functions to tunnel the traffic over a proxy. Kind regards moritz On Thu, Dec 03, 2009 at 06:54:41AM +, Jonathan Slark wrote: > 2) Being able to s

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Anselm R Garbe
2009/12/3 Jonathan Slark : > Anselm R Garbe wrote: >> >> 2009/12/2 Tadeusz Sośnierz : >>> >>> Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. >> >> Thanks for reporting the dmenu issues with hg tip. I'll look into them >> soon once my first stali release is ready. >> >> Cheer

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Jonathan Slark
Anselm R Garbe wrote: 2009/12/2 Tadeusz Sośnierz : Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Thanks for reporting the dmenu issues with hg tip. I'll look into them soon once my first stali release is ready. Cheers, Anselm First stali release is nearly ready? O_o

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Anselm R Garbe
2009/12/2 Tadeusz Sośnierz : > Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Thanks for reporting the dmenu issues with hg tip. I'll look into them soon once my first stali release is ready. Cheers, Anselm

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Alexander Surma
I can almost confirm this. It seems like -l values <6 are ignored and 6 ist used. Values>6 are correctlz uses. On Dec 2, 2009 8:50 PM, "Tadeusz Sośnierz" wrote: Hello, Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Regards, Ted