*** empty log message ***
authorroot <root>
Thu, 12 Jan 2006 12:15:10 +0000 (12:15 +0000)
committerroot <root>
Thu, 12 Jan 2006 12:15:10 +0000 (12:15 +0000)
doc/rxvt.1.html
doc/rxvt.1.man.in
doc/rxvt.1.pod
doc/rxvt.1.txt
doc/rxvtperl.3.html
doc/rxvtperl.3.man.in
doc/rxvtperl.3.txt
src/urxvt.pm

index 817b9a7c9db96e6f825a0c0d647b030725378973..efad75d55df632265ad5fa958f23297dbcae4eb3 100644 (file)
@@ -1496,6 +1496,20 @@ will be ignored when running setuid/setgid.
 <p>See the <code>rxvtperl(3)</code> manpage.</p>
 </dd>
 <p></p>
+<dt><strong><a name="item_selection_2epattern_2didx_3a_perl_2dregex"><strong>selection.pattern-<em>idx</em> </strong>&gt;: <em>perl-regex</em></a></strong><br />
+</dt>
+<dd>
+Additional selection patterns, see the <code>rxvtperl(3)</code> manpage for
+details.
+</dd>
+<p></p>
+<dt><strong><a name="item_selection_2dautotransform_2eidx_3a_perl_2dtransfor"><strong>selection-autotransform.<em>idx</em> </strong>&gt;: <em>perl-transform</em></a></strong><br />
+</dt>
+<dd>
+Selection auto-transform patterns, see the <code>rxvtperl(3)</code> manpage
+for details.
+</dd>
+<p></p>
 <dt><strong><a name="item_searchable_2dscrollback_3a_keysym"><strong>searchable-scrollback:</strong> <em>keysym</em></a></strong><br />
 </dt>
 <dd>
index a6a33b8d476935857fb0bda476dc502418d8713f..cb7257083d8b13657b1b43a40251ecdf4e8194cc 100644 (file)
@@ -1140,6 +1140,14 @@ scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR res
 will be ignored when running setuid/setgid.
 .Sp
 See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage.
+.IP "\fBselection.pattern\-\f(BIidx\fB\fR: \fIperl-regex\fR" 4
+.IX Item "selection.pattern-idx: perl-regex"
+Additional selection patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for
+details.
+.IP "\fBselection\-autotransform.\f(BIidx\fB\fR: \fIperl-transform\fR" 4
+.IX Item "selection-autotransform.idx: perl-transform"
+Selection auto-transform patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage
+for details.
 .IP "\fBsearchable\-scrollback:\fR \fIkeysym\fR" 4
 .IX Item "searchable-scrollback: keysym"
 Sets the hotkey that starts the incremental scrollback buffer search
index 0887d078bb10babc2a2adb1cb1f8768ac6c4c603..40257cfcfc496980e769c785f1994a2b54f098d9 100644 (file)
@@ -1117,6 +1117,16 @@ will be ignored when running setuid/setgid.
 
 See the @@RXVT_NAME@@perl(3) manpage.
 
+=item B<< selection.pattern-I<idx> >>: I<perl-regex>
+
+Additional selection patterns, see the @@RXVT_NAME@@perl(3) manpage for
+details.
+
+=item B<< selection-autotransform.I<idx> >>: I<perl-transform>
+
+Selection auto-transform patterns, see the @@RXVT_NAME@@perl(3) manpage
+for details.
+
 =item B<searchable-scrollback:> I<keysym>
 
 Sets the hotkey that starts the incremental scrollback buffer search
index 1016d4625dc00a65597c618d03346603c074fe3e..25a7296e5a7120020cc767ecda9da6491cacb1fb 100644 (file)
@@ -975,6 +975,14 @@ RESOURCES (available also as long-options)
 
         See the rxvtperl(3) manpage.
 
+    selection.pattern-*idx*: *perl-regex*
+        Additional selection patterns, see the rxvtperl(3) manpage for
+        details.
+
+    selection-autotransform.*idx*: *perl-transform*
+        Selection auto-transform patterns, see the rxvtperl(3) manpage for
+        details.
+
     searchable-scrollback: *keysym*
         Sets the hotkey that starts the incremental scrollback buffer search
         (default: "M-s").
index 7ca5df4362a30b1d8abf024ca766aaebd8e10fa8..7f56933c2fd1a693177f6bea2d503b0dbd2fa216 100644 (file)
@@ -201,6 +201,9 @@ paste directly into your (vi :) editor:</p>
 <pre>
    URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/</pre>
 </dd>
+<dd>
+<p>Of course, this can be modified to suit your needs and your editor :)</p>
+</dd>
 <p></p>
 <dt><strong><a name="item_mark_2durls">mark-urls</a></strong><br />
 </dt>
index b0ed94882272b3ca774ce3c1ca6bc688e79d79e1..ec48bd20a9c7a35e0994a1d76d55c3ff2c57329e 100644 (file)
@@ -268,6 +268,8 @@ paste directly into your (vi :) editor:
 .Vb 1
 \&   URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\e\ex1b:e \e\eQ$1\e\eE\e\ex0d:$2\e\ex0d/
 .Ve
+.Sp
+Of course, this can be modified to suit your needs and your editor :)
 .IP "mark-urls" 4
 .IX Item "mark-urls"
 Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls and
index 3b36c0a2084acac3801d8772ff7de25a62a5ec4f..93287741d37dbc14f41a6bd6cc09abee17b946ba 100644 (file)
@@ -112,6 +112,9 @@ PREPACKAGED EXTENSIONS
 
            URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
 
+        Of course, this can be modified to suit your needs and your editor
+        :)
+
     mark-urls
         Uses per-line display filtering ("on_line_update") to underline urls
         and make them clickable. When middle-clicked, the program specified
index 6367e0ce1693bc61ae2e7f3fab3c3bce5146f093..94dac8ec33f8fab31a97399db88398f0fb5400dd 100644 (file)
@@ -129,6 +129,8 @@ paste directly into your (vi :) editor:
 
    URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
 
+Of course, this can be modified to suit your needs and your editor :)
+
 =item mark-urls
 
 Uses per-line display filtering (C<on_line_update>) to underline urls and