From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28564 invoked from network); 13 Mar 2006 18:37:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Mar 2006 18:37:27 -0000 Received: (qmail 65346 invoked from network); 13 Mar 2006 18:37:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Mar 2006 18:37:18 -0000 Received: (qmail 19809 invoked by alias); 13 Mar 2006 18:37:07 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10012 Received: (qmail 19796 invoked from network); 13 Mar 2006 18:37:06 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 13 Mar 2006 18:37:06 -0000 Received: (qmail 63206 invoked from network); 13 Mar 2006 18:37:06 -0000 Received: from vanunu.ucsc.edu (128.114.150.22) by a.mx.sunsite.dk with SMTP; 13 Mar 2006 18:37:04 -0000 Received: from localhost (localhost [127.0.0.1]) by vanunu.ucsc.edu (Postfix) with ESMTP id 41D761C67AF3; Mon, 13 Mar 2006 10:37:26 -0800 (PST) Date: Mon, 13 Mar 2006 10:37:26 -0800 (PST) From: William Scott X-X-Sender: wgscott@vanunu.ucsc.edu To: Francisco Borges Cc: Zsh User Subject: Re: installing zsh questions In-Reply-To: <20060313181552.GA9806@let.rug.nl> Message-ID: References: <20060313181552.GA9806@let.rug.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > 1. To make help files for run-help I used: > > % man -m /usr/local/man zshall | colcrt - | \ > perl ~/sys/zsh/zsh-4.3.1/Util/helpfiles > > But this created files like: > > A > On > By This happens to me too on OS X and ubuntu (debian), so I think it is platform-independent. I too wouldn't mind getting rid of it, as occasionally you get a weird suprise. > > 2. There are executable scripts in Functions/Misc, however 'make > install' is installing them as non-executable files. I used: Functions in general aren't executable shell scripts (although they often can be used as such). Typically $fpath != $path.