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

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

bug#51733: 27.1; Detect impossible email addresses better


From: Lars Ingebrigtsen
Subject: bug#51733: 27.1; Detect impossible email addresses better
Date: Tue, 18 Jan 2022 12:37:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> We don't have the :bidicontrol: regexp class.  Do we have another way to
> classify bidi control characters?  The have class Cf, but so does many
> other non-bidi control characters...

I guess it's

(get-char-code-property ?\N{LEFT-TO-RIGHT ISOLATE} 'bidi-class)

combined with whether it's a control character?

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