all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: James Cloos <cloos@jhcloos.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: cut/paste support in X Windows (running Gnome)
Date: Thu, 17 Mar 2005 17:01:32 -0500	[thread overview]
Message-ID: <m3vf7qorsz.fsf@lugabout.cloos.reno.nv.us> (raw)
In-Reply-To: <slrnd3htdl.1l6h.use-reply-to@sergei.homeunix.org> (Sergei Gnezdov's message of "Thu, 17 Mar 2005 03:08:59 +0000 (UTC)")

>>>>> "Sergei" == Sergei Gnezdov <use-reply-to@nofrom.not> writes:

Sergei> 1. Set mark (Ctrl-Space) 2. Go to the end of the region to
Sergei> copy 3. Press Ctrl-Ins.

I just gave that a test.  If you look at the output of C-h C-<INS>
you'll probably find that is is bound to kill-ring-save which uses
the value of the variable interprogram-cut-function for inserting
the region into the cut-n-paste system.

Im my case interprogram-cut-function is set to x-select-text and
x-select-enable-clipboard is nil so I have to use middle-click
rather than C-v to paste the text in other programs.  (BTW, I
had to look at the src of x-select-text to remind myself about
x-select-enable-clipboard.)

I bet that is your case as well.

Try setting x-select-enable-clipboard to t and see whether you
get the functionality you prefer.  You can customize it:

   (customize-variable 'x-select-enable-clipboard)

or just setq it in ~/.emacs:

   (setq x-select-enable-clipboard t)

P.S.     Apologies if I targeted this at a too low
         familiarity level; at least it'll be there
         for the archive....         

-JimC
-- 
James H. Cloos, Jr. <cloos@jhcloos.com>

  parent reply	other threads:[~2005-03-17 22:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-16  8:08 cut/paste support in X Windows (running Gnome) Sergei Gnezdov
2005-03-16 10:25 ` Peter Dyballa
2005-03-16 19:27 ` Eli Zaretskii
2005-03-17  3:08   ` Sergei Gnezdov
2005-03-17  4:40     ` Eli Zaretskii
     [not found]     ` <mailman.4135.1111036772.32256.help-gnu-emacs@gnu.org>
2005-03-17 20:53       ` XWin32 oddities (was: cut/paste support in X Windows (running Gnome)) Jochen Küpper
2005-03-17 22:00     ` cut/paste support in X Windows (running Gnome) James Cloos
2005-03-17 22:01     ` James Cloos [this message]
     [not found] <mailman.3983.1110961943.32256.help-gnu-emacs@gnu.org>
2005-03-22 12:26 ` Olive

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=m3vf7qorsz.fsf@lugabout.cloos.reno.nv.us \
    --to=cloos@jhcloos.com \
    --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.