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

Reply via email to