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

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

Re: Copy from emacs to Ubuntu clipboard


From: Torben Knudsen
Subject: Re: Copy from emacs to Ubuntu clipboard
Date: Tue, 16 Dec 2008 08:39:25 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

>>>>> "Bourgneuf" == Bourgneuf Francois
>>>>> <francois.bourgneuf@groupe-mma.fr> writes:

Bourgneuf> On Linux, Emacs doesn't interact with the clipboard.  Just
Bourgneuf> add these lines to your .emacs

Bourgneuf> ;; make emacs use the clipboard (setq
Bourgneuf> x-select-enable-clipboard t) (setq
Bourgneuf> interprogram-paste-function
Bourgneuf> 'x-cut-buffer-or-selection-value)

Bourgneuf> Bour9

I have used the separate functions for this now with the key binding

(global-set-key "\C-cw" 'clipboard-kill-ring-save)
(global-set-key "\C-cy" 'clipboard-yank)

if I use 

;; make emacs use the clipboard
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)

then I guess the clipboard functions are not needed?

Are there any disadvantages with the x-select-enable-clipboard t
solution?

-- 
Associate Prof. Ph.D Torben Knudsen Mobile : (+45) 2787 9826 Section
of Automation and Control, Direct : 6 8694 Department of Electronic
Systems, Email : tk@es.aau.dk Aalborg University Fredrik Bajersvej 7
DK-9220 Aalborg Ø Denmark


reply via email to

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