From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Unicode support for the MS Windows clipboard [new patch] Date: Sun, 21 Nov 2004 20:17:55 +0100 Message-ID: References: <20041115.134141.01367685.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101064795 14656 80.91.229.6 (21 Nov 2004 19:19:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2004 19:19:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 20:19:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVxFN-0006oZ-00 for ; Sun, 21 Nov 2004 20:19:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVxOO-00014u-EL for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2004 14:29:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVxOG-00014j-0m for emacs-devel@gnu.org; Sun, 21 Nov 2004 14:28:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVxOF-00014J-0q for emacs-devel@gnu.org; Sun, 21 Nov 2004 14:28:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVxOE-00014G-UV for emacs-devel@gnu.org; Sun, 21 Nov 2004 14:28:50 -0500 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CVxEc-00005j-8d for emacs-devel@gnu.org; Sun, 21 Nov 2004 14:18:54 -0500 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (7.2.033.1) (authenticated as Benjamin.Riefenstahl) id 419BD89E00056C15; Sun, 21 Nov 2004 20:18:52 +0100 Original-To: Tak Ota In-Reply-To: <20041115.134141.01367685.Takaaki.Ota@am.sony.com> (Tak Ota's message of "Mon, 15 Nov 2004 13:41:41 -0800 (PST)") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30205 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30205 Hi Tak, Tak Ota writes: > While using emacs for some time (days) the clipboard operation > becomes unavailable and the following error messages appear in the > message buffer. > > Copying from emacs and pasting in another application: > "Error in delayed clipboard rendering: Text is read-only" > > Yanking from clipboard into emacs: > "w32-get-clipboard-data:(text-read-only)" Curious error message. ;-(( > After restarting the emacs the problem is gone for a while then it > comes back in later time. Is there a possibility of leaking memory > handles? A stress test indicates that the system leaks memory when Emacs puts data on the clipboard using the new functionality. I'll try to find the source of that. benny