X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:reply-to:mime-version:to
	:cc:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=kHq02amqzTaegmCa
	BEWkuGs3r3G4aCHtdkSVYARIIIRVGVIuAZqybJ37lhpd8NcCnPq7sWCoIVSOQ6bB
	qfB1MT4WUH4Ik0ZnmQQuIvl5z//Cbu3qIhiCS5D4g9P6cM2Dain9xi6HOZ9zjurS
	aaoqf9ACRzR8Z98kHzSrZSevZq4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:reply-to:mime-version:to
	:cc:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=XxoIU45uGHaagT4ojIRNU4
	gsIB0=; b=KQAv76gCMj5d1JHCDB5E4uSlHPkmBMiTCc0iXFj2Qm7e/Nuyd7bPVk
	pGf/m2Xfbye8yToTjECF9Qche6KJtwyyfIaQI2dFZFApzbmlX49w2IN3XeeJTYZK
	TLEXX4I3chc9FtXeP2tif5GNY9voH7SdE1GyGJbAivJVrc6b6/68k=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50 autolearn=ham version=3.3.2
X-HELO: smtpout16.bt.lon5.cpcloud.co.uk
X-CTCH-RefID: str=0001.0A090207.531DCC17.0043,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0
X-Junkmail-Premium-Raw: score=8/97,refid=2.7.2:2014.3.10.120915:17:8.317,ip=,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __HAS_REPLYTO, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __TO_NO_NAME, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __SUBJ_ALPHA_END, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, CT_TEXT_PLAIN_UTF8_CAPS, __CTE, __CP_MEDIA_BODY, __SUBJ_ALPHA_NEGATE, __FORWARDED_MSG, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_900_999, __MIME_TEXT_ONLY, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_1000_LESS, BODY_SIZE_2000_LESS, REPLYTO_FROM_DIFF_ADDY, BODY_SIZE_7000_LESS, NO_URI_FOUND
X-CTCH-Spam: Unknown
Message-ID: <531DCC26.50703@dronecode.org.uk>
Date: Mon, 10 Mar 2014 14:28:54 +0000
From: Jon TURNEY <jon.turney@dronecode.org.uk>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version: 1.0
To: cygwin@cygwin.com
CC: matsuoka@nuce.nagoya-u.ac.jp
Subject: Re: cannot copy graphics to clipboad
References: <720127.48967.qm@web101102.mail.kks.yahoo.co.jp>
In-Reply-To: <720127.48967.qm@web101102.mail.kks.yahoo.co.jp>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

On 08/03/2014 10:31, Tatsuro MATSUOKA wrote:
> I have build wxWidgets-2.8.12 on Cygwin_x86.
> After that I have build gnuplot (4.6.5 and cvs) with wxt terminal.
> 
> On the plotting window of the terminal of gnuplot, there is a "copy to clipboad"
> button. 
> 
> However, I clicked the button and tried to paste to Xfig working on Cygwin, nothing was pasted.
> 
> Cannot I use clipboard feature on Cygwin?

I guess that you have built a version of gnuplot which uses native windows GUI
(using wxWidgets), so the first problem is that the conversion between Windows
and X11 clipboards only supports text clipboard contents, currently.

I would think that if you were using the X11 version of gnuplot (available via
cygwin's setup), you should be able to copy the gnuplot graph (using middle
mouse button click) and paste it into other X11 programs.  But I can't find
documentation that xfig supports pasting an image into an xfig drawing, so
that may be a second problem.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

