Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=F+HPgI+xUrc+BFH5L79GcZmJBhPqT9x21g4LApLGgCQ=;
        b=dLn7G8meImNC1Yar05KjEOcJNZ4qUII08gqjK3hd/TYVusntw4QIVPAFA3XpGFB3aX
         ADL5RO9n9iH5F/Ucv0hqRZxg830DBkswkCV446zNZ2rErf3LdkViXJwBq+0MsTCPiaJf
         CnhV4dscBAh56LNrty43aQl0oHPD5yBNHxTbkh8r3+BSncOVj5XXl576/O8/EWiBGEU/
         bMk/GTnnXDC1yyUDjOHKP3Gj2QoQkzyGYWVsFJnNFMh2ZYOCqmh0hnmxmIogK1VH3gch
         7+FX2FkZpheiJwHLsFH3K5jJ2khf1MVdbUUJiWwluCPwVsQYh8EVHseyTtMuv/wDFH3U
         xtAA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=F+HPgI+xUrc+BFH5L79GcZmJBhPqT9x21g4LApLGgCQ=;
        b=WgBELgZnIvGOCaUD5UM+aewYo02i48tZrhqPiVlB7y9e+gw/9xjDAFHKpUZW6ZK2YB
         iKk74OAP8k98SXXm8LtJjPHD3xmdpy2j8N1OJJjlBpZGP7KPQkl9tKnL7ZQt6YPv/inw
         pre8OGGwvyNWc/2q3ent0zSfqii35xi0/V5vvZUV8/hh7ADPsCBsoc45HARWvYN5v1fq
         REF7j8qjPMARdTri7/cQXCDR/BILP1XzIVzqiBGbjZfo51eaU9MLPEJtfRCHe21xX4oQ
         KFbXrCO0htqKfSKYPBkRmPOsTdPOm1ZNrb7VdQ7u0IhOWS5XHo2/wrokF6mYI6rSW6Jz
         fYrg==
X-Gm-Message-State: ALyK8tJs2sloq2FGD3yhMOqVXtZZPKAeT4ntjbdGqAgqWVt3QnABF1OQ8CzCy31zfeOp2A==
X-Received: by 10.66.132.37 with SMTP id or5mr3468966pab.144.1464852047959;
        Thu, 02 Jun 2016 00:20:47 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160602002043.ZM14744@torch.brasslantern.com>
Date: Thu, 2 Jun 2016 00:20:43 -0700
In-Reply-To: <20160513121932.GA11181@zira.vinc17.org>
Comments: In reply to Vincent Lefevre <vincent@vinc17.net>
        "Re: bracket-paste-magic adds backslashes inside a quoted string if URL is pasted ("regression" compared to pre-5.1 url-quote-magic)" (May 13,  2:19pm)
References: <20160506205309.GY5029@sym.noone.org> 
	<160508115026.ZM10022@torch.brasslantern.com> 
	<20160509141306.GA18211@cventin.lip.ens-lyon.fr> 
	<160509084143.ZM13554@torch.brasslantern.com> 
	<20160510085833.GA20332@cventin.lip.ens-lyon.fr> 
	<160510125848.ZM1686@torch.brasslantern.com> 
	<20160513092348.GB18186@zira.vinc17.org> 
	<CAH+w=7YYkto7u1WNcfmTs30o1wVGF4VRwnKmJtFz=5K4iLLp5A@mail.gmail.com> 
	<20160513121932.GA11181@zira.vinc17.org>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: undo problems/crashes (was Re: bracket-paste-magic ...)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38570

On May 13,  2:19pm, Vincent Lefevre wrote:
} Subject: Re: bracket-paste-magic adds backslashes inside a quoted string i
}
} BTW, bracketed-paste-magic breaks the "undo": it clears
} the whole line.

Hmm, I think this is a relatively new thing; it also core dumps for me
on multiple undo-ings.

Oliver's latest patch in 38540 stops the core dump, but it also stops
the undo from happening at all; in fact if I attempt ESC x undo RET
then not only does the undo not happen, but the RET is interpreted as
accept-line instead of as the end of the execute-named-command input.

