* Franz Haeuslschmid (2005-06-05) writes: > Debugger entered--Lisp error: (void-variable > font-latex-match-title-1-keywords-local) > signal(void-variable (font-latex-match-title-1-keywords-local))
No problem here. Are you sure you don't have any stale files of an older installation lying around? I removed all instances of `font-latex-match-title-*-keywords' variables. Those are now called `font-latex-match-sectioning-*-keywords'. If the files are in order, do you have any references to `font-latex-match-title-*-keywords' in your init files? If so you might want to replace them with the new variable names. I am not sure if it is a good idea to add aliases for those variables. People will probably yell at us anyway because of the changed face names. And when that happens they can fix their keyword variables at the same time. With aliases we will just give them another occasion to complain once those get removed. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
