From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2419 invoked from network); 13 Mar 2006 18:15:57 -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:15:57 -0000 Received: (qmail 30559 invoked from network); 13 Mar 2006 18:15:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Mar 2006 18:15:49 -0000 Received: (qmail 11404 invoked by alias); 13 Mar 2006 18:15:43 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10011 Received: (qmail 11394 invoked from network); 13 Mar 2006 18:15:42 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 13 Mar 2006 18:15:42 -0000 Received: (qmail 29604 invoked from network); 13 Mar 2006 18:15:42 -0000 Received: from dep.let.rug.nl (129.125.8.60) by a.mx.sunsite.dk with SMTP; 13 Mar 2006 18:15:42 -0000 Received: from dep.let.rug.nl ([129.125.8.60]) by dep.let.rug.nl (SMSSMTP 4.1.11.41) with SMTP id M2006031319154105224 for ; Mon, 13 Mar 2006 19:15:41 +0100 Received: from loki (postfix@loki.let.rug.nl [129.125.8.86]) by dep.let.rug.nl (8.12.10/8.12.10) with ESMTP id k2DIFeFT013686 for ; Mon, 13 Mar 2006 19:15:40 +0100 (MET) Received: by loki (Postfix, from userid 7006) id E6339E7AC; Mon, 13 Mar 2006 19:15:54 +0100 (CET) Date: Mon, 13 Mar 2006 19:15:52 +0100 From: Francisco Borges To: Zsh User Subject: installing zsh questions Message-ID: <20060313181552.GA9806@let.rug.nl> Mail-Followup-To: Zsh User Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: Linux/2.6.13.4 (i686) X-Editor: GNU Emacs 22.0.50.1 Organization: Alfa Informatica - Rijksuniversiteit Groningen User-Agent: Mutt/1.5.9i X-Whitelist: OK X-Scanned-By: milter-spamc/0.25.321 (dep.let.rug.nl [129.125.8.60]); Mon, 13 Mar 2006 19:15:41 +0100 Hello! Two possibly very silly questions about installing zsh locally: (BTW I'm running Debian "stable") 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 But No [etc] it seems that most files starting with upper case could be deleted, but there are things like LBUFFER, which is arguably a valid help file. Have I done something wrong or everybody just deletes all files starting with uppercase? (in which case the question is, why the perl script won't do that directly?). 2. There are executable scripts in Functions/Misc, however 'make install' is installing them as non-executable files. I used: configure --prefix=/usr/local/stow/zsh-4.3.1 --enable-function-subdirs \ --enable-site-fndir --enable-zsh-mem What am I missing here? Thanks a lot! -- Francisco.