In article <[EMAIL PROTECTED]>, MIYOSHI Masanori <[EMAIL PROTECTED]> writes:
> In Emacs on Windows, A recovered file has an extra ^M at the end > of each line. > The following inconsistency seems to cause the trouble. > When Emacs writes out an auto-save file, Emacs doesn't set its > eol type explicitly. So CR/LF is selected for it on Windows. > On the contrary, when Emacs reads the auto-save file, Emacs > assumes that its eol type is LF. > Is this assumption necessary? I think we should change auto-saving to force LF because auto-saving must be fast. So, I changed choose_write_coding_system, not Finsert_file_contents. --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
