Problem: Autoload script sources itself when defining function. Solution: Pass TFN_NO_AUTOLOAD to trans_function_name(). (Yasuhiro Matsumoto, closes #2423)
Problem: Cannot call a dict function in autoloaded dict. Solution: Call get_lval() passing the read-only flag.