From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4646 invoked by alias); 1 Sep 2017 22:19:55 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3183 invoked by uid 89); 1 Sep 2017 22:19:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=ctrl, Preferences, H*c:utf8, H*UA:github.com X-HELO: mail-oi0-f41.google.com Received: from mail-oi0-f41.google.com (HELO mail-oi0-f41.google.com) (209.85.218.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Sep 2017 22:19:49 +0000 Received: by mail-oi0-f41.google.com with SMTP id r203so12274734oih.0 for ; Fri, 01 Sep 2017 15:19:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:references :user-agent; bh=yJCSzjC76/VFP7VpyikEVPzhFCwUxfa75wYPDfNAVKc=; b=CRSZk1FQOWlLVGq4GUaYWQ4xNLlKuIUsQDdckIPFRQ8VJ0QKXtE4YcQv6AcW5/4388 mov4e1rr1NcZvMzJJHH4Ijn0Fh22CYgud3koj9/moI+vRLiTrX43P68DwF6P0PaqZl1F yv9OIxFlIb/wex0Lo/HnGXFuU9wKw2G/vbWEdZ6h1D5XgOjyVi3QDZE3MogqtO+o5yQz caUBGID6Sp8qv0zIumcJ2ntVm19klBplYOsPcP+NV2dYPpo8OaP25lf7oHcAR4besHZj /3LM3v2+Syl568HbDZIh2S+nxBn766RFEXOl+2MaKlXrTnE8NVLbcuc1C6Ft4szP4s0b ZCdg== X-Gm-Message-State: AHPjjUiFnz2JU5/yj4RXmJBYnLbzi67goWAj7rhGDMkI7j6iiX4zlQR4 luIEaOZuiESixy4c X-Google-Smtp-Source: ADKCNb7M6sPV286Dyxb9k4TE8FbCPsSJadvFwjt9kDRbfoZLyo0uuG/MGjasYLLIHcVwQ2omzZ3U2Q== X-Received: by 10.202.85.148 with SMTP id j142mr3468623oib.124.1504304387996; Fri, 01 Sep 2017 15:19:47 -0700 (PDT) Received: from PB7 ([2605:6000:9fc0:56:3c14:e5c4:5a0e:92]) by smtp.gmail.com with ESMTPSA id n2sm1570058oib.27.2017.09.01.15.19.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Sep 2017 15:19:47 -0700 (PDT) Message-ID: <59a9dd03.0259ca0a.a382c.911e@mx.google.com> Date: Fri, 01 Sep 2017 22:19:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: problem with paste-from-clipboard To: cygwin@cygwin.com References: <66fb6c1b-a2e2-e4cd-4acf-80e1644789a7@redhat.com> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-09/txt/msg00039.txt.bz2 On Fri, 1 Sep 2017 09:42:12, Eric Blake wrote: > > I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc > file I have just this line: > > "\e[2~": paste-from-clipboard > > > > I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from > another (say, GUI) place I copy > > some text into clipboard and I try to include it with Insert key to > cygwin terminal. Nothing happend. > > I still have not had time to try and reproduce this issue. But a short > answer might be that the clipboard behaves differently on cygwin than on > other systems; it may be that your key-binding worked, but that bash's > attempt to read from the clipboard found no data. Sanity check - does this even work with Linux? I just tried it with Lubuntu, and it does not work either. Only the default Shift+Insert or Ctrl+Shift+V work. Lubuntu uses LXTerminal, with it you can do Edit, Preferences, Shortcuts and change the Ctrl+Shift+V to something else - not sure where Shift+Insert comes from - maybe readline? -- 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