Re: utf8, macos x, and fmt
| Newsgroups | gmane.editors.wily |
|---|---|
| Message-ID | <[email protected]> |
> I think GNU textutils will "do the right thing" and can be found > via http://www.gnu.org/software/textutils/textutils.html but > ICBW. By the way, a most useful pipeline made from the gnu textutile which I use in wily, mainly when editing latex is this (I call it fw): #!/bin/rc expand -i -t 4 | fmt | unexpand -t 4 and put |fw in .wilytools for *.tex with |indent and |outdent (which are not the gnu versions). ian