SPUG:Re: ~damian/bin scripts.

Jeremy Mates jmates at sial.org
Mon Jan 20 22:09:26 CST 2003


* Geoffrey & Kristin Grosenbach <glyph at mac.com>
> # .vimrc (maybe works in straight vi)

Or .exrc, for autoformat, which was mentioned indirectly a few times
(see Text::Autoformat for details):

map f !Gperl -MText::Autoformat -e'autoformat'

In emacs, that works out to something like

M-h C-u M-| perl -MText::Autoformat -e'autoformat'

though one really should be looking at elisping it to something easier
to invoke.



More information about the spug-list mailing list