I would like to set up emacs so that it plays a typewriter sounds when typing text into the buffer, as well as a carriage return sound when hitting enter (similar to the Q10 editor on windows). Does anyone have any suggestions for how I might go about this? Is there a hook that I could use?
I currently use aquamacs and emacs 22, but am not averse to upgrading.
EDIT: In case anyone is interested, the vim version of this question was asked here: How can I make VIM play typewriter sound when I write a letter?
afplay
utility usingstart-process-shell-command
. – Hampden