From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: inter-client cut/copy paste & Small Caps Date: Tue, 24 Mar 2009 06:13:50 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237868046 13564 80.91.229.12 (24 Mar 2009 04:14:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2009 04:14:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 24 05:15:23 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lly2t-0003Bx-0y for ged-emacs-devel@m.gmane.org; Tue, 24 Mar 2009 05:15:23 +0100 Original-Received: from localhost ([127.0.0.1]:57244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lly1V-0001pG-Vd for ged-emacs-devel@m.gmane.org; Tue, 24 Mar 2009 00:13:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lly1P-0001oP-N5 for emacs-devel@gnu.org; Tue, 24 Mar 2009 00:13:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lly1O-0001nQ-HD for emacs-devel@gnu.org; Tue, 24 Mar 2009 00:13:51 -0400 Original-Received: from [199.232.76.173] (port=56269 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lly1O-0001nJ-3b for emacs-devel@gnu.org; Tue, 24 Mar 2009 00:13:50 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:30016) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lly1N-00086A-KZ for emacs-devel@gnu.org; Tue, 24 Mar 2009 00:13:49 -0400 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KGZ00300SR71K00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Tue, 24 Mar 2009 06:13:47 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGZ00BIIT2YE950@i-mtaout6.012.net.il>; Tue, 24 Mar 2009 06:13:47 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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: news.gmane.org gmane.emacs.devel:109799 Archived-At: > Date: Mon, 23 Mar 2009 20:08:55 -0400 > From: MON KEY > > Can anyone confirm if inter-client copy paste will correctly > yank/insert Small Caps strings into an Emacs buffer from the > clipboard. Is this even possible? On emacsw32 when I yank in Small > Caps'd text from the clibboard I'm getting the text, but without the > caps properties. Other w32 clients are correctly `interpreting' the > SmallCaps text and I'm unable to achieve reasonable translation on > emacs-w32. I'm guessing that you are copy/pasting Rich Text or some such. Emacs does not yet support these clipboard formats, it only supports (on Windows) CF_UNICODETEXT, CF_TEXT, and CF_OEMTEXT clipboard data types. So what you get is the unformatted text variant of the clipboard contents.