[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fontification of kernel macros
From: |
Ikumi Keita |
Subject: |
Re: Fontification of kernel macros |
Date: |
Fri, 28 Jan 2022 01:10:42 +0900 |
>>>>> Arash Esbati <arash@gnu.org> writes:
>> 3. \savebox has different syntax in picture environment like
>> \begin{picture}(100,80)
>> \savebox{\someboxname}(80,10)[b]{%
>> ...
>> }
>> ...
>> \end{picture}
>> (But maybe we should avoid making the regexp for \savebox too complex
>> and just leave such \savebox inside picture env.)
> Should we update that entry to:
> ("savebox" "|{\\|[([{")
Fine with me.
>> 4. (Topic not related directly to Arash's proposal) Current
>> font-latex-built-in-keyword-classes has an entry ("verb" "*") in
>> "textual" class. Is this meaningful? It seems that \verb and \verb*
>> are treated independently by syntactic fontification and this entry has
>> no effect.
> I always had the impression that syntactic fontification caters for the
> arguments, not for the macro itself.
Ah, I see. Thanks.
Bye,
Ikumi Keita