all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mouse-sel-mode prevents clipboard from working on windows
@ 2003-02-11 16:06 Stefan Daschek
  0 siblings, 0 replies; only message in thread
From: Stefan Daschek @ 2003-02-11 16:06 UTC (permalink / raw)


I'm using "GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195) of 2002-03-19 on
buffy" on ms windows 2000.

After activating mouse-sel-mode I can no longer paste text copied from
other applications into emacs.

Steps to reproduce:

* emacs --no-site-file -q
* select and copy some text in any other application
* paste it into emacs -> works
* M-x mouse-sel-mode
* select and copy some more text from any other application
* try to paste it into emacs -> does not work (instead, the same text
  is inserted as for the first paste).

I have found the following workaround:

(let ((paste interprogram-paste-function)
      (cut   interprogram-cut-function))
     (mouse-sel-mode)
     (setq interprogram-paste-function paste
           interprogram-cut-function   cut)))

However I think that this is a bug that should be fixed in
mouse-sel-mode.el.


sincerely,
stefan

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-11 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-11 16:06 mouse-sel-mode prevents clipboard from working on windows Stefan Daschek

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.