Milen Ivanov schrieb:

1.      I type in the minibuffer  'math-macro fun 1' and the macro box pops up 
as expected;
2.      I type in the macro-box f(#1), but the actual source I get is f(\#1)!

The UserGuide states:

The placeholder for the arguments are inserted as a backslash and sharp followed by the argument number, e.g. ``\#1'' for the first argument.

so when you want a # as a argument placeholder, you type "\#", to get only a plain 
character # type "#".

regards Uwe

Reply via email to