ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.43 by root, Thu Jan 12 23:11:23 2006 UTC vs.
Revision 1.44 by root, Thu Jan 12 23:16:31 2006 UTC

156The newest version of this document is 156The newest version of this document is
157also available on the World Wide Web at 157also available on the World Wide Web at
158<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>. 158<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
159.SH "FREQUENTLY ASKED QUESTIONS" 159.SH "FREQUENTLY ASKED QUESTIONS"
160.IX Header "FREQUENTLY ASKED QUESTIONS" 160.IX Header "FREQUENTLY ASKED QUESTIONS"
161.IP "The new selection selects pieces that are too big/too small, can I change this?" 4 161.IP "The new selection selects pieces that are too big, how can I select single words?" 4
162.IX Item "The new selection selects pieces that are too big/too small, can I change this?" 162.IX Item "The new selection selects pieces that are too big, how can I select single words?"
163Yes. For example, if you want to select smaller pieces (\*(L"words\*(R") you can 163Yes. For example, if you want to select alphanumeric words, you can use
164use the following resource: 164the following resource:
165.Sp 165.Sp
166.Vb 1 166.Vb 1
167\& URxvt.selection.pattern-0: ([[:word:]]+) 167\& URxvt.selection.pattern-0: ([[:word:]]+)
168.Ve 168.Ve
169.Sp 169.Sp
173To get a selection that is very similar to the old code, try this pattern: 173To get a selection that is very similar to the old code, try this pattern:
174.Sp 174.Sp
175.Vb 1 175.Vb 1
176\& URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\e\e\e\e]^`{|})]+) 176\& URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\e\e\e\e]^`{|})]+)
177.Ve 177.Ve
178.Sp
179Please also note that the \fILeftClick Shift-LeftClik\fR combination also
180selects words like the old code.
178.IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4 181.IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4
179.IX Item "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 182.IX Item "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?"
180You can disable the perl extension completely by setting the 183You can disable the perl extension completely by setting the
181\&\fBperl-ext-common\fR resource to the empty string, which also keeps 184\&\fBperl-ext-common\fR resource to the empty string, which also keeps
182rxvt-unicode from initialising perl, saving memory. 185rxvt-unicode from initialising perl, saving memory.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines