emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master f155c3c 06/14: Avoid the jit-lock-mode to kick in when


From: Stefan Monnier
Subject: Re: [elpa] master f155c3c 06/14: Avoid the jit-lock-mode to kick in when fontify code
Date: Mon, 14 Dec 2015 23:36:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>                              (delay-mode-hooks (funcall mode))
>                              (setq font-lock-mode t)
>                              (funcall font-lock-function font-lock-mode)
> +                            (setq jit-lock-mode nil)
>                              (current-buffer))))
>                (with-current-buffer (prepare-buffer)
>                  (let ((inhibit-read-only t))

I get the strong impression that you want to use font-lock-ensure (when
available).


        Stefan



reply via email to

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