How to paste to Emacs from clipboard on OSX?
问题 This might be extraordinarily simple, but I am playing with Emacs (22.1.1) and I can't get it to paste text in the clipboard using Control - Y . 回答1: If you're using the in-built Emacs, then you're running Emacs in the terminal. The "clipboard" is a function of your windowing system. Emacs in terminal mode ( -nw ) does not access any windowing system specific APIs. This is true of most command line tools designed to work in the terminal. You need to upgrade your Emacs as others have suggested