stepb / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
75 stars 54 forks source link

perl hook 0 evaluation error #53

Open guest73 opened 7 years ago

guest73 commented 7 years ago

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 commented 7 years ago

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

theguly commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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