all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Daschek <noniq-usenet@noniq.at>
Subject: mouse-sel-mode prevents clipboard from working on windows
Date: 11 Feb 2003 17:06:49 +0100	[thread overview]
Message-ID: <ur8aeyf6u.fsf@noniq.at> (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

                 reply	other threads:[~2003-02-11 16:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ur8aeyf6u.fsf@noniq.at \
    --to=noniq-usenet@noniq.at \
    /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.