bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] Re: 2005-06-04; Void variable for font


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] Re: 2005-06-04; Void variable for font
Date: Sun, 05 Jun 2005 20:26:23 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]