From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6148 invoked from network); 22 Mar 1999 15:44:27 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Mar 1999 15:44:27 -0000 Received: (qmail 20964 invoked by alias); 22 Mar 1999 15:43:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5882 Received: (qmail 20957 invoked from network); 22 Mar 1999 15:43:46 -0000 Date: Mon, 22 Mar 1999 16:43:40 +0100 (MET) Message-Id: <199903221543.QAA18102@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Mon, 22 Mar 1999 18:32:08 +0300 Subject: RE: PATCH: cleanup in zle_tricky.c Andrej Borsenkow wrote: > Well, it is usually zsh -f. Brand new compile (pws-13), in 32-bit mode, > without dynamic loading, with 5868 5871 5872 5875, with -g and zsh-debug and > zsh-mem and zsh-mem-debug: > > bor@itsrm2:~/src/tst1/zsh-3.1.5-pws-13%> Src/zsh -f > itsrm2% fpath=($PWD/Completion/*(/)) > itsrm2% . ./Completion/Core/compinit > itsrm2% setopt globcomplete > itsrm2% l /u/i/s/*hTAB > itsrm2% l /usr/include/sys/802.3.h > zsh: do you wish to see all 361 possibilities? > > but > > itsrm2% l /u/i/s/*.hTAB > beeps > (tested with other path as well. It does not work with `.suffix') > > And something more > > itsrm2% unsetopt globcomplete > itsrm2% l D/z*iTAB > itsrm2% l Doc/z*i (I like this, really) > > but > > itsrm2% ls /usr/include/sys/ttyc*h > /usr/include/sys/ttychars.h > itsrm2% ls /u/i/s/ttyc*hTAB > beeps > > (I thought, it may be the single match that matters). > > If this does work for you - where can I start to search? And are you sure, > these patches are against clean pws-13? :-) Damn. All of these work for me. Putting `set -x' at the top of `_path_files' and giving me the output would be helpful (probably need not be sent to the list). And, yes, the patches were for the clean, unpatched pws-13 I got this morning. Question to others: do you see the same behavior Andrej does? I.e. is it me or is it the rest of the world who has run out of sync? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de