Christian Gudrian <[EMAIL PROTECTED]> writes: > Before I can do that I should find a way to make this error occur > without AUCTeX being active. Otherwise it might get tricky for the > Emacs maintainer to reproduce this behaviour and track down the error, > don't you think?
I wrote latexenc.el so I should probably try to comment a bit :-) I'm not able to reproduce the bug (I use AUCTeX too) and have no idea what's happening. I guess you have a setting somewhere that interferes with latexenc.el (this could still be an error in latexenc.el though). But here are few thoughts and comments. latexenc.el does nothing with regards to line endings. There is nothing in your minimal example that indicates a coding system (from latexenc-find-file-coding-system's point of view) and latexenc-find-file-coding-system will therefore return 'undecided as the coding system. At my emacs the file ends up with a coding system of undecided-dos. But you wrote that you end up with iso-latin-1-dos as coding system. This is why my guess is that it is some setting that is interfering. Kind regards, -- Arne Jørgensen <http://arnested.dk/> _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
