From: root Date: Thu, 12 Jan 2006 23:16:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=30fcb61bd6310bf2bb2cc3cbc13efb4666563380;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/README.FAQ b/README.FAQ index 3950361f..7927a252 100644 --- a/README.FAQ +++ b/README.FAQ @@ -1,8 +1,8 @@ FREQUENTLY ASKED QUESTIONS - The new selection selects pieces that are too big/too small, can I - change this? - Yes. For example, if you want to select smaller pieces ("words") you - can use the following resource: + 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: URxvt.selection.pattern-0: ([[:word:]]+) @@ -14,6 +14,9 @@ FREQUENTLY ASKED QUESTIONS URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) + Please also note that the *LeftClick Shift-LeftClik* combination + also selects words like the old code. + 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 diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html index c4ce110e..cbf98ecd 100644 --- a/doc/rxvt.7.html +++ b/doc/rxvt.7.html @@ -75,12 +75,12 @@ also available on the World Wide Web at

FREQUENTLY ASKED QUESTIONS

-
The new selection selects pieces that are too big/too small, can I -change this?
+
The new selection selects pieces that are too big, how can I select +single words?
-Yes. For example, if you want to select smaller pieces (``words'') you can -use the following resource: +Yes. For example, if you want to select alphanumeric words, you can use +the following resource:
@@ -97,6 +97,10 @@ more and more.

    URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
+
+

Please also note that the LeftClick Shift-LeftClik combination also +selects words like the old code.

+

I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in index 7efc7152..aa3184d0 100644 --- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -158,10 +158,10 @@ also available on the World Wide Web at . .SH "FREQUENTLY ASKED QUESTIONS" .IX Header "FREQUENTLY ASKED QUESTIONS" -.IP "The new selection selects pieces that are too big/too small, can I change this?" 4 -.IX Item "The new selection selects pieces that are too big/too small, can I change this?" -Yes. For example, if you want to select smaller pieces (\*(L"words\*(R") you can -use the following resource: +.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:]]+) @@ -175,6 +175,9 @@ To get a selection that is very similar to the old code, try this pattern: .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 diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index 76e336f4..fa93928d 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -26,11 +26,11 @@ L. =over 4 -=item The new selection selects pieces that are too big/too small, can I -change this? +=item The new selection selects pieces that are too big, how can I select +single words? -Yes. For example, if you want to select smaller pieces ("words") you can -use the following resource: +Yes. For example, if you want to select alphanumeric words, you can use +the following resource: URxvt.selection.pattern-0: ([[:word:]]+) @@ -41,6 +41,9 @@ To get a selection that is very similar to the old code, try this pattern: URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) +Please also note that the I combination also +selects words like the old code. + =item I don't like the new selection/popups/hotkeys/perl, how do I change/disable it? diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt index 86e732d3..5bfa0648 100644 --- a/doc/rxvt.7.txt +++ b/doc/rxvt.7.txt @@ -20,10 +20,10 @@ DESCRIPTION . FREQUENTLY ASKED QUESTIONS - The new selection selects pieces that are too big/too small, can I - change this? - Yes. For example, if you want to select smaller pieces ("words") you - can use the following resource: + 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: URxvt.selection.pattern-0: ([[:word:]]+) @@ -35,6 +35,9 @@ FREQUENTLY ASKED QUESTIONS URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) + Please also note that the *LeftClick Shift-LeftClik* combination + also selects words like the old code. + 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