Some instant aliases fail to execute

Version 9 WIP (9.0.24275.12306, 2024-10-01)

  1. Load the aliases from wip9.txt (184 Bytes).
  2. Make all of them instant, except the alias Z.
  3. Run _ToggleInstantAliases and set the delay to 0.
  4. Try to execute any of the instant aliases, Z1 etc.
  5. The wrong macro is executed (_Help is executed instead of _Line).

Found another issue as well. Alias is treated as instant when it is not;

  1. Load the aliases from wip9.txt (184 Bytes).
  2. Open the aliases list and observe that there is no aliases named ZQ.
  3. Run _ToggleInstantAliases and set the delay to 300 etc.
  4. Type ZQ and wait. A command is executed even though ZQ is not an instant alias.

Note that I have General → Command Window → Use command options dialog enabled.