From: Chad J. Woodford
Subject: formatting a defun
Date: 
Message-ID: <31ou61$jn8@library.erc.clarkson.edu>
In Emacs (or LEmacs) is there a way to format a lisp expression that
takes up multiple lines?  What I mean is sometimes when I go back and
make a change to a defun or something, it would be nice to just hit a
key and have the defun reformatted with all the right indentation.

If it's capable of formatting line by line when you hit return, why not
all at once?

BTW, sorry if this is on the FAQ.  I've read it but I don't remember seeing
this on there.

---
 __________________________________________________________________________
|Chad Woodford                         | Information is not knowledge      |
|Working toward my MS in AI            | Knowledge is not wisdom           |
|Clarkson University                   | Wisdom is not truth               |
|Potsdam, NY                           | Truth is not beauty               |
|--------------------------------------+ Beauty is not love                |
·········@sun.soe.clarkson.edu         | Love is not music                 |
|http://jupiter.ece.clarkson.edu:5050/ | Music is the best...              |  
+--------------------------------------+--------------------->Frank Zappa<-+
From: Marty Hall
Subject: Re: formatting a defun
Date: 
Message-ID: <Cu0GyC.4o6@aplcenmp.apl.jhu.edu>
········@sun.soe.clarkson.edu writes:
>In Emacs (or LEmacs) is there a way to format a lisp expression that
>takes up multiple lines?

Select the region, then do indent-region. This works in Lucid Emacs
or FSF GNU emacs 18.xx or 19.xx, assuming you are in lisp-mode.
Comp.emacs is a good place for general emacs questions; use 
alt.lucid-emacs.help for questions specific to Lemacs/Xemacs.

					- Marty