vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Edo wrote: > Hello > I just started with emacs to do c++, after opening a .cc file > I find "^M" at the place of every new line char. > whats the go with this, "why, how to get ride of it?" > > also > > what is a good .emacs file for c++ coding? > > many thanks The file was probably created on a M$ system and you are opening it on a *nix system. Use dos2unix to get rid of the pesky ^M's. |