Re: [dev] [surf] Disable javascript

2012-11-14 Thread Thuban
I read them, but I suppose I don't remember them... Le 20:59:12 le 14 nov. 2012 , Christoph Lohmann a écrit : > Greetings. > > On Wed, 14 Nov 2012 20:59:12 +0100 Thuban wrote: > > How could I have missed this? > > Because you never read manpages. > > > Sincerely, > > Christoph Lohmann > >

Re: [dev] dwm: Xkb brokenness

2012-11-14 Thread Carlos Torres
Usually it's better to submit a patch as an attachment. We'll see On Nov 14, 2012 7:02 PM, "neil klopfenstein" wrote: > Hi all, > > I use dwm with Xvnc, which apparently is broken when it comes to Xkb (or > maybe that's just my site installation). Anyway, I just installed the code > from the rep

[dev] dwm: Xkb brokenness

2012-11-14 Thread neil klopfenstein
Hi all, I use dwm with Xvnc, which apparently is broken when it comes to Xkb (or maybe that's just my site installation). Anyway, I just installed the code from the repository and it has a problem which I see has been reported before: No keypresses work, because XkbKeycodeToKeysym always returns z

Re: [dev] [surf] Disable javascript

2012-11-14 Thread Christoph Lohmann
Greetings. On Wed, 14 Nov 2012 20:59:12 +0100 Thuban wrote: > How could I have missed this? Because you never read manpages. Sincerely, Christoph Lohmann

Re: [dev] [surf] Disable javascript

2012-11-14 Thread Thuban
How could I have missed this? Thank you Le 09:56:34 le 12 nov. 2012 , Nick a écrit : > > Do you have any method to disable completely javascript in surf (I mean > > always, not by a per-site rule)? > > surf -s > -- ,--. Xavier Cartron , /( : /` ) M2 MEFPC

Re: [dev] [st] Fix the tab key

2012-11-14 Thread Roberto E. Vargas Caballero
I forgot the patch, sorry. On Wed, Nov 14, 2012 at 11:08:27AM +0100, Roberto E. Vargas Caballero wrote: > Hello, > > After last patch serie tab key was not working correctly and this > patch fix the problem. I also want to comment this line in kmap: > > state &= ~Mod2Mask > > I don't

[dev] [st] Fix the tab key

2012-11-14 Thread Roberto E. Vargas Caballero
Hello, After last patch serie tab key was not working correctly and this patch fix the problem. I also want to comment this line in kmap: state &= ~Mod2Mask I don't know why this line is writing there, but it removes any combination using Super key. I think it is necessary remove

Re: [dev] [st] Keyboard patches

2012-11-14 Thread Roberto E. Vargas Caballero
This patch serie adds a lot of new keys and modify all the previous. Although I have tested it deeply it is very possible that some of them don't work (code error or terminfo entry error), like the tab key that Christoph found, so it is necessary a lot of testing. Please if you find some n