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:29:22 -0700 (PDT) Message-ID: References: <0f6a0212-3e01-4a6d-8b6d-6361621f4dc1@googlegroups.com> <0de2f21d-dd37-4ab1-bf0b-e0f04f18493e@googlegroups.com> <1004c605-9e28-4655-b69d-960c7e24c5a2@googlegroups.com> <64444059-e105-4eaa-a788-1df9ac7b12d2@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 1441272627 4986 80.91.229.3 (3 Sep 2015 09:30:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 09:30: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:30:27 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 1ZXQqg-0002Y2-5O for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 11:30:26 +0200 Original-Received: from localhost ([::1]:46239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXQqg-0000YI-CR for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 05:30:26 -0400 X-Received: by 10.66.158.41 with SMTP id wr9mr42432707pab.24.1441272562474; Thu, 03 Sep 2015 02:29:22 -0700 (PDT) X-Received: by 10.50.110.34 with SMTP id hx2mr45874igb.0.1441272562433; Thu, 03 Sep 2015 02:29:22 -0700 (PDT) Original-Path: usenet.stanford.edu!kq10no756569igb.0!news-out.google.com!f6ni13696igi.0!nntp.google.com!kq10no1012605igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <64444059-e105-4eaa-a788-1df9ac7b12d2@googlegroups.com> 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:29:22 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:214723 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:107007 Archived-At: On Thursday, 3 September 2015 10:07:42 UTC+1, Stephen Coda wrote: > 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 Okay, I might not have missed it yesterday it might not have been there, I tried again today and got another new number 49161, which is some sort of IDataObject apparently.