emacs-devel
[Top][All Lists]
Advanced

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

Re: Path & Demo: Source View in Help Buffers


From: Tassilo Horn
Subject: Re: Path & Demo: Source View in Help Buffers
Date: Wed, 22 Sep 2021 13:32:57 +0200
User-agent: mu4e 1.6.6; emacs 28.0.50

Arthur Miller <arthur.miller@live.com> writes:

>> Out of curiosity, why do you have fboundp-checks for font-lock-ensure
>> in the code?  That's always true, isn't it?
>
> I don't know. Since font-lock has all its stuff abstracted into buffer
> local function variables, I am not sure if I can count it is not nil?

But it's no buffer-local variable, it's a function.  If you have emacs
25.1 upwards, you have `font-lock-ensure'.

> If I can I would gladly remove the check. I appreciate advice, I am
> not so familiar with all the details of everything.

I think that's a common check for 3rd-party packages which want to keep
supporting emacs 24.  But since you are hacking emacs core, there's no
need for that unless the function/variable is only defined if some
configure option is given or some lib is available.  But none of the
latter applies to font-lock.el.

Bye,
Tassilo



reply via email to

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