I'm trying to write a template that expands beginning in column 1 rather than at the cursor position. I'm using the $ME macro tag, invoking a macro to do the output. It appears that anything the macro does in the way of output is placed at the cursor position, regardless of any cursor moving the macro might do - the moving and any editing occur, but then the output goes to the original cursor position anyway. That makes sense from the way I understand the $ME tag, but it doesn't help me in this case.
Any ideas on how I can make this happen through a template? I suppose I could just use a macro, but it seems like that doesn't flow quite as well as a template.
Bill