[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subscript with parenthesis
From: |
Tom Alexander |
Subject: |
Re: Subscript with parenthesis |
Date: |
Thu, 21 Sep 2023 19:02:38 -0400 |
User-agent: |
Cyrus-JMAP/3.9.0-alpha0-761-gece9e40c48-fm-20230913.001-gece9e40c |
Some additional things I'm noticing:
- when using parenthesis, :use-brackets-p is nil, so they're not equivalent to
curly braces.
- it does not support objects inside the parenthesis, just plain text, which
again means they're not equivalent to braces.
- it, however, seems to require that the parenthesis are balanced because this
test document does NOT contain a subscript:
```
foo_(b(ar)
```
which is closer to the curly braces requirement since that seems to be the only
part of the subscript/superscript documentation that mentions needing balance.
--
Tom Alexander