Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something was broken #41

Open
Helius opened this issue Dec 19, 2014 · 2 comments
Open

something was broken #41

Helius opened this issue Dec 19, 2014 · 2 comments

Comments

@Helius
Copy link

Helius commented Dec 19, 2014

urxvt: perl hook 0 evaluation error: /home/eugene/.urxvt/ext/tabbedex: syntax error at /home/eugene/.urxvt/ext/tabbedex line 669, near "$hook qw(start destroy user_command key_press property_notify add_lines)"
syntax error at /home/eugene/.urxvt/ext/tabbedex line 681, near "}

}"

This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi
ubuntu 14.04 x64

@Chimrod
Copy link

Chimrod commented Apr 12, 2015

Just replace

for my $hook qw(start destroy user_command key_press property_notify add_lines) {

by

for my $hook (qw(start destroy user_command key_press property_notify add_lines)) {

and everything will be fine !

@mina86
Copy link

mina86 commented Aug 9, 2016

https://github.com/mina86/urxvt-tabbedex is more up to date and you should use it instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants