help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Font lock mode and auctex


From: Stefan Monnier
Subject: Re: Font lock mode and auctex
Date: Tue, 27 Feb 2018 10:49:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> File mode specification error: (void-variable font-lock-face-attributes)

font-lock-face-attributes was declared obsolete in Emacs-20(!) and
removed soon after.  You must be running some seriously out of date code.

> Debugger entered--Lisp error: (void-function cl-defstruct)
>   (cl-defstruct latex-math-preview-symbol source display func args image
> math)

The file that includes the above code is missing a (require 'cl-lib).


        Stefan




reply via email to

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