From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23224 invoked from network); 9 Mar 1999 16:59:30 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Mar 1999 16:59:30 -0000 Received: (qmail 11049 invoked by alias); 9 Mar 1999 16:58:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5718 Received: (qmail 11029 invoked from network); 9 Mar 1999 16:58:28 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: _path_files and completeinword Date: Tue, 9 Mar 1999 19:28:05 +0300 Message-ID: <007501be6a49$cf589b00$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 cp /t/s/z/D/zi ^ cursor here (before `i') bor@itsrm2:~> cp /tools/src/zsh-3.1.5-pws-11/Doc/z<== cursor here; no `i' If I _now_ add `i' and do the same - I get zsh.texi (I'm comparing to ways of life - how can I replace globcomplete. Is it possible to have the second binding with explcit globcomplete set? Sven, I think, it belongs to compstate as well. In this way I could have the second bindings that sets compstate[glob] and calls standard completion. Actually, I think, _all_ options that modify completion belong to compstate. The quick workaround is to save globcomplete, and reset it before exit, sure). cheers