Matt Price <mopto...@gmail.com> writes:

> Removing the space between \C-c and \C-r worked.  I guess I really
> don't understand the syntax for setting keybindings in emacs -- every
> time I do it it's trial and error!

I think using (kbd ...) is the recommended way nowadays:

,----[ C-h f kbd RET ]
| kbd is a compiled Lisp function in `subr.el'.
| 
| (kbd KEYS)
| 
| Convert KEYS to the internal Emacs key representation.
| KEYS should be a string constant in the format used for
| saving keyboard macros (see `edmacro-mode').
`----

-- 
cheers,
Thorsten


Reply via email to