Jim <[email protected]> writes: > If you define a macro without arguments, as follows > \def\mymac > { > ... whatever ... > } > and hit TAB when dot is in the open-brace line, all is good: the open > brace stays aligned with the '\' of '\def'. (Or, if '\def' is indented, > then TAB will align the '{' with the '\' of '\def'.) > > But if you have one or more arguments, like > \def\mymac#1#2#3 > or > \def\mymac[#1] > then the open brace is indented so that it is aligned with the first char > following the macro name; '#' or '[', respectively, in these examples.
Can you please show a complete example incl. the major mode you're using? I can't reproduce the above. Thanks. Best, Arash _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
