From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7426 invoked from network); 29 Jul 2001 23:42:59 -0000 Received: from unknown (HELO sunsite.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Jul 2001 23:42:59 -0000 Received: (qmail 316 invoked by alias); 29 Jul 2001 23:42:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4069 Received: (qmail 303 invoked from network); 29 Jul 2001 23:42:39 -0000 X-Authentication-Warning: paullew-ultra.cisco.com: paullew set sender to paullew@cisco.com using -f From: Paul Lew MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15204.40786.573212.847158@paullew-ultra.cisco.com> Date: Sun, 29 Jul 2001 16:42:10 -0700 To: Bart Schaefer Cc: Subject: Re: dynamic completion like emacs (M-/) In-Reply-To: References: <15204.16409.818843.629061@paullew-ultra.cisco.com> X-Mailer: VM 6.95 under Emacs 20.7.1 >>>>> "Bart" == Bart Schaefer writes: Bart> On Sun, 29 Jul 2001, Paul Lew wrote: paul>> Is there a way to do dynamic completion like emacs (M-/) in paul>> zsh? Wont this be a more generic solution to this problem? Bart> Yes, it's already bound to which is bothering some Bart> vi-mode users. Which version is this binding added? I could not find in both the 4.0.2 and the 4.1.0-dev-1. I have tried both the emacs and vi mode and the M-/ is bind to: "\M-/" self-insert A note on dynamic completion key binding: In vim (Vi Improved), the dynamic completion is available in the insert mode as c-p and c-n. How about bind it to M-/ in emacs mode and c-p in vi insert mode?