* Ralf Angeli (2005-07-06) writes: > loaddefs.el in a Windows build checked out and compiled yesterday > doesn't seem to include all autoloads. For example the autoloads for > latexenc.el are missing. I suspect this is the cause for LaTeX files > in a Windows build of Emacs being opened with a raw-text-dos coding > system (which prevents character code conversion and therefore leads > to other problems).
Maybe I should add that these problems manifest themselves in duplicated ^M line endings every time a file is edited, saved and reopened if there are non-ASCII characters in the buffer. That means after doing this a few times one will end up with ^M^M^M^M^M^M. So Windows users editing (La)TeX files and using non-ASCII characters in these files should either take precautions not to end up with raw-text buffers or stay away from CVS Emacs until this is fixed. Another error which is likely caused by the incomplete loaddefs.el is that Makefile mode (makefile-gmake-mode in particular) cannot be activated when a Makefile is opened. -- Ralf _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
