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

Lines Matching defs:using

43 ;; print a text file using PostScript, and preview or print buffers that use
146 ;; inserted on your ~/.emacs file (or c:/_emacs, if you're using Windows 9x/NT
292 ;; using implicitly the `-mono' option. Note that in `-mono' no gray tone
303 ;; using Windows 9x/NT or MS-DOS):
324 ;; pr-ps-directory-using-ghostscript
328 ;; pr-ps-buffer-using-ghostscript
332 ;; pr-ps-region-using-ghostscript
336 ;; pr-ps-mode-using-ghostscript
341 ;; pr-ps-file-using-ghostscript
347 ;; pr-despool-using-ghostscript
403 ;; `*-using-ghostscript' use ghostscript to print.
408 ;; `pr-print-using-ghostscript' option.
416 ;; `*-file-up-*' process a PostScript file using a filter utility.
420 ;; `pr-ps-buffer-using-ghostscript'
461 ;; major mode usage is when you're using gnus (or mh, or rmail, etc.) and
470 ;; (global-set-key [M-print] 'pr-ps-mode-using-ghostscript)
471 ;; (global-set-key [S-print] 'pr-ps-mode-using-ghostscript)
478 ;; (global-set-key '(meta f22) 'pr-ps-mode-using-ghostscript)
479 ;; (global-set-key '(shift f22) 'pr-ps-mode-using-ghostscript)
488 ;; (global-set-key "\C-cbb" 'pr-ps-buffer-using-ghostscript)
491 ;; (global-set-key "\C-crr" 'pr-ps-region-using-ghostscript)
534 ;; `pr-print-using-ghostscript' Non-nil means print using ghostscript.
694 ;; after file generation, ghostview is activated using the file generated
710 ;; example for major mode usage is when you're using gnus (or mh,
821 ;; option. Note that this will only work if you're using transient mark
1011 ;; - replace *-using-preview by *-using-ghostscript.
1370 specially, using NAME as the destination for output; any other
1523 specially, using NAME as the destination for output; any other
1667 The default is `-mono'. So, printer A and B in the example above are using
1936 (defcustom pr-print-using-ghostscript nil
1937 "*Non-nil means print using ghostscript.
1992 Note that this will only work if you're using transient mark mode.
2076 mode usage is when you're using gnus (or mh, or rmail, etc.) and you're in the
2676 It's used by `pr-ps-directory-preview', `pr-ps-directory-using-ghostscript',
2796 (defsubst pr-using-ghostscript-p ()
2797 (and pr-print-using-ghostscript (not pr-spool-p)))
3030 :style toggle :selected pr-print-using-ghostscript
3033 pr-:help "Toggle PostScript generation using ghostscript")]
3128 (global-set-key `[(meta ,pr-print-key)] 'pr-ps-mode-using-ghostscript)
3129 (global-set-key `[(shift ,pr-print-key)] 'pr-ps-mode-using-ghostscript)
3140 ;;;(global-set-key "\C-cbb" 'pr-ps-buffer-using-ghostscript)
3143 ;;;(global-set-key "\C-crr" 'pr-ps-region-using-ghostscript)
3209 after file generation, ghostview is activated using the file generated
3224 example for major mode usage is when you're using gnus (or mh,
3334 option. Note that this will only work if you're using transient mark
3371 PostScript file and directory/buffer/region/mode processing; using menu, there
3407 example for major mode usage is when you're using gnus (or mh,
3537 option. Note that this will only work if you're using transient mark
3616 "Preview directory using ghostview.
3641 (defun pr-ps-directory-using-ghostscript (n-up dir file-regexp &optional filename)
3642 "Print directory using PostScript through ghostscript.
3662 (pr-ps-file-using-ghostscript file)
3668 "Print directory using PostScript printer.
3694 "Print directory using PostScript printer or through ghostscript.
3696 It depends on `pr-print-using-ghostscript'.
3715 (if (pr-using-ghostscript-p)
3716 (pr-ps-directory-using-ghostscript n-up dir file-regexp filename)
3722 "Preview buffer using ghostview.
3740 (defun pr-ps-buffer-using-ghostscript (n-up &optional filename)
3741 "Print buffer using PostScript through ghostscript.
3753 (pr-ps-mode-using-ghostscript n-up filename)
3754 (pr-ps-using-ghostscript (pr-region-active-symbol) n-up filename
3760 "Print buffer using PostScript printer.
3779 "Print buffer using PostScript printer or through ghostscript.
3781 It depends on `pr-print-using-ghostscript'.
3795 ((pr-using-ghostscript-p)
3796 (pr-ps-using-ghostscript (pr-region-active-symbol) n-up filename
3805 "Preview region using ghostview.
3816 (defun pr-ps-region-using-ghostscript (n-up &optional filename)
3817 "Print region using PostScript through ghostscript.
3819 See also `pr-ps-buffer-using-ghostscript'."
3823 (pr-ps-mode-using-ghostscript n-up filename))
3824 (pr-ps-using-ghostscript 'region n-up filename "PS print GS region")))
3829 "Print region using PostScript printer.
3841 "Print region using PostScript printer or through ghostscript.
3849 ((pr-using-ghostscript-p)
3850 (pr-ps-using-ghostscript 'region n-up filename "PS print GS region"))
3857 "Preview major mode using ghostview.
3869 (defun pr-ps-mode-using-ghostscript (n-up &optional filename)
3870 "Print major mode using PostScript through ghostscript.
3872 See also `pr-ps-buffer-using-ghostscript'."
3878 (pr-ps-file-using-ghostscript file)
3884 "Print major mode using PostScript printer.
3894 "Print major mode using PostScript or through ghostscript.
3898 (if (pr-using-ghostscript-p)
3899 (pr-ps-mode-using-ghostscript n-up filename)
3943 "Print directory using text printer.
3959 "Print buffer using text printer."
3971 "Print region using text printer."
3981 "Print major mode using text printer."
4009 (defun pr-despool-using-ghostscript (&optional filename)
4010 "Print spooled PostScript using ghostscript.
4023 (pr-ps-file-using-ghostscript file)
4059 (if pr-print-using-ghostscript
4060 (pr-despool-using-ghostscript filename)
4083 (defun pr-ps-file-using-ghostscript (filename)
4084 "Print PostScript file FILENAME using ghostscript."
4135 (if pr-print-using-ghostscript
4138 (if pr-print-using-ghostscript
4139 (pr-ps-file-using-ghostscript filename)
4160 (if pr-print-using-ghostscript
4164 (if pr-print-using-ghostscript
4201 "Toggle printing using ghostscript."
4382 printed using `pr-ps-mode-ps-print'.
4389 immediatelly be done using the current active printer.
4394 PostScript printer, then printing will immediatelly be done using the new
4416 be done using the new current active printer.
4428 active printer and printing will immediatelly be done using the new active
4452 (if pr-print-using-ghostscript
4469 printed using `pr-txt-mode'.
4479 active printer and printing will immediatelly be done using the new active
4552 '(27 . pr-print-using-ghostscript)
5382 (pr-toggle 'pr-print-using-ghostscript "Printing using ghostscript"
5477 (if (pr-using-ghostscript-p)
5677 (defun pr-ps-using-ghostscript (kind n-up filename mess)
5682 (pr-ps-file-using-ghostscript file)
5930 When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and
6331 (pr-insert-toggle 'pr-print-using-ghostscript " Print via Ghostscript\n ")
6400 "Print using lpr package."
6457 "Print using ps-print package."