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

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

bug#49906: perl-mode: variables that conflict with keywords aren't fonti


From: Lars Ingebrigtsen
Subject: bug#49906: perl-mode: variables that conflict with keywords aren't fontified properly
Date: Fri, 06 Aug 2021 13:00:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Tomasz Konojacki <me@xenu.pl> writes:

>> For example, "$package" is fontified like a keyword.

In what context, and in which Emacs version?

$package = foo;

is fontified like a variable in Emacs 28.

>  (defconst perl-font-lock-keywords-2
> -  (append
> +  (cl-concatenate
> +   'list

Any particular reason to change from append to cl-concatenate here?

-- 
(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]