From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7794 invoked by alias); 27 Oct 2014 02:18:22 -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: 33550 Received: (qmail 18349 invoked from network); 27 Oct 2014 02:18:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=FrayJNvv c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=PCfbsNMYakGBfXXNh78A:9 a=CjuIK1q_8ugA:10 a=VjiZHuP2DUoA:10 a=PkovPDwkNk4A:10 a=wdzlpddWwsgA:10 From: Bart Schaefer Message-id: <141026191818.ZM8256@torch.brasslantern.com> Date: Sun, 26 Oct 2014 19:18:18 -0700 In-reply-to: <141026183105.ZM8141@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: Crash after interrupting tab-completion with Ctrl-\" (Oct 26, 6:31pm) References: <20141027003854.GA25689@xvii.vinc17.org> <141026183105.ZM8141@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Crash after interrupting tab-completion with Ctrl-\ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Oct 26, 6:31pm, Bart Schaefer wrote: } } In fact even with a trap on QUIT in place, the stty quit character does } not seem to do anything until an external process is in the foreground. zsetterm() disables the tty quit character, along with a bunch of others. So if you were able to use it, you'd somehow gotten out of ZLE.