File: cl-print.el.html

Customizable print facility.

The heart of it is the generic function cl-print-object to which you can add any method you like.

The main entry point is cl-prin1.

Defined variables (4)

cl-print--depthDepth of recursion within cl-print functions.
cl-print-compiledControl how to print byte-compiled functions.
cl-print-compiled-buttonControl how to print byte-compiled functions into buffers.
cl-print-readablyIf non-nil, try and make sure the result can be ‘read’.

Defined functions (10)

cl-prin1(OBJECT &optional STREAM)
cl-prin1-to-string(OBJECT)
cl-print--find-sharing(OBJECT TABLE)
cl-print--preprocess(OBJECT)
cl-print-expand-ellipsis(VALUE STREAM)
cl-print-insert-ellipsis(OBJECT START STREAM)
cl-print-object(OBJECT STREAM)
cl-print-object-contents(OBJECT START STREAM)
cl-print-propertize-ellipsis(OBJECT START BEG END STREAM)
cl-print-to-string-with-limit(PRINT-FUNCTION VALUE LIMIT)

Defined faces (0)