all
Now I'm editing c sources with emacs under c-mode. How ever auto-fill-mode doesn't seem to work at all. Here how I enabled and tried to use it.
- M-x auto-fill-mode (enable auto-fill-mode)
- Typed in a line longer than auto-fill size(which 80 characters for now) --> didn't break the line
- Tried to auto-filled by issuing M-q
However above attempt didn't work out at all. Could anybody point out that what have I done wrong?
Thanks for your help in advance.