Tagged Questions

5
votes
2answers
594 views

How to use Emacs to write comments with proper indentation, line-length, and wrapping?

I'm tired of writing comments that look like this { # bla bla blabla bla blabla bla blabla # bla bla blabla bla blabla bla blabla bla blabla bla blabla bla bla # blaaa bla } I have to ...
4
votes
3answers
803 views

Algorithm for re-wrapping hard-wrapped text?

Let's say that I have written a custom e-mail management application for the company that I work for. It reads e-mails from the company's support account and stores cleaned-up, plain text versions of ...
1
vote
1answer
249 views

How to unwrap lines in TextMate?

I love pressing ^q to wrap a line (add newlines). I want to be able to highlight these multiple lines and press a keyboard shortcut to unwrap them (delete newlines).