emacs-devel
[Top][All Lists]
Advanced

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

Re: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021


From: Paul W. Rankin
Subject: Re: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021
Date: Wed, 24 Mar 2021 23:30:20 +1000

> On 24 Mar 2021, at 11:09 pm, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> 
>> properties -- only those with the `(fontified . t)' property.
> 
> Font-lock doesn't pay attention to `fontified`.
> `fontified` is used by `jit-lock` only.

It seems that `font-lock-mode' eventually calls `font-lock-default-function' 
which calls `font-lock-mode-internal' which sets 
`font-lock-fontify-buffer-function' to `jit-lock-refontify' (in e.g. 
emacs-lisp-mode) which would explain what we're seeing?


reply via email to

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