From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id HAA22397 for ; Mon, 19 Feb 1996 07:00:05 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id OAA28659; Sun, 18 Feb 1996 14:48:00 -0500 (EST) Resent-Date: Sun, 18 Feb 1996 14:48:00 -0500 (EST) From: Zefram Message-Id: <26689.199602181803@stone.dcs.warwick.ac.uk> Subject: Re: zsh 2.6-beta13 bug report To: huyle@ugcs.caltech.edu (Huy Le) Date: Sun, 18 Feb 1996 18:02:59 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199602172152.NAA12631@envy.ugcs.caltech.edu> from "Huy Le" at Feb 17, 96 01:52:22 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7073.76 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"LxjST1.0.g_6.l9u9n"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/772 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >1. The following binding doesn't work > bindkey -v > bindkey -a ':' execute-named-cmd > >when I do and then ':', the named-cmd prompt is frozen. That's because it's still using the command mode key mapping, where not many keys are bound to self-insert. I think one of the ZLE patches I've already posted fixes this. -zefram