Re: [dev] surf script.js - incompatible with openjdk6?

2010-10-16 Thread Uriel
On Fri, Oct 15, 2010 at 11:42 PM, Antoni Grzymala wrote: > Gregor Best dixit (2010-10-15, 22:35): > >> On Fri, Oct 15, 2010 at 03:15:03PM -0400, MItchell Church wrote: >> > I've still been unable to implement link hinting in surf.  Numerous >> > searches of >> > dev archives and internet forums m

Re: [dev] surf script.js - incompatible with openjdk6?

2010-10-15 Thread Antoni Grzymala
Gregor Best dixit (2010-10-15, 22:35): > On Fri, Oct 15, 2010 at 03:15:03PM -0400, MItchell Church wrote: > > I've still been unable to implement link hinting in surf. Numerous > > searches of > > dev archives and internet forums make me believe that it could be some sort > > of > > incompatibi

Re: [dev] surf script.js - incompatible with openjdk6?

2010-10-15 Thread Gregor Best
On Fri, Oct 15, 2010 at 03:15:03PM -0400, MItchell Church wrote: > I've still been unable to implement link hinting in surf. Numerous searches > of > dev archives and internet forums make me believe that it could be some sort of > incompatibility non proprietary java packages. That doesn't sound

[dev] surf script.js - incompatible with openjdk6?

2010-10-15 Thread MItchell Church
I've still been unable to implement link hinting in surf. Numerous searches of dev archives and internet forums make me believe that it could be some sort of incompatibility non proprietary java packages. That doesn't sound plausible to me, but I can think of no other reason why it wouldn't work.

Re: [dev] [surf] script.js

2010-03-23 Thread anonymous
On Tue, Mar 23, 2010 at 01:43:41PM +, Anselm R Garbe wrote: > More sucking technologies don't work on suckless.org ;) Seriously, it is possible to throw javascript away. Arora implements hints (hit ctrl) without javascript, it manipulates DOM through WebKit API. Maybe hints can be distribute

Re: [dev] [surf] script.js

2010-03-23 Thread julien steinhauser
On Tue, Mar 23, 2010 at 01:43:41PM +, Anselm R Garbe wrote: > > On 23 March 2010 13:35, julien steinhauser > wrote: > > On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: > >> > >> On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > >> > > >> > Anyway, even if this

Re: [dev] [surf] script.js

2010-03-23 Thread Anselm R Garbe
On 23 March 2010 13:35, julien steinhauser wrote: > On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: >> >> On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: >> > >> > Anyway, even if this thread is repost, problem is not solved >> > completely. Looks like problem is not

Re: [dev] [surf] script.js

2010-03-23 Thread julien steinhauser
On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: > > On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > > > > Anyway, even if this thread is repost, problem is not solved > > completely. Looks like problem is not with link_hints. script.js sometimes > > don't work at

Re: [dev] [surf] script.js

2010-03-16 Thread julien steinhauser
On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > > Anyway, even if this thread is repost, problem is not solved > completely. Looks like problem is not with link_hints. script.js sometimes > don't work at suckless.org at all even if it is just for `alert("hello, > world")`. Looks like

Re: [dev] [surf] script.js

2010-03-16 Thread anonymous
On Tue, Mar 16, 2010 at 09:56:53PM +0100, julien steinhauser wrote: > I know it won't help you a lot but both middle_click > (which also work with ^click) and link_hints > work here in my ~/.surf/script.js. > > I only have little issue with link_hints on a very few sites > (including suckless.org)

Re: [dev] [surf] script.js

2010-03-16 Thread anonymous
Sorry, it is repost. Something strange happened with my MUA, don't know why it reposted it. I have started this thread some time ago and problem is already solved.

Re: [dev] [surf] script.js

2010-03-16 Thread julien steinhauser
On Tue, Mar 16, 2010 at 08:18:08AM -0600, Eze wrote: > > I know it sounds silly but i would like to know that too, i tried the > middle click script and didnt work (yes i tried the one that was > supposed to be over a uzbl wiki) > > Eze > > On Mon, Mar 15, 2010 at 10:28:47PM -0400, anonymous wro

Re: [dev] [surf] script.js

2010-03-16 Thread Eze
I know it sounds silly but i would like to know that too, i tried the middle click script and didnt work (yes i tried the one that was supposed to be over a uzbl wiki) Eze On Mon, Mar 15, 2010 at 10:28:47PM -0400, anonymous wrote: > I have tried to put code from http://surf.suckless.org/files/lin

[dev] [surf] script.js

2010-03-15 Thread anonymous
I have tried to put code from http://surf.suckless.org/files/link_hints to ~/.surf/user.js, but it didn't work. Then I looked at config.h and moved user.js to script.js. It didn't work too. Even putting "alert('test');" to script.js don't work. style.css works as expected. Is there anything I obvi

Re: [dev] [surf] script.js

2010-02-08 Thread anonymous
Looks like script is not evaluated sometimes. Just simple script like `window.alert("debug");` don't work sometimes. On suckless.org it evaluates only when I go there with ^g, not when I start `surf suckless.org`. Probably binding JS evaluation to "window-object-cleared" is wrong. I don't know whe

Re: [dev] [surf] script.js

2010-02-08 Thread Johannes Wegener
Same problem here... using hg thanks in advance for fixing ;) On Mon, Feb 01, 2010 at 05:19:34PM +0300, anonymous wrote: > This works: > window.alert('test'); > > Numbered links still don't, I'll try to fix them. > pgpztHYk8Tr7s.pgp Description: PGP signature

Re: [dev] [surf] script.js

2010-02-01 Thread anonymous
This works: window.alert('test'); Numbered links still don't, I'll try to fix them.

[dev] [surf] script.js

2010-01-31 Thread anonymous
I have tried to put code from http://surf.suckless.org/files/link_hints to ~/.surf/user.js, but it didn't work. Then I looked at config.h and moved user.js to script.js. It didn't work too. Even putting "alert('test');" to script.js don't work. style.css works as expected. Is there anything I obvi