I am using Emacs 23.4.1 on my MacBook as a ruby development environment when I am on the go. Although ruby-mode works, Emacs doesn't appear to recognize ruby specific key bindings. For example, invoking C-c C-r isn't recognized, but manually invoking the command ruby-send-region via M-x will work.
I should note that on my Linux VM using Emacs 23.4.1, the above key binding works, and when I manually invoke the command with M-x Emacs will remind me in the minibuffer that I can instead use the aforementioned key binding. In the case of my OS X machine, do I manually need to define the key bindings in my ruby configuration file? If so, is there someone be kind enough to give me an example of how to do this?
Ctrlis still used in the OSX version of Emacs. I am using both the Cocoa and command-line versions. - dtgC-c C-r, because Emacs doesn't recognize the command. Or were you asking if the command is used by the operating system? If that is the case, I don't think the above key binding would be used by the Mac/Cocoa API, since Mac API commands use the apple key and notCtrl... right? - dtg