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

Lines Matching defs:setting

145 ;; ~/.emacs file), see below for a first setting template that it should be
149 ;; * Example of setting for Windows system:
176 ;; * Example of setting for GNU or Unix system:
569 ;; `pr-setting-database' Specify an alist for settings in general.
722 ;; See `pr-ps-utility-alist' and `pr-setting-database' for
751 ;; See also `pr-setting-database'.
770 ;; See also `pr-setting-database'.
830 ;; 21. If you want that Printing menu stays open while you are setting
854 ;; * Example of setting for GNU or Unix system:
885 ;; (setq pr-setting-database
893 ;; * Example of setting for Windows system:
930 ;; (setq pr-setting-database
1356 `pr-txt-name' variable setting and for menu selection.
1509 `pr-ps-name' variable setting and for menu selection.
1603 be a symbol name setting defined in `pr-setting-database' from
1604 which the current setting inherits the context. Take care with
2158 be a symbol name setting defined in `pr-setting-database' from
2159 which the current setting inherits the context. Take care with
2258 `pr-ps-utility' variable setting and for menu selection.
2338 be a symbol name setting defined in `pr-setting-database' from
2339 which the current setting inherits the context. Take care with
2487 (defcustom pr-setting-database
2488 '((no-duplex ; setting symbol name
2501 SYMBOL It's a symbol to identify the setting group.
2504 setting from which the current setting inherits the context.
2510 (setq pr-setting-database
2511 '((no-duplex ; setting symbol name
2517 (no-duplex-and-landscape ; setting symbol name
2523 The example above has two setting groups: no-duplex and
2524 no-duplex-and-landscape. When setting no-duplex is activated
2529 Now when setting no-duplex-and-landscape is activated through
2558 This setting is ignored if VARIABLE is equal to keyword
3235 See `pr-ps-utility-alist' and `pr-setting-database' for
3264 See also `pr-setting-database'.
3283 See also `pr-setting-database'.
3343 21. If you want that Printing menu stays open while you are setting
3434 See `pr-ps-utility-alist' and `pr-setting-database' for documentation.
3449 See also `pr-setting-database'.
3482 documentation). See also `pr-setting-database'.
3503 There are 3 setting columns:
3548 If you want that Printing menu stays open while you are setting
3556 setting Despool option on PostScript printer section.
4570 '(20 . pr-setting-database)
5286 (pr-eval-setting-alist value 'global)
5298 (nconc (pr-eval-setting-alist value) local-list)
5305 (defun pr-eval-setting-alist (key &optional global old)
5306 (let ((setting (cdr (assq key pr-setting-database))))
5307 (and setting
5308 (let ((inherits (nth 0 setting))
5309 (local (nth 1 setting))
5310 (kill (nth 2 setting))
5321 (pr-eval-setting-alist inherits global
5342 (nthcdr 3 setting))