Package: auctex Version: 11.91-1 Severity: important Tags: patch With the recent upgrade of emacs to the non-numbered package names, emacs25 is now just a transitional package. As a result, the debian-emacs-flavor is just "emacs", so the test on line 7 of /etc/emacs/site-start.d/50auctex.el fails and the package is not autoloaded.
Patch: add "emacs" to this list, so that it reads: (if (member debian-emacs-flavor '(emacs24 emacs25 emacs-snapshot emacs)) Best wishes, Julian