all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Adding clipboard content to the kill ring automatically (Windows)
@ 2009-09-13 16:59 PT
  2009-09-13 17:23 ` Eli Zaretskii
  2009-09-13 23:01 ` Jeff Clough
  0 siblings, 2 replies; 9+ messages in thread
From: PT @ 2009-09-13 16:59 UTC (permalink / raw)
  To: help-gnu-emacs

I use Emacs on Windows, but this issue probably applies to other OSes as well.

Suppose I want to copy some text to emacs from an other
program. I have x-select-enable-clipboard enabled, so this is no
problem, I copy some text in an other application and then
paste (yank) it into emacs.

However, usually when I'm getting to the paste part it occurs to
me I need to do some editing (which includes some killing)
beforehand, so I do it first, but then clipboard content is not
accessible anymore from emacs, because the kill commands have
modified the kill ring and paste uses that text instead of
clipboard contents.

Is there a way to add newly copied (from other apps) clipboard
text automatically to the kill ring, so it can be yanked from it
even if I do some killings first in emacs? I thought of using and
timer to do it, but it's kind of brute force. Is there a better
way?






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-09-23 16:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-13 16:59 Adding clipboard content to the kill ring automatically (Windows) PT
2009-09-13 17:23 ` Eli Zaretskii
2009-09-13 17:48   ` PT
2009-09-13 18:33     ` Andreas Politz
2009-09-13 19:27       ` PT
2009-09-13 23:01 ` Jeff Clough
2009-09-14  4:48   ` PT
2009-09-14  6:05     ` PT
     [not found]     ` <mailman.6633.1252908378.2239.help-gnu-emacs@gnu.org>
2009-09-23 16:29       ` bigfaceworm

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.