home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0313.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  767 b   |  19 lines

  1. Haah,
  2.  
  3. Franz's (read) function trashes all comments on input. [Which means
  4. you can document your data files.]  You have to pretty-print the
  5. original code before Franz gets it.  I don't know of any stand-alone
  6. programs to do this (surely someone has written one).  I use
  7. Berkeley's "vi" editor because it has a lisp mode; all input is
  8. automatically pretty-printed if you say
  9.   :set ai lisp
  10. (ai stands for autoindent)
  11. Another way is to execute the vi "=" command while in lisp mode.  All
  12. of this is documented in the vi manual.  Hope this helps.
  13.  
  14.                                         dsw, fferd
  15.                                         Fred S. Brundick
  16.                                         USABRL, APG, MD.
  17.                                         <fsbrn@brl-voc>
  18.  
  19.