* Ralf Angeli (2008-02-02) writes: > By the way, the value of the `tex-saved' property of `texinfo-mode' is > awfully big after loading a Texinfo in CVS Emacs (probably a whole > function definition). The values of such properties on > e.g. `latex-mode' are also different compared to the case of loading a > LaTeX file: `TeX-latex-mode' compared to `(autoload "tex-mode" 1725277 t > nil)'. So somehow `TeX-modes-set' is called in the Texinfo case (even > without the case above) and overwrites the property values. This is no > problem in Emacs 21. But then again, I haven't looked what these > properties are for.
I should add that this might not be a "problem" at all. It might even work as intended (meaning, an autoload definition gets exchanged with a symbol or function definition after the respective file is loaded), I'm just not sure if the right value is put into the property. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
