--- rxvt-unicode/doc/rxvt.7.man.in 2006/01/12 05:37:34 1.42 +++ rxvt-unicode/doc/rxvt.7.man.in 2006/01/12 23:16:31 1.44 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "rxvt 7" -.TH rxvt 7 "2006-01-12" "7.0" "RXVT-UNICODE" +.TH rxvt 7 "2006-01-13" "7.0" "RXVT-UNICODE" .SH "NAME" RXVT REFERENCE \- FAQ, command sequences and other background information .SH "SYNOPSIS" @@ -158,6 +158,26 @@ . .SH "FREQUENTLY ASKED QUESTIONS" .IX Header "FREQUENTLY ASKED QUESTIONS" +.IP "The new selection selects pieces that are too big, how can I select single words?" 4 +.IX Item "The new selection selects pieces that are too big, how can I select single words?" +Yes. For example, if you want to select alphanumeric words, you can use +the following resource: +.Sp +.Vb 1 +\& URxvt.selection.pattern-0: ([[:word:]]+) +.Ve +.Sp +If you click more than twice, the selection will be extended +more and more. +.Sp +To get a selection that is very similar to the old code, try this pattern: +.Sp +.Vb 1 +\& URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\e\e\e\e]^`{|})]+) +.Ve +.Sp +Please also note that the \fILeftClick Shift-LeftClik\fR combination also +selects words like the old code. .IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4 .IX Item "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" You can disable the perl extension completely by setting the