--- rxvt-unicode/src/perl/selection 2006/01/12 12:05:28 1.23 +++ rxvt-unicode/src/perl/selection 2006/01/12 23:11:23 1.24 @@ -22,9 +22,7 @@ # "find interetsing things"-patterns my @mark_patterns = ( - qr{([[:word:]]+)}, - - # common "parentheses" + # common types of "parentheses" qr{(?:^|\s) ‘ ([^‘’]+?) ’ (?:\s|\)|$)}x, qr{(?:^|\s) ` ([^`']+?) ' (?:\s|\)|$)}x, qr{ \{ ([^{}]+?) \} }x,