From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5832 invoked from network); 12 Oct 2000 20:32:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Oct 2000 20:32:46 -0000 Received: (qmail 10791 invoked by alias); 12 Oct 2000 20:32:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12989 Received: (qmail 10784 invoked from network); 12 Oct 2000 20:32:13 -0000 Date: Thu, 12 Oct 2000 16:32:15 -0400 Message-Id: <200010122032.QAA10134@soup.ql.org> X-Authentication-Warning: soup.ql.org: ejb set sender to ejb@ql.org using -f From: "E. Jay Berkenbilt" To: ejb@ql.org CC: zsh-workers@sunsite.auc.dk In-reply-to: <200010121956.PAA08723@soup.ql.org> (ejb@ql.org) Subject: Re: still confused about completion and matching References: <200010121956.PAA08723@soup.ql.org> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Let me add to my previous message by stating that I see that what I'm really talking about is generating a list of completions. This seems pretty much separate from whether menu completion is used or not (other than that I don't want it to just happen automagically if I don't have auto_menu set or some other setting that makes it happen). Given the behavior that I outlined, with auto_menu on, the multi-component choices should still be presented with menu completion...... Does that make sense?