• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching defs:duplex

353 ;; When printing on duplex printers, left and right are reversed so that the
354 ;; page numbers are toward the outside (cf. `ps-spool-duplex').
398 ;; duplex Switch headers only when duplexing is on, that is, when
399 ;; `ps-spool-duplex' is non-nil (see Duplex Printers).
401 ;; Any other value is treated as t. The default value is `duplex'.
507 ;; The duplex requirement is inserted by ps-print (see section Duplex
533 ;; Do not insert code for duplex printing, n-up printing or error handler,
578 ;; If you have a duplex-capable printer (one that prints both sides of the
579 ;; paper), set `ps-spool-duplex' to t.
584 ;; duplex and page size. Valid values are:
586 ;; lpr-switches duplex and page size are configured by `ps-lpr-switches'.
587 ;; Don't forget to set `ps-lpr-switches' to select duplex
590 ;; setpagedevice duplex and page size are configured by ps-print using the
593 ;; nil duplex and page size are configured by ps-print *not* using
614 ;; binding at the top or bottom. It has effect only when `ps-spool-duplex' is
618 ;; printed on header page back, when using duplex. If your printer system has
1684 Do not insert code for duplex printing, n-up printing or error handler,
1719 The duplex requirement is inserted by ps-print (see `ps-spool-duplex').
2614 (defcustom ps-switch-header 'duplex
2623 duplex Switch headers/footers only when duplexing is on, that is, when
2624 `ps-spool-duplex' is non-nil.
2633 (const :tag "Switch When Duplexing" duplex))
2649 "*Specify who is responsible for setting duplex and page size.
2653 `lpr-switches' duplex and page size are configured by `ps-lpr-switches'.
2654 Don't forget to set `ps-lpr-switches' to select duplex
2657 `setpagedevice' duplex and page size are configured by ps-print using the
2660 nil duplex and page size are configured by ps-print *not* using
2681 (defcustom ps-spool-duplex nil ; Not many people have duplex printers,
2684 For a duplex printer, the `ps-spool-*' and `ps-print-*' commands will insert
2687 reversed on duplex printers so that the page numbers fall to the left on
2701 It has effect only when `ps-spool-duplex' is non-nil."
3658 '(30 . ps-spool-duplex)
5540 (if ps-spool-duplex
5541 (if tumble " duplex(tumble)\n" " duplex\n")
5588 (ps-output-boolean "SwitchHeader " (if (eq ps-switch-header 'duplex)
5589 ps-spool-duplex
5727 (ps-boolean-capitalized ps-spool-duplex)
5731 (ps-boolean-constant ps-spool-duplex)
5735 (ps-boolean-constant ps-spool-duplex)
6730 (and ps-spool-duplex (= (mod ps-page-order 2) 1)
6995 (setq ps-spool-duplex t
7027 ps-spool-duplex nil