Variable: ses-standard-printer-functions
ses-standard-printer-functions is a variable defined in ses.el.gz.
Value
(ses-center
ses-center-span
ses-left
ses-left-span
ses-dashfill
ses-dashfill-span
ses-tildefill-span
ses-prin1)
Documentation
List of print functions to be included in initial history of printer functions.
None of these standard-printer functions, except function
ses-prin1, is suitable for use as a column printer or a
global-default printer because they invoke the column or default
printer and then modify its output.
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defconst ses-standard-printer-functions
'(ses-center
ses-center-span
ses-left
ses-left-span
ses-dashfill ses-dashfill-span
ses-tildefill-span
ses-prin1)
"List of print functions to be included in initial history of printer functions.
None of these standard-printer functions, except function
`ses-prin1', is suitable for use as a column printer or a
global-default printer because they invoke the column or default
printer and then modify its output.")