emacs-devel
[Top][All Lists]
Advanced

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

Re: cc-mode fontification feels random


From: martin rudalics
Subject: Re: cc-mode fontification feels random
Date: Mon, 7 Jun 2021 09:35:12 +0200

>> What exactly are the reasons that we need to scan from BOB?  With the
>> exception of data type declarations, what else requires to go back
>> farther that the beginning of the defun in which we start fontifying?
>
> It all depends on the language.
>
> E.g. in ELisp, what looks like a defun might actually be in the middle
> of a string and there's no reliable way to know if something's in
> a string other than to parse from BOB.

Unless `open-paren-in-column-0-is-defun-start' is non-nil.

martin



reply via email to

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