bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55798: font-lock-fontify-syntactically-region uses point without ini


From: Lars Ingebrigtsen
Subject: bug#55798: font-lock-fontify-syntactically-region uses point without initializing it.
Date: Sun, 05 Jun 2022 16:23:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Alan Mackenzie <acm@muc.de> writes:

> * emacs/lisp/font-lock.el (font-lock-fontify-syntactically-region): At
> line 26 of this function, appears:
>
>     (setq state (parse-partial-sexp (point) end nil nil state
>                                     'syntax-table))
>
> ..  However, there is no goto-char or other way of setting point earlier
> in the function (except in one arm of an `if' form).  Neither is point
> defined to have a defined setting at the entry to the function.

(syntax-ppss start) (called earlier) will skip to start, won't it?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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