Using xemacs's indent feature in batch mode
"Liang, James" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Message-ID | <[email protected]> |
How can I use xemacs to beautify a large number of C++ files? I'd like to run xemacs in batch mode and perform the indentation, but the command that I usually use(indent-region) requires that I first select a region. Sadly, I do not know how to do this in xemacs batch mode. James