in reply to avoiding hash key typos

Using emacs's auto-completion and using descriptive variable (and hash key) names really cuts down my number of typos. In your example, I would probably type "eve" + esc-/ and then cycle through the 3 keys to pick the key that I want.

-Joe