help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pretty printing lisp forms


From: Joe Corneli
Subject: pretty printing lisp forms
Date: Wed, 04 Feb 2004 19:28:31 -0600

I found the function cl-prettyprint, but it doesn't seem to be
as actively inserting new lines and tabs as I'd like.  Contrast

;; cl-prettyprint

(((classes AI (PL assignment-one read-papers) KRR)
  (projects logic FEM HDM (hacking-emacs todl-mode tex-mode) Inform)
  (appointments thursday-at-5:45 friday-at-7)))

;; my version

(((classes AI
           (PL assignment-one
               read-papers)
           KRR)
  (projects logic
            FEM
            HDM
            (hacking-emacs todl-mode
                           tex-mode)
            Inform)
  (appointments thursday-at-5:45
                friday-at-7)))

Are there any more flexible routines out there for pretty printing?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]