From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Coda Newsgroups: gmane.emacs.help Subject: Re: w32-get-clipboard-data Date: Thu, 3 Sep 2015 02:07:39 -0700 (PDT) Message-ID: <64444059-e105-4eaa-a788-1df9ac7b12d2@googlegroups.com> References: <0f6a0212-3e01-4a6d-8b6d-6361621f4dc1@googlegroups.com> <0de2f21d-dd37-4ab1-bf0b-e0f04f18493e@googlegroups.com> <1004c605-9e28-4655-b69d-960c7e24c5a2@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1441271427 17788 80.91.229.3 (3 Sep 2015 09:10:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 09:10:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 03 11:10:23 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZXQXH-0005TZ-1G for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 11:10:23 +0200 Original-Received: from localhost ([::1]:46120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXQXH-0001YK-7h for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 05:10:23 -0400 X-Received: by 10.50.50.180 with SMTP id d20mr8492242igo.0.1441271260563; Thu, 03 Sep 2015 02:07:40 -0700 (PDT) X-Received: by 10.50.41.41 with SMTP id c9mr97446igl.0.1441271260539; Thu, 03 Sep 2015 02:07:40 -0700 (PDT) Original-Path: usenet.stanford.edu!kq10no750379igb.0!news-out.google.com!nt1ni22942igb.0!nntp.google.com!kq10no750373igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.188.251.108; posting-account=m04FzgoAAACE321zIBttJ0LOy_kNjzcN Original-NNTP-Posting-Host: 195.188.251.108 User-Agent: G2/1.0 Injection-Date: Thu, 03 Sep 2015 09:07:40 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:214721 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107006 Archived-At: On Wednesday, 2 September 2015 15:46:57 UTC+1, Eli Zaretskii wrote: > > Date: Wed, 2 Sep 2015 07:01:16 -0700 (PDT) > > From: Stephen Coda > > > > > After you copy into the clipboard from another application, can you > > > look with some clipboard viewing program and tell what formats are in > > > the clipboard? Emacs understands only a small fraction of the > > > possible formats, so perhaps that system was configured to not use > > > those formats (e.g., for security reasons). > > > > I couldn't see anything weird in there format wise. > > Which format(s) do you see in the clipboard, and what tool did you use > to find that out? EnumClipboardFormats(format) from the windows C++ library. But I must have been asleep because somehow I missed 49442, or C122 in hex which I couldn't find a define for. It also looks as if I can paste when Chrome is not open. Kind regards, Steve