On 02/22/2016 03:56 AM, Anders Lindgren wrote: >> What's the proper way to mark a buffer for refontification (and >> refontify the visible portion) immediately in 25? >> > I've been using `(font-lock-region (point-min) (point-max))' to force > a refontification of the entire buffer, for my htmlize-like packages > (`faceup' and `e2ani'). I'm not sure if it's the "right way" to do > it, but it works in practice. Thanks. Won't that refontify the whole buffer though, even the non-visible (and not yet fontified) areas, though? That would be a performance issue for me. Clément.