Do Wiki do Emacs .
O Emacs é personalizável, para que você possa modificar facilmente o comportamento. O comportamento padrão é o método Kill / Yank.
Se você estiver usando o X11 Emacs (versão 21.x +), você pode ativar o Emacs para usar a área de transferência.
x-select-enable-clipboard is a variable defined in 'C source code'.
Non-nil means cutting and pasting uses the clipboard.
This is in addition to, but in preference to, the primary selection.
On MS-Windows, this is non-nil by default, since Windows does not
support other types of selections. (The primary selection that is
set by Emacs is not accessible to other programs on Windows.)
Há notas adicionais inclusas para o Emacs 23.x + (que é a versão da última versão do Ubuntu).
The following represents something extremely close in “feel” to other modern X11 desktop apps, but with “bonus” kill ring features. “feel”? that is to say, the precise key bindings are different to other X11 apps unless maybe you also turn on cua-mode, but the behaviour is very similar to C-x/C-c/C-v clipboard in other apps:
clipboard and primary X11 selections are kept separate, yet clipboard X11 selection and kill-ring are friends.
A listagem para vincular os padrões às funções clipboard-*
funciona bem no Linux e na versão w32 do Emacs.
Na maioria dos casos, se estiver usando X11 ou Emacs dentro de um terminal, o botão do meio do mouse é o botão de colar habitual. A principal diferença é para o Emacs gráfico, a pasta ocorre no ponteiro, enquanto dentro de um terminal a pasta ocorre no cursor.