*** empty log message ***
authorroot <root>
Thu, 12 Jan 2006 23:16:31 +0000 (23:16 +0000)
committerroot <root>
Thu, 12 Jan 2006 23:16:31 +0000 (23:16 +0000)
README.FAQ
doc/rxvt.7.html
doc/rxvt.7.man.in
doc/rxvt.7.pod
doc/rxvt.7.txt

index 3950361f03b073d7c204035a351b80083db7f8e5..7927a252966595a012fe977f683ac3037355e0c1 100644 (file)
@@ -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
index c4ce110e114139da55ae93ac479d7ee07f4af52b..cbf98ecd6a19a9b3f929314168c2fc5cfc6448b1 100644 (file)
@@ -75,12 +75,12 @@ also available on the World Wide Web at
 <hr />
 <h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
 <dl>
-<dt><strong><a name="item_the_new_selection_selects_pieces_that_are_too_big_">The new selection selects pieces that are too big/too small, can I
-change this?</a></strong><br />
+<dt><strong><a name="item_the_new_selection_selects_pieces_that_are_too_big_">The new selection selects pieces that are too big, how can I select
+single words?</a></strong><br />
 </dt>
 <dd>
-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:
 </dd>
 <dd>
 <pre>
@@ -97,6 +97,10 @@ more and more.</p>
 <pre>
    URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre>
 </dd>
+<dd>
+<p>Please also note that the <em>LeftClick Shift-LeftClik</em> combination also
+selects words like the old code.</p>
+</dd>
 <p></p>
 <dt><strong><a name="item_i_don_27t_like_the_new_selection_2fpopups_2fhotkey">I don't like the new selection/popups/hotkeys/perl, how do I
 change/disable it?</a></strong><br />
index 7efc7152e7902db6d035c38266df719208c69d32..aa3184d0a667c7586385e0b5c5bb168e64e9fb1d 100644 (file)
@@ -158,10 +158,10 @@ also available on the World Wide Web at
 <http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
 .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
index 76e336f47f228f5bedfcf3ccc390accdc7234786..fa93928d23a34f19c5e954f7e2b1330a713a7983 100644 (file)
@@ -26,11 +26,11 @@ L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
 
 =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<LeftClick Shift-LeftClik> 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?
 
index 86e732d3de8a60fe33954095314983377163df10..5bfa0648ec7b79a9c940c08aa7a9bf69d96231d7 100644 (file)
@@ -20,10 +20,10 @@ DESCRIPTION
     <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
 
 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