unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Bourgneuf Francois" <francois.bourgneuf@groupe-mma.fr>
To: <help-gnu-emacs@gnu.org>
Subject: RE: Copy from emacs to Ubuntu clipboard
Date: Mon, 15 Dec 2008 17:00:57 +0100	[thread overview]
Message-ID: <9884393F63F8AF4EA99527DC3C9141E22DD600@zw67246c.societe.mma.fr> (raw)

> -----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




             reply	other threads:[~2008-12-15 16:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-15 16:00 Bourgneuf Francois [this message]
     [not found] <mailman.2800.1229356865.26697.help-gnu-emacs@gnu.org>
2008-12-16  7:39 ` Copy from emacs to Ubuntu clipboard Torben Knudsen
  -- strict thread matches above, loose matches on Subject: below --
2008-12-14 18:07 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9884393F63F8AF4EA99527DC3C9141E22DD600@zw67246c.societe.mma.fr \
    --to=francois.bourgneuf@groupe-mma.fr \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).