X-Recipient: archive-cygwin AT delorie DOT 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:subject:to:references :content-type; q=dns; s=default; b=WHClQR3APB0b2yVaw2wXYIJapHBvF 4k6T7oyDVDhUm4ZCu454XVTWBQdu70Nzk7C0ns5N8FtC6yYUWv3AJqxrJ2agtiQi aq4ljH5aOL3Th4ddUsAjgjS2ug+T5MLrlOH6tprUF9+iezQsPEQo88hmwP/Ek4ly IArNbKNOMSkIJQ= 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:subject:to:references :content-type; s=default; bh=/P4nx09AdwOXEbku/Cx0K3ERS+s=; b=VbI Zox0hzI/jO4IJV82N19UHo87Zz0gejeB2sM8CGpTVxFTnpSSwUBH2Ks41bgporJr lQeTNJVH2DyEdzHSTM2XTs46orVNmT4Zuuj80fXfx35h0g7MTV7gxTrBabjeHy+3 eYwoxF6oGNIWtLQQc5HRe9QyWBTX4iutCtpQ27ec= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) Message-ID: <595c0e60.c6efca0a.8057.d670@mx.google.com> Date: Tue, 04 Jul 2017 14:53:36 -0700 (PDT) From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3 To: cygwin AT cygwin DOT com References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) 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