From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9676 invoked from network); 24 Oct 2005 08:01:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Oct 2005 08:01:54 -0000 Received: (qmail 21759 invoked from network); 24 Oct 2005 08:01:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Oct 2005 08:01:48 -0000 Received: (qmail 29805 invoked by alias); 24 Oct 2005 08:01:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21915 Received: (qmail 29795 invoked from network); 24 Oct 2005 08:01:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Oct 2005 08:01:45 -0000 Received: (qmail 21461 invoked from network); 24 Oct 2005 08:01:45 -0000 Received: from mailgw2.technion.ac.il (132.68.238.33) by a.mx.sunsite.dk with SMTP; 24 Oct 2005 08:01:43 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgw2.technion.ac.il (Postfix) with ESMTP id D5E0E39029F for ; Mon, 24 Oct 2005 10:01:42 +0200 (IST) Received: from mailgw2.technion.ac.il ([127.0.0.1]) by localhost (mailgw2.technion.ac.il [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08327-03-42 for ; Mon, 24 Oct 2005 10:01:42 +0200 (IST) Received: from fermat.math.technion.ac.il (fermat.math.technion.ac.il [132.68.115.6]) by mailgw2.technion.ac.il (Postfix) with ESMTP id B067B39029A for ; Mon, 24 Oct 2005 10:01:42 +0200 (IST) Received: from fermat.math.technion.ac.il (localhost [127.0.0.1]) by fermat.math.technion.ac.il (8.12.10/8.12.10) with ESMTP id j9O81flf018407 for ; Mon, 24 Oct 2005 10:01:41 +0200 (IST) Received: (from rl@localhost) by fermat.math.technion.ac.il (8.12.10/8.12.10/Submit) id j9O81fs2018406 for zsh-workers@sunsite.dk; Mon, 24 Oct 2005 10:01:41 +0200 (IST) X-Authentication-Warning: fermat.math.technion.ac.il: rl set sender to rl@math.technion.ac.il using -f Date: Mon, 24 Oct 2005 10:01:41 +0200 From: "Zvi Har'El" To: Zsh hackers list Subject: zshall.1 Message-ID: <20051024080141.GA18213@fermat.math.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Organization: Technion--Israel Institute of Technology Hebrew-Date: 21 Tishri 5766 X-PGP-Public-Key: http://www.math.technion.ac.il/~rl/etc/pubkey.html X-Virus-Scanned: by amavisd-new at technion.ac.il 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.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Dear Zsh Hackers, The configure option --program-suffix and her sisters are quite useful, since they enable me to maintain an up-to-the-minute developement version on a live system, under the name (say) zsh-dev, and it is easy to switch to it using exec - zsh-dev, etc. (as long as you set export SHELL=$ZSH_NAME in your .zprofile). Also commands like man zsh-dev and man zsh-devoptions etc. work nicely. However, there is a problem with man zsh-devall: since zshall.1 contains the lines .so man1/zshmisc.1 .so man1/zshexpn.1 .so man1/zshparam.1 .so man1/zshoptions.1 .so man1/zshbuiltins.1 .so man1/zshzle.1 .so man1/zshcompwid.1 .so man1/zshcompsys.1 .so man1/zshcompctl.1 .so man1/zshmodules.1 .so man1/zshtcpsys.1 .so man1/zshzftpsys.1 .so man1/zshcontrib.1 which are not modified during make in the Doc directory, the fact all manual pages get renamed in the make install.man by replacing zsh with $(tzsh) makes zsh-devall.1 source the wrong manual pages. What's missing is editing zshall.1 before installing it. Best, Zvi. -- Dr. Zvi Har'El mailto:rl@math.technion.ac.il Department of Mathematics tel:+972-54-4227607 icq:179294841 Technion - Israel Institute of Technology fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL "If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942) Monday, 21 Tishri 5766, 24 October 2005, 9:46AM