[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Including tex commands in a list
From: |
Michael Heerdegen |
Subject: |
Re: Including tex commands in a list |
Date: |
Fri, 29 Jan 2021 13:05:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
steve-humphreys@gmx.com writes:
> Have also tried to do the following, but it still has remained a problem.
>
> (defconst crucible-mtksy-keywords
> `(;; Greek
> (,(concat "\\\\\\<"
> (rx "\\" "alpha" (or "beta" "chi") "delta")
That would match something like \alphabetadelta. I guess that's not
what you want.
If you want to refer to a submatch, e.g. to what is matched by the `or'
subexpression, use an explicit `group'.
Michael.
- Re: Including tex commands in a list, (continued)
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/27
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, Christopher Dimech, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list,
Michael Heerdegen <=
- Re: Including tex commands in a list, steve-humphreys, 2021/01/29
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/29
- Re: Including tex commands in a list, steve-humphreys, 2021/01/29
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/29
- Re: Including tex commands in a list, steve-humphreys, 2021/01/29
- Re: Including tex commands in a list, steve-humphreys, 2021/01/29
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/30
- Re: Including tex commands in a list, tomas, 2021/01/29
- Re: Including tex commands in a list, steve-humphreys, 2021/01/29
- Re: Including tex commands in a list, tomas, 2021/01/29