Commit Diff


commit - 26eba9db1a39acdc2cfaac7914fad2bda9f06f5a
commit + 8b0728d3b5fa9afb4e7a4b83f2fb39052b291e4e
blob - 4edd4327c731bbf8476ca0956dc16492d0dfe54c
blob + ac463e408b01989757b87e61f261be5cd3b97dc2
--- plumb/basic
+++ plumb/basic
@@ -58,7 +58,7 @@ data matches '[a-zA-Z¡-￿0-9_\-./]+'
 data matches '([a-zA-Z¡-￿0-9_\-./]+)\.(jpe?g|JPE?G|gif|GIF|tiff?|TIFF?|ppm|bit|png|PNG)'
 arg isfile	$0
 plumb to image
-plumb start page $file
+plumb start 9 page $file
 
 # postscript/pdf/dvi go to page but not over the a plumb port
 # the port is here for reference but is unused
@@ -67,7 +67,7 @@ data matches '[a-zA-Z¡-￿0-9_\-./]+'
 data matches '([a-zA-Z¡-￿0-9_\-./]+)\.(ps|PS|eps|EPS|pdf|PDF|dvi|DVI)'
 arg isfile	$0
 plumb to postscript
-plumb start page $file
+plumb start 9 page $file
 
 # open office - s[xt][cdigmw], doc, xls, ppt
 data matches '[a-zA-Z¡-￿0-9_\-./]+'
@@ -137,9 +137,9 @@ plumb start rc -c 'man '$2' '$1' >[2=1] | nobs | plumb
 dst is image
 arg isfile $data
 plumb to image
-plumb start page $data
+plumb start 9 page $data
 
 # start rule for postscript without known suffixes
 dst is postscript
 arg isfile $data
-plumb start page $data
+plumb start 9 page $data