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

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

rx of (any SET...)


From: Michael Albinus
Subject: rx of (any SET...)
Date: Wed, 17 Aug 2022 17:43:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hi,

I have the regexp

--8<---------------cut here---------------start------------->8---
(concat "[^" (bound-and-true-p mm-7bit-chars) "]")
--8<---------------cut here---------------end--------------->8---

I want to write it in rx notation, but I fail. I know how to use xr for
reverse engineering, but I'd like to keep the variable mm-7bit-chars in
the rx notation, and not to replace it by the literal string.

How would this look like?

Best regards, Michael.



reply via email to

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