Emacs: Yanking not working when executing a macro

130 Views Asked by At

When recording a macro, if I perform any kind of kill (backward-kill-word), followed by a yank , the macro stops execution at the point of the yank and exits. Nothing I do seems to work to be able to actually yank something in a macro. I'm running emacs 22 on Ubuntu 9.04.

1

There are 1 best solutions below

0
On BEST ANSWER

Ruby mode appears to be the culprit here. When I disable ruby mode, this works like a charm.