Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Add "page-ranges" to the _lp completion



Hi there!

A sugestion to add to the _lp file (regarding page selection when
printing stuff): the "page-ranges" option.

See patch.

Thank you.

-- 
Silas Silva
diff --git a/Completion/Unix/Command/_lp b/Completion/Unix/Command/_lp
index e0654e7..8da84a1 100644
--- a/Completion/Unix/Command/_lp
+++ b/Completion/Unix/Command/_lp
@@ -28,7 +28,7 @@ _lp_job_options()
 
   # Generic options (from lp manual page)
   lopts_with_args=( media orientation-requested sides number-up scaling cpi lpi
-    page-{bottom,left,right,top} )
+    page-{bottom,left,right,top} page-ranges )
 
   lopts_no_args=(fitplot landscape)
 


Messages sorted by: Reverse Date, Date, Thread, Author