From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9390 invoked from network); 22 May 2007 14:18:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 May 2007 14:18:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 79403 invoked from network); 22 May 2007 14:18:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 May 2007 14:18:53 -0000 Received: (qmail 25970 invoked by alias); 22 May 2007 14:18:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23458 Received: (qmail 25960 invoked from network); 22 May 2007 14:18:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 May 2007 14:18:50 -0000 Received: (qmail 79063 invoked from network); 22 May 2007 14:18:50 -0000 Received: from luonnotar.infodrom.org (217.114.79.202) by a.mx.sunsite.dk with SMTP; 22 May 2007 14:18:45 -0000 Received: by luonnotar.infodrom.org (Postfix, from userid 10) id 78E9064824B; Tue, 22 May 2007 16:18:45 +0200 (CEST) Received: by finlandia.home.infodrom.org (Postfix, from userid 2006) id 6139610160; Tue, 22 May 2007 15:32:14 +0200 (CEST) Date: Tue, 22 May 2007 15:32:13 +0200 From: Maddi Kopfermann To: Zsh-Workers Subject: Re: bindkey history-beginning-search-backwards; echo $widgts = crash Message-ID: <20070522133213.GC4576@finlandia.home.infodrom.org> References: <20070521202131.GA14758@finlandia.home.infodrom.org> <20070522014632.GA11326@redoubt.spodhuis.org> <20070522033237.GA4576@finlandia.home.infodrom.org> <20070522055537.GA75016@redoubt.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20070522055537.GA75016@redoubt.spodhuis.org> X-Operating-System: Debian GNU/Linux User-Agent: Mutt/1.5.13 (2006-08-11) On Mon, May 21, 2007 at 10:55:37PM -0700, Phil Pennock: > > % zsh -fc 'bindkey "^o" history-beginning-search-forward; echo $widgets' right, this does not crash the shell here, thanks! Thanks for the solution! I should have waited 'til being awake before trying it out and saying: "It crashes the shell". 400 lines of zsh bindings need a little more checkup on my part :) > And FWIW the supplied patch does prevent this crashing when given a bad > name. Makes sense, Matthias