unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Copy from emacs to Ubuntu clipboard
@ 2008-12-14 18:07 Barrie Hiern
  2008-12-14 22:13 ` Peter Dyballa
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Barrie Hiern @ 2008-12-14 18:07 UTC (permalink / raw)
  To: help-gnu-emacs

How to copy from emacs to OS clipboard???

TIA,
Barrie


^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: Copy from emacs to Ubuntu clipboard
@ 2008-12-15 16:00 Bourgneuf Francois
  0 siblings, 0 replies; 13+ messages in thread
From: Bourgneuf Francois @ 2008-12-15 16:00 UTC (permalink / raw)
  To: help-gnu-emacs

> -----Message d'origine-----
> De : 
> help-gnu-emacs-bounces+francois.bourgneuf=groupe-mma.fr@gnu.or
> g 
> [mailto:help-gnu-emacs-bounces+francois.bourgneuf=groupe-mma.f
> r@gnu.org] De la part de Teemu Likonen
> Envoyé : lundi 15 décembre 2008 09:04
> À : help-gnu-emacs@gnu.org
> Objet : Re: Copy from emacs to Ubuntu clipboard
> 
> Torben Knudsen (2008-12-15 08:47 +0100) wrote:
> 
> >>> How to copy from emacs to OS clipboard???
> 
> > What is the "Copy key"? I guess the paste key (outside 
> emacs) is C-v.
> >
> > I haave used some binding myself which some times get over writen
> > which is a little anoining. How do I avoid that?
> 
> I don't know if this is relevant but I have set the variable
> x-select-enable-clipboard to non-nil and I have always copy-pasted
> normally between Emacs and the rest of my KDE system.
> 
>     M-x customize-option RET x-select-enable-clipboard RET
> 
> 

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

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

Bour9




^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <mailman.2800.1229356865.26697.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2009-01-01  2:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 18:07 Copy from emacs to Ubuntu clipboard Barrie Hiern
2008-12-14 22:13 ` Peter Dyballa
2008-12-14 22:24 ` Barrie Hiern
     [not found] ` <mailman.2768.1229292844.26697.help-gnu-emacs@gnu.org>
2008-12-15  7:47   ` Torben Knudsen
2008-12-15  8:03     ` Teemu Likonen
2008-12-15 10:04     ` Peter Dyballa
     [not found]     ` <mailman.2782.1229335480.26697.help-gnu-emacs@gnu.org>
2008-12-15 13:55       ` Jason Rumney
2008-12-15 15:49         ` Peter Dyballa
2008-12-16  3:15 ` excord80
2008-12-30 15:41   ` excord80
2009-01-01  2:14     ` dIbMx2
  -- strict thread matches above, loose matches on Subject: below --
2008-12-15 16:00 Bourgneuf Francois
     [not found] <mailman.2800.1229356865.26697.help-gnu-emacs@gnu.org>
2008-12-16  7:39 ` Torben Knudsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).