fic-mode icon indicating copy to clipboard operation
fic-mode copied to clipboard

(font-lock-fontify-buffer) should not be called interactively

Open JalapenoGremlin opened this issue 5 years ago • 0 comments

This causes problems for other users of font-locking in the buffer when fic-mode is used as a hook.

In fic-mode:
fic-mode.el:128:8:Warning: ‘font-lock-fontify-buffer’ is for interactive use
    only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead.

JalapenoGremlin avatar Apr 19 '19 21:04 JalapenoGremlin