From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26887 invoked by alias); 24 Oct 2015 20:37:35 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36946 Received: (qmail 8574 invoked from network); 24 Oct 2015 20:37:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=N6NQWtx6iGf6gUeknzF5Sr4kmUY=; b=2QG5CH nmGmuDX5QSjYyyhEwyviWyV+ETIogEKWaiOX+nT2p2GTQcYpFe76m1gy76Clkll/ dFT2FT86f+9lPwaLGE6+JVB6I8A+rixcVm+GtSU6A7TSSsD8OMT5U2EgEqI7xDqU wDo35mM8858xxTaxzeGWd7nKQv/wpvjb8JpaI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=N6NQWtx6iGf6gUeknzF5Sr4kmUY=; b=HtyhX jXRSePaBoW0W881/KzdDWb+DWL/h1cwCBwqE+vJjTaoHJeS9UzJhiL8scJPaU9Do FtLfJ8NP0G/mld4mDg323FO//uS2nl03DrHJUvnWwy2NcSr7DeDTMvwtRKPeznHK 8gtxPaA6JWvfEK9Yjvgd38jy9G9ZEdZwhI8tbU= X-Sasl-enc: fwW3a9z7IKI3UrgaT6q9x7cuS+j3t+/W97NgfCJE/fSP 1445719053 Date: Sat, 24 Oct 2015 20:37:30 +0000 From: Daniel Shahaf To: Nir Friedman Cc: zsh-workers@zsh.org Subject: Re: Bug Report: Interactive Mode Glitches Message-ID: <20151024203730.GD11372@tarsus.local2> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Nir Friedman wrote on Fri, Oct 23, 2015 at 12:15:50 -0400: > I relatively often see bugs in zsh's interactive mode. I can't duplicate > them frequently, but the trigger is nearly always either: 1) hitting > backspace when already in interactive mode and incremental matching is > happening, or 2) hitting Ctrl-C in an attempt to exit from interactive mode. > What happens when you do these things, and what do you expect to happen? What version of zsh are you running? Is there anything else in your .zshrc? By 'interactive mode' do you mean Vi insert mode? > Here are some relevant settings: ... > I'm happy to try to provide more information, if someone can tell me how > (perhaps run zsh with some kind of debug flag, and look in there the next > time a crash happens?). What do you mean by 'a crash'? Is zsh killed by a signal? Cheers, Daniel