From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9648 invoked from network); 20 Aug 1999 19:20:06 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Aug 1999 19:20:06 -0000 Received: (qmail 8354 invoked by alias); 20 Aug 1999 19:19:45 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2485 Received: (qmail 8347 invoked from network); 20 Aug 1999 19:19:44 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14269.43594.156654.21215@hatchet.fc.hp.com> Date: Fri, 20 Aug 1999 13:19:38 -0600 (MDT) From: Matthew Lovell To: zsh-users@sunsite.auc.dk (Zsh users list) Subject: compctl for export X-Mailer: VM 6.73 under 20.4 "Emerald" XEmacs Lucid Hi, I'm using the following setup for completion on 'export': # for export, complete environment variables before the equal (=) sign, normal # file system completion afterwards compctl -E -S '=' -x 'n[1,=]' -f -- export If I wanted to extend MANPATH, for example, I could get completion on MANPATH before the equal sign, then $MANPATH after the equals and continue with some path specification afterwards. This worked under zsh-3.1.4. Under 3.1.6, however, adding a $ after the equals sign and asking for a completion erases _everything_ after 'export'. Not quite the behavior I wanted. Does anyone have suggestions on how to cure this ill or pointers to relevant documentation for me? Thanks! -- Matthew Lovell HP Workstation Systems Lab mailto:lovell@fc.hp.com