Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'emacs? (hawk, spit)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
emacs? (hawk, spit)
Authored by: ret on Mar 06, '02 11:35:57PM

You can also do this in vim, which if you haven't installed instead of the stock vi, you really should.

open the file (you'll see the line-ending type in the status line if it's not the default one)
type:
:set ff=unix
- or -
:set ff=mac
-or -
:set ff=dos

to set what you want the format to be, and
:wq

to write and quit.

Even so, a drag-n-droppable tool would be better.

cheers
RET



[ Reply to This | # ]