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:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; q=dns; s=
	default; b=Sw78Kf9dUyS4kpSFLhyl4vzjwWNFpMLqBFuDTL23KqunfRhlOIMo5
	KJv6K3fELbKD5UNNqWqcvOxXPg0Kq7/2JGXM1XmylO3Rjaj/8sGwTEmNst1pW953
	drcx0Z4u36GVqZdxXtSy5Xbt3iXBLKdT/oTwemqZrGgIr2GK3//dLQ=
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:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; s=default;
	 bh=xgnUCxsU10tw4b8RYuMCXs9tROk=; b=n5MTzoA/hqJWd8wsE8Wd+6lA2hCW
	JPWWDRn+IDiJ81QC3A7i8tpEll8Ofs9Q6s/3G2r8mub7l5Hsulumts9Re10uwy6D
	oXdqzZlkJS4BbFVCkRiIaUGlNWjdNuGzh+fdB/ltTZR2mHE/l9C7iwy6x6F/aHWt
	zynvroLhBfLu6Qk=
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
X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.1
Date: Wed, 31 Jul 2013 10:14:45 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: pasting several lines into the shell
Message-ID: <20130731081445.GT4166@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <74bb5742cb16b1259d7307928a5f0e22@denis-excoffier.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <74bb5742cb16b1259d7307928a5f0e22@denis-excoffier.org>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Jul 31 08:37, Denis Excoffier wrote:
> Hello,
> 
> Starting with the 20130726 snapshot, i have problems with the
> clipboard.
> Not the clipboard itself, but the capability to paste into the shell
> in order to execute a command containing several lines (or several
> commands).
> 
> % cat copypaste
> /bin/cp \
>   ./copypaste \
>   /tmp
> % putclip < copypaste
> % getclip
> /bin/cp \
>   ./copypaste \
>   /tmp
> %
> 
> At this point, if i paste (middle button on my mouse) this text
> (3 lines) inside a shell (can be tcsh or bash) in an xterm, sometimes
> it works and the cp command is executed. But very often i get:
> 
> ------------------------------------------------------------------------
> %
>   ./copypaste \
> ?  /bin/cp \
> ?
> /bin/cp: cannot create regular file `/bin/cp': File exists
> %
> %   / t/mtp? m
> /: No match.
> % p

I can reproduce the effect, and it looks like this is the result of
an accidental checkin.  Thanks for the hint.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
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

