Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How do you disable soft returns in emacs?

share|improve this question

2 Answers

Have a look at: http://www.emacswiki.org/emacs/LongLines

By default, soft returns are automatically inserted as you edit, to keep your text wrapped. If you do not want this effect, set ‘longlines-auto-wrap’ to ‘nil’. You can still type ‘M-q’, or use any of the other fill commands, to fill text using soft returns (see FillParagraph.)

share|improve this answer
hmm... this didn't work. – twism Jan 28 '09 at 20:34

Aha! [M-x toggle-truncate-lines] is what I was looking for.

Thanks for the help though.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.