| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* lisp/emacs-lisp/pp.el (pp--insert-lisp): Fix printing of cons
cells (bug#55478).
|
|
|
|
|
| |
* lisp/emacs-lisp/pp.el (pp--insert-lisp): Format (function ...)
as #'.
|
|
|
|
|
|
|
|
| |
* lisp/emacs-lisp/pp.el (pp-max-width, pp-use-max-width): New user
options (bug#11934).
(pp-to-string): Use it.
(pp--insert-lisp): Tweak whether to use standard-output or not.
(pp--max-width): New function.
|
|
|
|
|
| |
* lisp/emacs-lisp/pp.el (pp--format-function): Fix up multi-line
expressions.
|
|
|
|
|
| |
* lisp/emacs-lisp/pp.el (pp--format-function): Indent lambdas and
closures better.
|
|
* lisp/emacs-lisp/pp.el (pp-emacs-lisp-code): New interface function.
(pp): Mention it.
(pp--insert-lisp, pp--format-vector, pp--format-list)
(pp--format-function, pp--format-definition, pp--insert-binding)
(pp--insert, pp--indent-buffer): New helper functions.
|