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

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

Re: How to highlight UUID in all buffes?


From: William Xu
Subject: Re: How to highlight UUID in all buffes?
Date: Sat, 15 Oct 2022 12:34:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Jean Louis <bugs@gnu.support> writes:

> I have tried this:
>
> (font-lock-add-keywords 'mail-mode '((thing-at-point-uuid-regexp 1 'link)))

Try:

(font-lock-add-keywords 'mail-mode `((,(concat "\\(" thing-at-point-uuid-regexp 
"\\)") 1 'link)))

-- 
William




reply via email to

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