emacs-devel
[Top][All Lists]
Advanced

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

Re: First fontification of a buffer happens before font lock is fully in


From: Stefan Monnier
Subject: Re: First fontification of a buffer happens before font lock is fully initialised.
Date: Fri, 10 Feb 2012 09:27:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

> + :after-hooks    A single lisp form which is evaluated after the mode hooks
> +                 have been run.  It should be quoted.

Don't quote it.

> !        ,@(when after-hooks `(,(eval after-hooks)))

And don't call `eval'.
Also, I'd move the after-hooks code to after the customize-mark-as-set&message.


        Stefan



reply via email to

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