Comment 42 for bug 543266

Revision history for this message
paolo.mgi (paolo-mgi) wrote :

It is simply amazing that this bug is still present in 12.10!

Anyways the following workaround wors form me:
1) get auctex from http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/auctex/snapshots/ftp/
2) ./configure --prefix=/usr/local --with-emacs=/usr/bin/emacs24-x && make && make install
3) add to /etc/emacs/site-start.el
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)