> In TeX I deffed an '\aidmatrix' which is essentially like '\matrix'
> but sets '\left(' and '\right)' around it.  Anyways, to use it, I
> inserted the following code into `TeX-Mode Syntax Table':
>
> "\\aidmatrix{" # ")" := #1
>
> But this doesn't work;

You want the # to match more than one item.  If you want it to work
with different sized matrices, try

"\\aidmatrix{" { { # }*, }*; ) := #1

Jay
_______________________________________________
Help-gnu-emacs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to