From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26279 invoked from network); 25 Jul 2005 19:20:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Jul 2005 19:20:48 -0000 Received: (qmail 81625 invoked from network); 25 Jul 2005 19:20:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Jul 2005 19:20:42 -0000 Received: (qmail 5414 invoked by alias); 25 Jul 2005 19:20:35 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9172 Received: (qmail 5404 invoked from network); 25 Jul 2005 19:20:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Jul 2005 19:20:35 -0000 Received: (qmail 80660 invoked from network); 25 Jul 2005 19:20:35 -0000 Received: from tantale.fifi.org (64.81.251.130) by a.mx.sunsite.dk with SMTP; 25 Jul 2005 19:20:29 -0000 Received: from ceramic.fifi.org (Debian-exim@ceramic.fifi.org [64.81.251.131]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id MAA19129; Mon, 25 Jul 2005 12:20:24 -0700 Received: from phil by ceramic.fifi.org with local (Exim 4.34) id 1Dx8Uy-0002qu-SQ; Mon, 25 Jul 2005 12:20:24 -0700 To: Meino Christian Cramer Cc: zsh-users@sunsite.dk Subject: Re: Command != command ??? References: <87r7dnsvjn.fsf@ceramic.fifi.org> <20050725.200029.41628640.Meino.Cramer@gmx.de> <877jfeoi9z.fsf@ceramic.fifi.org> <20050725.205305.71082445.Meino.Cramer@gmx.de> Mail-Copies-To: nobody From: Philippe Troin Date: 25 Jul 2005 12:20:24 -0700 In-Reply-To: <20050725.205305.71082445.Meino.Cramer@gmx.de> Message-ID: <8764uyitfr.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no version=3.0.4 Meino Christian Cramer writes: > From: Philippe Troin > Subject: Re: Command != command ??? > Date: 25 Jul 2005 11:24:56 -0700 > > Thanks a lot for all your help ! ! ! > > My current "organisation" of my .z*-Files > > I have split the .zshrc in files like: > .zsh.options, .zsh.functions etc which all are > sourced from .Zshrc like this > > source $HOME/.zsh.options > > I think, this is the same as if their script text would be a > part of .zshrc itsself. > > Any other file "works" the "normal way": > > Furthermore, I stripped the script to just the suspicious lines, a > dump of it can be found in the beginning of the following logfile (the > symptoms are the same...I only removed some escape sequences from the > PROMPT string, which otherwise would clutter the output.) > > > Script started on Mon Jul 25 20:43:47 2005 > > cat ./globtest > > > #!/bin/zsh > setopt extendedglob > print -l **/*.jpg > > > > > /bin/zsh -x ./globtest 8< snip >8 Nothing suspicious here... Do you have any .jpg files under the cwd? i.e., what does find . "*.jpg" say? Phil.