vimperator / vimperator-labs

Vimperator
http://vimperator.org
Other
1.19k stars 196 forks source link

chrome liberator script hangs firefox #8

Open djha-skin opened 10 years ago

djha-skin commented 10 years ago

I get this error all the time: vimperator_error Googling it, it appears to be the vimpertor plugin. Firefox 30.

maxauthority commented 10 years ago

Hmm, it seems to do with the completion code when using the command line (which is a complex beast of code anyway).

Any more ideas, when exactly does it happen? On which pages? Reproducible?

On Thu, Jul 17, 2014 at 5:23 PM, Daniel Jay Haskin <notifications@github.com

wrote:

I get this error all the time: [image: vimperator_error] https://cloud.githubusercontent.com/assets/1186534/3615197/36471c34-0dc6-11e4-96e4-844aaa5d3e28.png Googling it, it appears to be the vimpertor plugin. Firefox 30.

— Reply to this email directly or view it on GitHub https://github.com/vimperator/vimperator-labs/issues/8.

djha-skin commented 10 years ago

Totally.

I am on ratpoison, it's a non-tiling window manager; but it happens also when I'm in GNOME (a normal window environment).

ALT+TAB away from the window. This is what I do to type in my terminal for like five minutes. Then I switch back to the firefox window (Windows/GNOME: alt+tab) and press "t" because I want to open a new tab. In both the older version (3.3?) and the new 3.8.3 alpha version, firefox freezes for like 2 minutes while the script above runs (I pressed "continue" on the box above). Then firefox is responsive. This latest alpha release has sped it up some, but it still takes a minute to a minute and a half to respond. "t" works fine while firefox is focused; it's when I un-focus it, then tab to it (ratpoison version: ^T ^T), then press "t" that the thing freezes.

It's hard because this is the BEST vim addon for ANY browser. I especially like the "Control-I to vim-out" feature :).

maxauthority commented 10 years ago

I guess it has to do with local file completions (for now the default, but we might change that in future).

Try setting a different complete option (presumably one without local files) with ":set complete=sl" and report back.

Martin

On Mon, Jul 28, 2014 at 5:26 PM, Daniel Jay Haskin <notifications@github.com

wrote:

Totally.

I am on ratpoison, it's a non-tiling window manager; but it happens also when I'm in GNOME (a normal window environment).

ALT+TAB away from the window. This is what I do to type in my terminal for like five minutes. Then I switch back to the firefox window (Windows/GNOME: alt+tab) and press "t" because I want to open a new tab. In both the older version (3.3?) and the new 3.8.3 alpha version, firefox freezes for like 2 minutes while the script above runs (I pressed "continue" on the box above). Then firefox is responsive. This latest alpha release has sped it up some, but it still takes a minute to a minute and a half to respond. "t" works fine while firefox is focused; it's when I un-focus it, then tab to it (ratpoison version: ^T ^T), then press "t" that the thing freezes.

It's hard because this is the BEST vim addon for ANY browser. I especially like the "Control-I to vim-out" feature :).

— Reply to this email directly or view it on GitHub https://github.com/vimperator/vimperator-labs/issues/8#issuecomment-50353619 .

djha-skin commented 10 years ago

That TOTALLY fixed it, thanks!

You might want to get that fixed, though. I really appreciate the workaround!