--- rxvt-unicode/src/urxvt.pm 2012/07/14 08:00:18 1.223 +++ rxvt-unicode/src/urxvt.pm 2012/08/10 19:06:06 1.225 @@ -886,7 +886,6 @@ my $term = delete $disable->{""}; while (my ($htype, $id) = each %$disable) { - warn "disable hook $htype,$id\n";#d# delete $term->{_hook}[$htype]{$id}; $term->set_should_invoke ($htype, -1); } @@ -1080,8 +1079,7 @@ opendir my $fh, $dir or next; for my $ext (readdir $fh) { - $ext ne "." - and $ext ne ".." + $ext !~ /^\./ and open my $fh, "<", "$dir/$ext" or next;