From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6292 invoked from network); 8 Aug 1999 09:42:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Aug 1999 09:42:51 -0000 Received: (qmail 12080 invoked by alias); 8 Aug 1999 09:42:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7396 Received: (qmail 12071 invoked from network); 8 Aug 1999 09:42:45 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: 3.1.6-pws-1: partial path with braces completion problem Date: Sun, 8 Aug 1999 13:42:15 +0400 Message-ID: <001001bee182$4c602500$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal bor@itsrm2:~%> zsh -f itsrm2% autoload compinit;compinit -D itsrm2% l /t/b/{zsh itsrm2% l /tool{s/bin/zsh ^^^ Note, that the brace was (re)inserted at the old place. If I now try to insert something with accept-and-menu-complete, it will correctly insert the ``s/bin/zsh-xxx'' - but, it is rather unexpected. And, users will probably expect, that they simply can type in ``,zsh.old,zsh-what-ever}'' - and this does not work any more. /andrej