Hello Jim,
      First decide on a reasonable number --- of characters, you would
      put in  each line (say 80). Then do C-u 80 C-x f. This will set
      "column-fill to 80. Anytime you have typed 80 characters on a
      line pressing SPC will automatically start a new line. 

In fact you could do this by putting a line in your .emacs file:

(setq default-major-mode 'text-mode)
(setq column-fill 72)

Hope this helps.
Cheers.
Kalyan


Jim Green writes:
 > 
 > 
 > Hi Folks,
 > 
 > Thanks Doug, for the advice on shutting down.  I've been trying
 > different things since I wrote and have found C-x C-c works a lot
 > better if I'm in the shell buffer.  So, another question.  Now
 > that I can work in Emacs, I write notes there.  When I try to
 > edit them, I hit C-p to go up a line and it takes me back to the
 > first line of the note.  Emacs is treating the paragraph as if it
 > is a single line.  I know this is great for programming, but it's
 > driving me nuts.  How do I switch back and forth between line
 > breaks, and continuous lines?  Thanks.
 > 
 > Jim
 > 
 > 
 > Net-Tamer V 1.12.0 - Registered
 > _______________________________________________
 > Oralux mailing list
 > [EMAIL PROTECTED]
 > http://lists.freearchive.org/mailman/listinfo/oralux
_______________________________________________
Oralux mailing list
[EMAIL PROTECTED]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to