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 Date: Sun, 29 Aug 2004 15:33:54 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040827.100646.45117880.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 1093786470 7633 80.91.224.253 (29 Aug 2004 13:34:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2004 13:34:30 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, handa@m17n.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 29 15:34:21 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 1C1Pp7-0007N9-00 for ; Sun, 29 Aug 2004 15:34:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1Ptt-0006zw-5t for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2004 09:39:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1Ptk-0006zr-KO for emacs-devel@gnu.org; Sun, 29 Aug 2004 09:39:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1Pti-0006yb-Ma for emacs-devel@gnu.org; Sun, 29 Aug 2004 09:39:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1Pti-0006yX-Ip for emacs-devel@gnu.org; Sun, 29 Aug 2004 09:39:06 -0400 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C1Poj-0007WQ-B8; Sun, 29 Aug 2004 09:33:57 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (7.1.026.1) id 412D36F80005487B; Sun, 29 Aug 2004 15:33:45 +0200 Original-To: Tak Ota In-Reply-To: <20040827.100646.45117880.Takaaki.Ota@am.sony.com> (Tak Ota's message of "Fri, 27 Aug 2004 10:06:46 -0700 (PDT)") 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26600 Hi Tak, Tak Ota writes: > Are you going to complete this? We know the use of atexit() is a > problem on MSVC build but otherwise it has been working fine for me. > In fact, this event triggered me to force myself to migrate to mingw > from MSVC. I hope this unicode support gets checked in soon. I will fix the atexit() bit and see what I can do in terms of docs. I'll probably send the result on Monday. benny