[dev] [ANN] surf 0.2 released

2009-10-17 Thread Enno Boland (Gottox)
Hi, surf 0.2 is now available. Changes since 0.1.2: * File definitions moved to config.h * Custom context menu defined in config.h * Various sourcecode fixes * If possiblenew windows are now opened in new processes. * Builtin sourcecode viewer * User defined javascript Direct download: http:/

[dev] dmenu-vertical (meillo) slow

2009-10-17 Thread Arian Kuschki
Hi all is it just me or does dmenu with meillo's vertical patch applied get slower and slower the more lines you specify with the "-l" option? Anything more than about ten lines is unusable on my t42 using Ubuntu Karmic development version. Cheers Arian

Re: [dev] surf - add missing keybinding

2009-10-17 Thread pancake
- Mensaje original - > On Fri, Oct 16, 2009 at 7:57 PM, pancake wrote: > > I would like to have a dupped keybinding for the showsearch. > > > > ... > > 14     { MODKEY,               GDK_g,      showuri,    { 0 },          Any > > }, > > 15     { MODKEY,               GDK_slash,  showsear

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Tadeusz Sośnierz
> > Btw, does surf support the standard Unix text editing keybindings[1]? > > Its not about surf, this is a task for gtk textentry and so on. So unless you > write a ld.so modifying the signal handlers it will not be supported. > > It can be also be implemented in javascript, but it will be pret

Re: [dev] Xinerama sucks

2009-10-17 Thread Robert C Corsaro
Uriel wrote: On Sat, Oct 17, 2009 at 1:17 AM, Kris Maglione wrote: On Fri, Oct 16, 2009 at 07:54:02PM +0200, Uriel wrote: If you think xinerama sucks, randr sucks even more. http://www.modeemi.fi/~tuomov/b/2008/the_downfall_of_x/ Tuomo is a crack pot. Perhaps, but what

[dev] Help with surf.

2009-10-17 Thread Tor Aqissiaq
Hi, I've just downloaded surf 0.2 and it is very fast, but I have two problems. 1. I can't download stuff anymore. 2. I can cut and paste using the mouse. Have these features been completely removed? Thanks.

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Uriel
How many fucking times I have to explain that: Unix shortcuts are *NOT* Emacs shortcuts? God fucking heavens. uriel 2009/10/17 Tadeusz Sośnierz : >> > Btw, does surf support the standard Unix text editing keybindings[1]? >> >> Its not about surf, this is a task for gtk textentry and so on. So unl

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Uriel
On Thu, Sep 17, 2009 at 10:22 PM, pancake wrote: > > - Mensaje original - > >> On Fri, Oct 16, 2009 at 7:57 PM, pancake wrote: >> > I would like to have a dupped keybinding for the showsearch. >> > >> > ... >> > 14     { MODKEY,               GDK_g,      showuri,    { 0 }, >> >  Any >> >

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Kurt H Maier
On Thu, Sep 17, 2009 at 3:22 PM, pancake wrote: > Im sure that i can type faster than you in us or es kbd. The problem here is > that the retarded X11 is taking the slash as a single key, making the > modifier a separated key instead of taking t as a single keysim. why don't you just set the keyb

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Moritz Wilhelmy
I think you should tell the GTK-people about this, not us. Regards On Sat, Oct 17, 2009 at 07:22:32PM +0200, Uriel wrote: > How many fucking times I have to explain that: Unix shortcuts are > *NOT* Emacs shortcuts? God fucking heavens. > > uriel > > 2009/10/17 Tadeusz Sośnierz : > >> > Btw, doe

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Uriel
I told them, they banned me from their irc server. They are beyond all hope. uriel On Sat, Oct 17, 2009 at 9:37 PM, Moritz Wilhelmy wrote: > I think you should tell the GTK-people about this, not us. > > Regards > > On Sat, Oct 17, 2009 at 07:22:32PM +0200, Uriel wrote: >> How many fucking times

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Kris Maglione
On Sat, Oct 17, 2009 at 01:39:00PM +0200, Tadeusz Sośnierz wrote: > Btw, does surf support the standard Unix text editing keybindings[1]? Its not about surf, this is a task for gtk textentry and so on. So unless you write a ld.so modifying the signal handlers it will not be supported. It can b

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Kris Maglione
On Sat, Oct 17, 2009 at 01:39:00PM +0200, Tadeusz Sośnierz wrote: Add the following to your .gtkrc-2.0: gtk-key-theme-name = "Emacs" Nevermind. It's possible now. See attached. -- Kris Maglione Never attribute to malice that which is adequately explained by stupidity. --Hanlon's razor

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Tadeusz Sośnierz
On 17-10-2009 19:56:40, Kris Maglione wrote: > On Sat, Oct 17, 2009 at 01:39:00PM +0200, Tadeusz Sośnierz wrote: > >>> Btw, does surf support the standard Unix text editing keybindings[1]? > >> > >>Its not about surf, this is a task for gtk textentry and so on. So unless > >>you write a ld.so modi

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Uriel
On Sun, Oct 18, 2009 at 2:02 AM, Kris Maglione wrote: > On Sat, Oct 17, 2009 at 01:39:00PM +0200, Tadeusz Sośnierz wrote: >> >> Add the following to your .gtkrc-2.0: >> gtk-key-theme-name = "Emacs" > > Nevermind. It's possible now. See attached. Hmmm... Just curious, but what exactly is possible

Re: [dev] surf - add missing keybinding

2009-10-17 Thread Kris Maglione
On Sun, Oct 18, 2009 at 03:08:22AM +0200, Uriel wrote: Hmmm... Just curious, but what exactly is possible now? I checked the attached file, but the relevant lines seemed to be the same that I had in: http://unix-kb.cat-v.org/GTK_2/ Is there anything else I'm missing? (I don't currently use any g