View Single Post
Posts: 26 | Thanked: 2 times | Joined on Nov 2009
#21
Hi, could you help me with
"Before first using GNU Emacs, to make sure that GNU Emacs clipboard is integrated with the system clipboard (IMPORTANT), make sure you have an .emacs file in your home directory with the following text:
(set-clipboard-coding-system 'utf-8)
(setq x-select-enable-clipboard t)
$ echo "(set-clipboard-coding-system 'utf-8)" >> ~/.emacs
$ echo "(setq x-select-enable-clipboard t)" >> ~/.emacs"

i don't really get it. thanks