comparison lisp/packages/ps-print.el @ 144:318232e2a3f0 r20-2b6

Import from CVS: tag r20-2b6
author cvs
date Mon, 13 Aug 2007 09:34:14 +0200
parents 9b50b4588a93
children 41ff10fd062f
comparison
equal deleted inserted replaced
143:50e7fedfe353 144:318232e2a3f0
1123 return a string to be inserted into the array. For symbols with bound 1123 return a string to be inserted into the array. For symbols with bound
1124 values, the value should be a string to be inserted into the array. 1124 values, the value should be a string to be inserted into the array.
1125 In either case, function or variable, the string value has PostScript 1125 In either case, function or variable, the string value has PostScript
1126 string delimiters added to it." 1126 string delimiters added to it."
1127 :type '(repeat (choice string symbol)) 1127 :type '(repeat (choice string symbol))
1128 :group ps-print-header) 1128 :group 'ps-print-header)
1129 (make-variable-buffer-local 'ps-left-header) 1129 (make-variable-buffer-local 'ps-left-header)
1130 1130
1131 (defcustom ps-right-header 1131 (defcustom ps-right-header
1132 (list "/pagenumberstring load" 'time-stamp-mon-dd-yyyy 'time-stamp-hh:mm:ss) 1132 (list "/pagenumberstring load" 'time-stamp-mon-dd-yyyy 'time-stamp-hh:mm:ss)
1133 "*The items to display (each on a line) on the right part of the page header. 1133 "*The items to display (each on a line) on the right part of the page header.
1134 This applies to generating Postscript. 1134 This applies to generating Postscript.
1135 1135
1136 See the variable `ps-left-header' for a description of the format of 1136 See the variable `ps-left-header' for a description of the format of
1137 this variable." 1137 this variable."
1138 :type '(repeat (choice string symbol)) 1138 :type '(repeat (choice string symbol))
1139 :group ps-print-header) 1139 :group 'ps-print-header)
1140 (make-variable-buffer-local 'ps-right-header) 1140 (make-variable-buffer-local 'ps-right-header)
1141 1141
1142 (defcustom ps-razzle-dazzle t 1142 (defcustom ps-razzle-dazzle t
1143 "*Non-nil means report progress while formatting buffer." 1143 "*Non-nil means report progress while formatting buffer."
1144 :type 'boolean 1144 :type 'boolean