How can i pasta the selected region outside emacs

Posted by luthur on Stack Overflow See other posts from Stack Overflow or by luthur
Published on 2011-03-13T08:03:27Z Indexed on 2011/03/13 8:10 UTC
Read the original article Hit count: 251

Filed under:

i am using Mac os and emacs -nw(the terminal mode) i don't know how can i pasta things (having been implemented by M-w in emacs -nw) outside the emacs.

i know that the emacs -ns can do it

Searching from the internet and the command C-h b, i find out that method, but it didn't work out.

(setq x-select-enable-clipboard t)

(setq interprogram-cut-function 'x-select-text)

i don't got to know well about the argument of interprogram-cut-function. Where the x-select-text come from and What it means?

Help me with that.Thanks a lot.

© Stack Overflow or respective owner

Related posts about emacs