From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Unicode support for the MS Windows clipboard Date: Tue, 27 Jul 2004 07:07:47 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <9003-Tue27Jul2004070747+0300-eliz@gnu.org> References: <9681-Thu27May2004100522+0300-eliz@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090901392 12396 80.91.224.253 (27 Jul 2004 04:09:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jul 2004 04:09:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 27 06:09:44 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 1BpJHc-00073I-00 for ; Tue, 27 Jul 2004 06:09:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpJKg-0000js-C7 for ged-emacs-devel@m.gmane.org; Tue, 27 Jul 2004 00:12:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpJKZ-0000jS-Vq for emacs-devel@gnu.org; Tue, 27 Jul 2004 00:12:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpJKY-0000j6-HG for emacs-devel@gnu.org; Tue, 27 Jul 2004 00:12:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpJKY-0000j3-EF for emacs-devel@gnu.org; Tue, 27 Jul 2004 00:12:46 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpJHL-000568-Rj for emacs-devel@gnu.org; Tue, 27 Jul 2004 00:09:28 -0400 Original-Received: from zaretski (pns03-205-187.inter.net.il [80.230.205.187]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DYA78014; Tue, 27 Jul 2004 07:09:22 +0300 (IDT) Original-To: Benjamin Riefenstahl X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Benjamin Riefenstahl on Mon, 26 Jul 2004 21:17:13 +0200) 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:26004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26004 > From: Benjamin Riefenstahl > Date: Mon, 26 Jul 2004 21:17:13 +0200 > > Benjamin Riefenstahl writes: > > While I am still familiar with the internal of this module, I'd like > > to tackle delayed rendering. > > Done that, see attached expanded patch. Thanks. I skimmed through the code, and it seems okay to me. But please wait for Jason to make more specific comments if he has them. One thing that I think is missing from these changes is a suitable change to the user manual, where the Windows clipboard encoding is described. A NEWS entry is also in order, I think.