From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86892 invoked by alias); 4 Jul 2017 21:53:41 -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 86882 invoked by uid 89); 4 Jul 2017 21:53:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:github.com, rolled, month, announcement X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Jul 2017 21:53:39 +0000 Received: by mail-oi0-f53.google.com with SMTP id 191so86170453oii.2 for ; Tue, 04 Jul 2017 14:53:39 -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=SQx1jX5TkG6sWNZltl+X2uuYELTvgilDEizdM6P6RZU=; b=RUbBsG/cX/ojtiVPs9+WCJEuKuRYymyslxx5QVu7KBvBFBMdP9UwawdBUKGmVkfOR9 8qhkBSNS8Nwhkxx4vWBywiFVxgjvRv3i/JaSmjYoVogkwIv09E4aJu75aVrmb5jJL6ue qpSXgFyG1dCgdwS5atdT5USVUYohiSbDWZBRLBNfvmfJT0cpXolZ+l8GtHovkpv2DAte IzAA4sUN9xKdrr4WipPYZrd8vxMNcBZUpfdmHEtaF8LbWJLkQxMdirOoICfrs9CMw7Fb U4lB3DShkXFwQEQpkgV/FlQ8TKyBqdD4RiTcrX/sptqChpq247ioFqnvkppDGfG1LBoq 86tA== X-Gm-Message-State: AKS2vOxSRQ3NBCG0BUc31OIx9sIKLJtu6le8I/92JFx2tpNwaeWXshII zVNxZZSOa/IGgREO X-Received: by 10.202.62.6 with SMTP id l6mr26163750oia.118.1499205218035; Tue, 04 Jul 2017 14:53:38 -0700 (PDT) Received: from Xbp ([2605:6000:9fc0:56:813:bad7:424c:e627]) by smtp.gmail.com with ESMTPSA id n189sm19665958oih.0.2017.07.04.14.53.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Jul 2017 14:53:36 -0700 (PDT) Message-ID: <595c0e60.c6efca0a.8057.d670@mx.google.com> Date: Tue, 04 Jul 2017 21:53:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3 To: cygwin@cygwin.com References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-07/txt/msg00055.txt.bz2 On Mon, 15 May 2017 15:59:48, Chet Ramey wrote: > It was inspired by the discussion starting with > > http://lists.gnu.org/archive/html/bug-readline/2015-05/msg00007.html > > The idea is to optimize pasted input using the assumption that it will be > mostly composed of characters that map to self-insert, and you can batch > read those characters and perform one display update. > > The way to test whether or not a character will be inserted into the > editing buffer is to see whether or not it maps directly to self-insert. > If that's the problem, there will have to be a cygwin-specific fix; it > works elsewhere. http://cygwin.com/ml/cygwin/2017-05/msg00238.html Bumping this thread because it is a new month. Also of note, it is now over 5 months since my initial report, and the errant version of readline has not been patched or rolled back: http://cygwin.com/ml/cygwin/2017-02/msg00014.html and I did post the potential problem code back in April: http://cygwin.com/ml/cygwin/2017-04/msg00176.html -- 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