From: "Aabhas Chandra" <[EMAIL PROTECTED]>
   
   Is there a command to beautify the source that is loaded in the current 
   buffer ? A lot of code that I download is pretty badly indented if there 
   were a way to beautify all the source code that would be very helpful.

I don't remember any builtin command to do this, but you could easily
write your own command or even a keyboard macro combining
mark-whole-buffer and indent-region that will do approximately what
you want.

Reply via email to