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

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

Re: pretty printing lisp forms


From: Johan Bockgård
Subject: Re: pretty printing lisp forms
Date: Thu, 05 Feb 2004 18:32:11 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (usg-unix-v)

Joe Corneli <jcorneli@math.utexas.edu> writes:

> ;; 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)))

;; pp

(((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)))

-- 
Johan Bockgård


reply via email to

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