"Bourgoin, Mario" <mario.bourg...@emc.com> writes: Hi Mario,
> Indeed, the definition of ` font-latex-jit-lock-force-redisplay' begins as > follows: > ---- > (defun font-latex-jit-lock-force-redisplay (buf start end) > "Compatibility for Emacsen not offering `jit-lock-force-redisplay'." > (if (fboundp 'jit-lock-force-redisplay) > (jit-lock-force-redisplay buf start end) > ---- > > So it calls the apparently two-argument jit-lock-force-redisplay with > three arguments. Correctly identified, but the above is not the definition of `font-latex-jit-lock-force-redisplay' as shipped with 11.88.3. So it seems you have an old auctex/font-latex.el laying around somewhere in your `load-path' which overrides the one of 11.88.3. Do M-x list-load-path-shadows RET to find out. The version you are supposed to use should reside in ~/.emacs.d/elpa/auctex-11.88.3/ (or ~/.emacs.d/elpa/auctex-11.88.4/ if you updated to the newest release). Bye, Tassilo _______________________________________________ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex