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: Tue, 27 Jul 2004 13:17:19 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <9681-Thu27May2004100522+0300-eliz@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1090927152 29268 80.91.224.253 (27 Jul 2004 11:19:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jul 2004 11:19:12 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, Stefan Monnier , Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 27 13:19:05 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 1BpPz6-0001Jf-00 for ; Tue, 27 Jul 2004 13:19:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpQ2B-0001sz-U7 for ged-emacs-devel@m.gmane.org; Tue, 27 Jul 2004 07:22:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpQ26-0001sk-0Q for emacs-devel@gnu.org; Tue, 27 Jul 2004 07:22:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpQ24-0001sY-GZ for emacs-devel@gnu.org; Tue, 27 Jul 2004 07:22:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpQ24-0001sV-CA for emacs-devel@gnu.org; Tue, 27 Jul 2004 07:22:08 -0400 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpPyY-0001Ny-EI; Tue, 27 Jul 2004 07:18:30 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (7.1.026.1) id 4105C25D00009BD7; Tue, 27 Jul 2004 13:18:30 +0200 Original-To: Jason Rumney In-Reply-To: (Jason Rumney's message of "Mon, 26 Jul 2004 20:45:42 +0100") 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:26010 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26010 Hi Jason, Jason Rumney writes: > It would be useful do the clipboard rendering from Lisp, like the > clipboard support for X does. This could enable other formats (rich > text, images) to be supported without C code changes. It should not be a problem to add a callback interface to do the rendering/encoding, that would be just a further extension of the code as I posted it. It's not something that I am currently personally interested in doing though. (Note that a more direct mapping of Windows facilities (like exposing the clipboard formats) was in my very first experimental patch. At the time somebody said, that this wasn't good, you didn't want to support more on Windows than you support on X11. I may have misunderstood something here.) benny