[dev] [ANN] Rumai 3.2.1 (2010-03-22)

2010-03-22 Thread Suraj Kurapati
Rumai 3.2.1 (2010-03-22) Ruby interface to the wmii window manager http://snk.tuxfamily.org/lib/rumai/ Rumai is a [1]Ruby interface to the [2]wmii window manager. Version 3.2.1 (20

[dev] [surf] switching cookies and javascript off

2010-03-22 Thread Tomas Hlavaty
Hi all, thanks for great software. I've been using wmii for quite a while and switched to dwm recently. I am also looking for an alternative for Firefox which would be more suckless;-) I've seen surf and like it more than other alternatives so far. Is there a (simple) way to disable javascript

Re: [dev] [surf] toggle images and flash, new revision

2010-03-22 Thread Moritz Wilhelmy
Hi again, Now that I think about it, maybe it'd be best to rename the toggleflash function to toggleplugins since it actually should disable other plugins aswell (java?) though I did not test this. Kind regards Moritz

Re: [dev] terminal that accepts any size

2010-03-22 Thread Jonas Bernoulli
On Mon, Mar 22, 2010 at 19:19, Connor Lane Smith wrote: > On 22 March 2010 18:13, Jonas Bernoulli wrote: >> On Sat, Mar 20, 2010 at 21:40, hiro <23h...@googlemail.com> wrote: >> > 9term >> >> I couldn't download it from http://www.cs.usyd.edu.au/~matty/9term/. >> Where else should I get it? > > I

Re: [dev] terminal that accepts any size

2010-03-22 Thread Jonas Bernoulli
On Sat, Mar 20, 2010 at 22:06, Antoni Grzymala wrote: > The terminal provides the hints, it's up to the wm, to make use from > them or not. *xterm and *rxvt will behave the way you want if you > disable obeying resizehints in your window manager. Okay I will try that then. > Whether it's tunable

Re: [dev] terminal that accepts any size

2010-03-22 Thread Connor Lane Smith
Hey, On 22 March 2010 18:13, Jonas Bernoulli wrote: > On Sat, Mar 20, 2010 at 21:40, hiro <23h...@googlemail.com> wrote: > > 9term > > I couldn't download it from http://www.cs.usyd.edu.au/~matty/9term/. > Where else should I get it? It's distributed with Plan 9 Port: http://swtch.com/plan9port/

Re: [dev] terminal that accepts any size

2010-03-22 Thread Jonas Bernoulli
On Sat, Mar 20, 2010 at 21:40, hiro <23h...@googlemail.com> wrote: > 9term I couldn't download it from http://www.cs.usyd.edu.au/~matty/9term/. Where else should I get it?

[dev] [tabbed] incorrect manpage

2010-03-22 Thread Connor Lane Smith
Hey all, The manpage for tabbed is incorrect (and was in the 0.2 release). If someone wants to update it, here's a patch. Thanks, cls tabbed.diff Description: Binary data

Re: [dev] [surf] toggle images and flash, new revision

2010-03-22 Thread Moritz Wilhelmy
Hello, first of all, the credit for this patch does not go to me, although I modified it partly. I made a new patch against tip which now includes a setting in the config.h and seems to work The problem is, when you toggle flash or images you need to reload the page by hand with the old patch, so

[dev] [surf] toggle images flash patch (very quickly) revisited

2010-03-22 Thread julien steinhauser
Hello, I added 2 SLOC to the patch Moritz Wilhelmy sent to the mailing list on 28/09/2009. These 2 lines in newclient function make the patch behave opposite to what it behaved. I mean that images and flash are now disabled by default and it's a good adblocker. :) It applies on tip. I hope it w

Re: [dev] [sic] Segfault

2010-03-22 Thread Anselm R Garbe
On 20 March 2010 19:24, Rob wrote: >> sic segfaults when USER environment variable is not set (so >> getenv("USER") returns NULL): > > > This does the trick, at no line cost. I assume that when compiled, the > two getenv calls can be merged into one, optimisation wise. Not that > it's a major spee

Re: [dev] [dmenu] kpress bugs & patch

2010-03-22 Thread Anselm R Garbe
On 22 March 2010 05:05, Connor Lane Smith wrote: > Hey all, > > I found a few bugs in dmenu tip: >  - inserting text before the end can overflow buffer. >  - inserting text truncates text after cursor. >  - pasting text always appends, and cursor doesn't move. > > I know the plan is to remove curs