all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Torben Knudsen <tk@es.aau.dk>
To: help-gnu-emacs@gnu.org
Subject: Re: get emacs to copy/cut/paste from CLIPBOARD selection?
Date: Fri, 22 Jan 2010 10:22:25 +0100	[thread overview]
Message-ID: <87wrza5wa6.fsf@es.aau.dk> (raw)
In-Reply-To: mailman.1913.1264124391.18930.help-gnu-emacs@gnu.org

Brendan Miller <catphive@catphive.net> writes:

> I want emacs to play nice with my other editors, in terms of using the
> CLIPBOARD selection. What's the easiest way to make this happen? Right
> now emacs seems to only pay attention to the primary collection. Is
> there any way to make emacs play nice with other editors and the
> clipboard manager in this regard?
>
> http://www.freedesktop.org/wiki/ClipboardManager
>
>

I use

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

but there are other ways.  I also have the following in my .emacs wich I
don't remember what is

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

-- 
Torben Knudsen


       reply	other threads:[~2010-01-22  9:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1913.1264124391.18930.help-gnu-emacs@gnu.org>
2010-01-22  9:22 ` Torben Knudsen [this message]
2010-01-22 19:34   ` get emacs to copy/cut/paste from CLIPBOARD selection? Brendan Miller
2010-01-22  1:39 Brendan Miller

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

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

  git send-email \
    --in-reply-to=87wrza5wa6.fsf@es.aau.dk \
    --to=tk@es.aau.dk \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.