From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: w32-get-clipboard-data Date: Wed, 26 Aug 2015 00:57:34 +0100 Message-ID: <878u8yyl8x.fsf@robertthorpeconsulting.com> References: <0f6a0212-3e01-4a6d-8b6d-6361621f4dc1@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1440547086 24169 80.91.229.3 (25 Aug 2015 23:58:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2015 23:58:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: stephencoda@googlemail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 26 01:57:55 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 1ZUO6D-0006rw-Ko for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Aug 2015 01:57:53 +0200 Original-Received: from localhost ([::1]:35375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUO6C-00079M-QZ for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Aug 2015 19:57:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUO61-000796-Kp for help-gnu-emacs@gnu.org; Tue, 25 Aug 2015 19:57:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUO5y-0005zc-5P for help-gnu-emacs@gnu.org; Tue, 25 Aug 2015 19:57:41 -0400 Original-Received: from outbound-smtp03.blacknight.com ([81.17.249.16]:52909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUO5x-0005yP-WB for help-gnu-emacs@gnu.org; Tue, 25 Aug 2015 19:57:38 -0400 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp03.blacknight.com (Postfix) with ESMTPS id 0472C9954D for ; Tue, 25 Aug 2015 23:57:36 +0000 (UTC) Original-Received: (qmail 8164 invoked from network); 25 Aug 2015 23:57:35 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.199.90]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 25 Aug 2015 23:57:35 -0000 In-Reply-To: <0f6a0212-3e01-4a6d-8b6d-6361621f4dc1@googlegroups.com> (stephencoda@googlemail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.16 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:106842 Archived-At: stephencoda@googlemail.com writes: > For me, w32-get-clipboard-data > always returns null. Have you tried emacs -Q and then the usual kill/yank keys? I've never known the clipboard to fail on MS Windows. BR, Robert Thorpe