From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.bugs Subject: (w32-set-clipboard-data text) => focus lost sometimes Date: Tue, 25 Mar 2003 14:36:30 +0100 Organization: Church of GNU Emacs Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: Reply-To: christoph.conrad@gmx.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048599536 2410 80.91.224.249 (25 Mar 2003 13:38:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2003 13:38:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 25 14:38:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xod9-0000ao-00 for ; Tue, 25 Mar 2003 14:38:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xocr-000133-00 for gnu-bug-gnu-emacs@m.gmane.org; Tue, 25 Mar 2003 08:38:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xocN-0000Hm-00 for bug-gnu-emacs@gnu.org; Tue, 25 Mar 2003 08:37:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xocL-0000Eh-00 for bug-gnu-emacs@gnu.org; Tue, 25 Mar 2003 08:37:30 -0500 Original-Received: from gate.cli.de ([212.117.64.114] helo=cli210.cli.de) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xobP-0007ZA-00 for bug-gnu-emacs@gnu.org; Tue, 25 Mar 2003 08:36:31 -0500 Original-Received: from cli3.cli.de (cli3.cli.de [10.13.11.3])h2PDaTC32315 for ; Tue, 25 Mar 2003 14:36:29 +0100 Original-Received: from CLI119 (cli119.cli.de [10.13.23.119]) with ESMTP id h2PDaUO07262 for ; Tue, 25 Mar 2003 14:36:30 +0100 Original-To: bug-gnu-emacs@gnu.org X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (windows-nt) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4649 21.2 Emacs from a co-worker under Windows 2000 _sometimes_ looses focus when doing "M-w" (with pc-selection). I tracked the problem til i found that executing e.g. (w32-set-clipboard-data "foobar") reveals that effect. Any idea what to do? Disabling x-select-enable-clipboard is not a desirable way...