
"Brad" == Brad Collins <brad@chenla.org> writes:
Brad> Karl Eichwalder <ke@gnu.franken.de> writes: >> Jon Noring <jon@noring.name> writes: >> >>> I just want to select and regularize. >> Press 'Esc q' (or 'Meta-q') in Emacs, if the pointer sits in >> the paragraph. In .emacs (or _emacs, the init file) set >> soemthing like this: >> >> (setq-default fill-column 72) Brad> I agree, M-q is very powerful! And if it doesn't do what Brad> you need let me know and I'll hack up a elisp script to do Brad> what you need. fill-region is probably what is needed: select several paragraphs and fill them. I have an elisp macro that fills every paragraph, except the indented lines. And another filling everything except between a markup. Carlo Traverso