Comment #2 on issue 1042 by pekka.klarck: request new automatic variable ${KEYWORD_NAME}
http://code.google.com/p/robotframework/issues/detail?id=1042
A problem with implementing this is that currently variable namespaces are implemented so stupidly that automatic ${KEYWORD NAME} variable would overwrite other variables with the same name. That is a pretty a pretty common variable name so the change could cause backwards-incompatibility problems.
I hope that in RF 2.8 variables are re-implemented so that they have a proper support for namespaces. After that automatic variables could be implemented so that they are used only if no other variable with same name exists. If such variable is needed earlier, it could possibly be named ${CURRENT KEYWORD NAME}
