help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs (in terminal): keeping clipboard synchronized with the system


From: Miles Bader
Subject: Re: Emacs (in terminal): keeping clipboard synchronized with the system global one?
Date: Sun, 08 Mar 2009 23:37:33 +0900

Hugo Heden <hugoheden@gmail.com> writes:
>   (global-set-key "\M-w" 'ext-kill-ring-save)
>   (global-set-key "\C-w" 'ext-kill-region))

Instead of redefining the keys, you should probably set the variables
`interprogram-cut-function' and `interprogram-paste-function'
(which are used by the default commands).

-Miles

-- 
You can hack anything you want, with TECO and DDT.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]