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

Lines Matching +defs:all +defs:headers

23 Please send all bug fixes and enhancements to
79 ;; These commands all perform essentially the same function: they generate
260 ;; nil, all pages are printed. If it's a list, the list element may be an
264 ;; nil (print all pages). After ps-print processing `ps-selected-pages' is set
274 ;; nil print all pages.
344 ;; ps-print can print headers at the top of each column or at the top of each
345 ;; page; the default headers contain the following four items: on the left, the
348 ;; headers look something like this:
392 ;; To switch headers, set `ps-switch-header' to:
394 ;; nil Never switch headers.
396 ;; t Always switch headers.
398 ;; duplex Switch headers only when duplexing is on, that is, when
421 ;; To change the content of the headers, change the variables `ps-left-header'
468 ;; variables are similar to those one that control headers.
474 ;; footer but without headers, set:
518 ;; all generated prologue code by setting the variable
604 ;; Besides all that, if your printer does not have the paper size
795 ;; Each rectangle extends all the way across the page.
911 ;; To get all lines with some spacing set both `ps-line-spacing' and
1021 ;; You can get information on all the fonts resident in YOUR printer
1130 ;; For example, if we wish to print text "preliminary" on all pages and text
1143 ;; Similarly, we could print image "~/images/EPS-image1.ps" on all pages and
1164 ;; 3. Print background texts that it should be on all pages
1165 ;; 4. Print background images that it should be on all pages
1204 ;; Configurable headers with page numbers.
1334 ;; Epoch, Lucid and Emacs 21 not supported. At all.
1433 ;; Thanks also to all of you who mailed code to add features to ps-print;
1436 ;; Thanks to all who mailed comments, encouragement, and criticism.
1437 ;; Thanks also to all who responded to my survey; I had too many responses to
1438 ;; reply to them all, but I greatly appreciate your interest.
1573 (defgroup ps-print-headers nil
1672 "*User defined PostScript prologue code inserted before all prologue code.
1922 If nil, print all pages.
1951 nil print all pages.
2263 If PAGES is nil, print background image on all pages.
2269 For example, if you wish to print an EPS image on all pages do:
2314 If PAGES is nil, print background text on all pages.
2320 For example, if you wish to print text \"Preliminary\" on all pages do:
2429 :group 'ps-print-headers)
2435 :group 'ps-print-headers)
2515 :group 'ps-print-headers)
2521 :group 'ps-print-headers)
2530 :group 'ps-print-headers)
2536 :group 'ps-print-headers)
2597 :group 'ps-print-headers)
2603 :group 'ps-print-headers)
2608 only one header/footer over all columns or one header/footer per column.
2612 :group 'ps-print-headers)
2615 "*Specify if headers/footers are switched or not.
2619 nil Never switch headers/footers.
2621 t Always switch headers/footers.
2623 duplex Switch headers/footers only when duplexing is on, that is, when
2635 :group 'ps-print-headers)
2639 NOTE: page numbers are displayed as part of headers,
2643 :group 'ps-print-headers)
2669 Besides all that, if your printer does not have the paper size
2679 :group 'ps-print-headers)
2686 start on the right page. Also, if headers are turned on, the headers will be
2693 :group 'ps-print-headers)
2704 :group 'ps-print-headers)
2832 You can get all the fonts of YOUR printer using `ReportAllFontInfo'.
3205 :group 'ps-print-headers)
3236 :group 'ps-print-headers)
3260 :group 'ps-print-headers)
3291 :group 'ps-print-headers)
3337 :group 'ps-print-headers)
3360 To get all lines with some spacing set both `ps-line-spacing' and
3376 To get all lines with some spacing set both `ps-line-spacing' and
4002 (defvar ps-background-all-pages nil)
4027 ;; These values determine how much print-height to deduct when headers/footers
4114 "Alist of all features and the corresponding bit mask.
4564 ;; If headers are turned on, deduct the height of the header from the print
4854 ;; These functions insert the arrays that define the contents of the headers.
4916 (setq ps-background-all-pages (cons func ps-background-all-pages))))
5510 ps-background-all-pages nil)
5662 (setq ps-background-all-pages (nreverse ps-background-all-pages)
5667 (mapcar 'ps-output ps-background-all-pages)
6699 ;; PostScript, delete all the PostScript that was generated.
6853 ;; `ps-left-headers' specially for mail messages.
6858 ;; The left headers will display the message's subject, its
6880 ;; placed in `ps-left-headers'.
6890 ;; it's provided. To be placed in `ps-left-headers'.
6914 ;; `ps-left-headers' specially for gnus articles. Unfortunately,
6922 ;; The left headers will display the article's subject, its
6927 ;; `ps-left-headers' specially for mail messages.
6932 ;; The left headers will display the message's subject, its
6958 ;; placed in `ps-left-headers'.
6967 ;; placed in `ps-left-headers'.
6977 ;; The left headers will display the node name and file name.
7052 It is assumed that all characters in this region belong to the same charset.
7068 This checks if all multi-byte characters in the region are printable or not.")