Making Emacs on Windows awoid making DOS linefeeds
Put the following in your ~/.emacs
(modify-coding-system-alist 'file "\\\\'" 'no-conversion)
Categories: TechStuff
Put the following in your ~/.emacs
(modify-coding-system-alist 'file "\\\\'" 'no-conversion)
Isn’t there an option to include this inside the sourcefiles so Emacs turns this on automaticly? This way you can avoid it even when people forgot to fix their emacs.
The best fix however is to use Linux!