File: pp.el.html
Defined variables (4)
pp-default-function | Function that ‘pp’ should dispatch to for pretty printing. |
pp-escape-newlines | Value of ‘print-escape-newlines’ used by pp-* functions. |
pp-max-width | Max width to use when formatting. |
pp-use-max-width | If non-nil, ‘pp’-related functions will try to fold lines. |
Defined functions (25)
pp | (OBJECT &optional STREAM) |
pp--format-definition | (SEXP INDENT EDEBUG) |
pp--format-function | (SEXP) |
pp--format-list | (SEXP &optional START) |
pp--format-vector | (SEXP) |
pp--insert | (DELIM &rest THINGS) |
pp--insert-binding | (SEXP) |
pp--insert-lisp | (SEXP) |
pp--object | (OBJECT REGION-FUNCTION) |
pp--quoted-or-unquoted-form-p | (CONS) |
pp--region | (BEG END OBJECT-FUNCTION) |
pp--within-fill-column-p | () |
pp-28 | (BEG &optional END) |
pp-29 | (BEG-OR-SEXP &optional END) |
pp-buffer | () |
pp-display-expression | (EXPRESSION OUT-BUFFER-NAME &optional LISP) |
pp-emacs-lisp-code | (SEXP &optional END) |
pp-eval-expression | (EXPRESSION) |
pp-eval-last-sexp | (ARG) |
pp-fill | (BEG &optional END) |
pp-insert-short-sexp | (SEXP &optional WIDTH) |
pp-last-sexp | () |
pp-macroexpand-expression | (EXPRESSION) |
pp-macroexpand-last-sexp | (ARG) |
pp-to-string | (OBJECT &optional PP-FUNCTION) |