3

I'm playing with coffee-mode for editing coffee-script, but I'm a total emacs newb.

In coffee-mode there are key bindings like "A-r" for compiling a buffer and "A-M-r" (I assume the "M" is meta) to open a coffeescript repl. However I can't find which key "A" refers to (it's really hard to google for A-).

Ben Ford
  • 2,087
  • 21
  • 26
  • Maybe it's assumed you have a PC-compatible keyboard and A means 'Alt'. Compare with http://wttools.sourceforge.net/emacs-stuff/emacs-keybindings.html – pavium May 18 '11 at 11:57

1 Answers1

1

I figured out the problem. "A-r" apparently is the command key and r on a mac!

Rais Alam
  • 6,970
  • 12
  • 53
  • 84
Ben Ford
  • 2,087
  • 21
  • 26