srecode-insert-ask-variable-method

srecode-insert-ask-variable-method is a variable defined in `insert.el'.
Its value is
ask


Documentation:
Determine how to ask for a dictionary value when inserting a template.
Only the ASK style inserter will query the user for a value.
Dictionary value references that ask begin with the ? character.
Possible values are:
'ask - Prompt in the minibuffer as the value is inserted.
'field - Use the dictionary macro name as the inserted value,
and place a field there. Matched fields change together.

NOTE: The field feature does not yet work with XEmacs.

You can customize this variable.