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

perl hook 0 evaluation error #53

Open
guest73 opened this issue Sep 5, 2017 · 4 comments
Open

perl hook 0 evaluation error #53

guest73 opened this issue Sep 5, 2017 · 4 comments

Comments

@guest73
Copy link

guest73 commented Sep 5, 2017

I have this error in my console

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

}"
@guest73
Copy link
Author

guest73 commented Sep 5, 2017

2017-09-05-233740_625x48_scrot
also tabs look weird

@theguly
Copy link

theguly commented Dec 15, 2017

go to the end of file, look for line 668:
for my $hook qw(start destroy user_command key_press property_notify add_lines) {
and change it to:
for my $hook (qw(start destroy user_command key_press property_notify add_lines)) {

@hashborgir
Copy link

hashborgir commented Feb 21, 2018

After implementing this fix, I get the following error:

urxvt: perl hook 0 evaluation error: /home/user/.urxvt/ext/tabbedex: The experimental declared_refs feature is not enabled at /home/user/.urxvt/ext/tabbedex line 672, <$fh> line 1.

@mina86
Copy link

mina86 commented Mar 18, 2018

Could you switch to https://github.com/mina86/urxvt-tabbedex/ and see if that fixes it?

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

4 participants