Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
录制宏时,如果我执行任何类型的 kill(backward-kill-word),然后执行 yank ,宏会在 yank 处停止执行并退出。我所做的一切似乎都无法真正在宏中拉动某些东西。我在 Ubuntu 9.04 上运行 emacs 22。
Ruby 模式似乎是这里的罪魁祸首。当我禁用 ruby 模式时,这就像一个魅力。