--- rxvt-unicode/doc/rxvtperl.3.html 2006/01/22 20:39:56 1.37 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/01/25 00:57:57 1.38 @@ -123,6 +123,16 @@ URxvt.selection.pattern-0: \\|([^|]+)\\|
+

Another example: Programs I use often output ``absolute path: '' at the +beginning of a line when they process multiple files. The following +pattern matches the filename (note, there is a single space at the very +end):

+
+
+
+   URxvt.selection.pattern-0: ^(/[^:]+):\
+
+

You can look at the source of the selection extension to see more interesting uses, such as parsing a line from beginning to end.

@@ -295,6 +305,23 @@ the URL as first argument.

+
xim-onthespot
+
+
+This (experimental) perl extension implements OnTheSpot editing. It does +not work perfectly, and some input methods don't seem to work well with +OnTheSpot editing in general, but it seems to work at leats for SCIM and +kinput2. +
+
+

You enable it by specifying this extension and a preedit style of +OnTheSpot, i.e.:

+
+
+
+   rxvt -pt OnTheSpot -pe xim-onthespot
+
+

automove-background
@@ -479,9 +506,8 @@
on_destroy $term
-Called whenever something tries to destroy terminal, before doing anything -yet. If this hook returns true, then destruction is skipped, but this is -rarely a good idea. +Called whenever something tries to destroy terminal, when the terminal is +still fully functional (not for long, though).

on_reset $term