Lennart Borgman <[EMAIL PROTECTED]> writes: >>Did you run "cvs update -kb" in the emacs/nt directory, as recommended >>by the INSTALL file in there? >> >> >> > Eh..., no. I totally forgot that. Thanks. > > BTW why is this not done in the repository? Is there any strange reason > sending out files that are in error? makefile.w32-in had ^M^M at the end > of all lines. (That was the problem for me.)
Just a guess, but ^M is (as hexl-mode could show you) a \r character (CR). If this file has been edited on a w32 system, newlines are composed with \r\n. That's why `add-untranslated-filesystem' was introduced, IIRC. -- Michael Cadilhac, a.k.a. Micha [mika] | Epita/LRDE promo 2007 | Please note that you should 2 rue de la Convention | 01.46.70.90.75 | s/[EMAIL PROTECTED]/@/ my mail address. 94270 Le Kremlin Bicetre | 06.23.20.31.30 | _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel