Package: auctex Version: 11.86-10 Followup-For: Bug #679712 After upgrading to Emacs 24 in Sid, it was necessary to make the following change in /etc/emacs/site-start.d/50auctex.el to load AUCTeX mode:
commit d6e2d76d1498a134a275b36d53ae5e5d866614c9 Author: Jason White <[email protected]> Date: Mon Jul 16 10:27:36 2012 +1000 Load AUCTeX mode in Emacs 24. diff --git a/emacs/site-start.d/50auctex.el b/emacs/site-start.d/50auctex.el index 34b2bba..63c48ab 100644 --- a/emacs/site-start.d/50auctex.el +++ b/emacs/site-start.d/50auctex.el @@ -4,7 +4,7 @@ ;;; form "(unload-feature 'tex-site)" (i.e., put that string into your ;;; "~/.emacs" to disable AUCTeX completely). -(if (member debian-emacs-flavor '(emacs23 emacs-snapshot)) +(if (member debian-emacs-flavor '(emacs23 emacs24 emacs-snapshot)) (if (file-exists-p "/usr/share/emacs/site-lisp/auctex/tex.el") (progn (let ((list '((lisp . "auctex") (source . "auctex")))) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

