File: pp.el.html
Defined variables (3)
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 (17)
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-buffer | () |
pp-display-expression | (EXPRESSION OUT-BUFFER-NAME &optional LISP) |
pp-emacs-lisp-code | (SEXP) |
pp-eval-expression | (EXPRESSION) |
pp-eval-last-sexp | (ARG) |
pp-last-sexp | () |
pp-macroexpand-expression | (EXPRESSION) |
pp-macroexpand-last-sexp | (ARG) |
pp-to-string | (OBJECT) |