* Franz Haeuslschmid (2005-06-05) writes: > Ralf Angeli writes: > >> * 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'. > > I removed my site-packages directory (AUCTeX is anyway its only > inhabitant) and did > > make extraclean && ./configure && make && make install
Okay. Does `M-x list-load-path-shadows RET' report anything suspicious? >> 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. > > Init files as in `init.el' and `custom.el'? The only reference I > can think of is located in the tail of `custom.el': > > (custom-set-faces > '(font-latex-title-1-face ((((class color) (background light)) > (:foreground "blue4" :family "helvetica" :bold t)))) > '(font-latex-title-2-face ((((class color) (background light)) > (:foreground "blue4" :family "helvetica" :bold t)))) > '(font-latex-title-3-face ((((class color) (background light)) > (:foreground "blue4" :family "helvetica" :bold t))))) Those obviously won't work anymore. But the change which made them inoperative happened some weeks ago. > However, the `--vanilla' switch, I suppose, ignores init files. Yeah, sorry, overlooked that. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
