From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5429 invoked from network); 23 Nov 1999 11:08:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Nov 1999 11:08:52 -0000 Received: (qmail 29818 invoked by alias); 23 Nov 1999 11:08:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8747 Received: (qmail 29810 invoked from network); 23 Nov 1999 11:08:45 -0000 Date: Tue, 23 Nov 1999 11:58:06 +0100 (MET) Message-Id: <199911231058.LAA07979@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Adam Spiers's message of Tue, 23 Nov 1999 01:54:41 +0000 Subject: Re: PATCH: more remnants of comp1 Adam Spiers wrote: > Also, the INSTALL file still mentions comp1. I'll leave this to > someone more appropriate to fix (hi Sven, you're not busy anyway are > you? ;-) Well, I'm not really appropriate for this, I think, but here it is. `grep' said that now there is no other reference to `comp1'. Apart from the ChangeLog, of course. Bye Sven --- INSTALL.old Tue Nov 23 11:53:55 1999 +++ INSTALL Tue Nov 23 11:55:27 1999 @@ -66,14 +66,14 @@ Controlling what is compiled into the main zsh binary ----------------------------------------------------- -By default the comp1, compctl, zle, complist, sched and rlimits modules are -compiled into non-dynamic zsh and no modules are compiled into the main -binary if dynamic loading is available. This can be overridden by creating -the file mymods.conf in the compilation directory (Src, unless you have -told configure to use another directory) with the list of modules which are -to be compiled into the main binary, one module name per line with no -punctuation and no suffix. See the zshmodules manual page for the list of -available modules. +By default the complete, compctl, zle, computil, complist, sched, parameter, +zleparameter and rlimits modules are compiled into non-dynamic zsh and no +modules are compiled into the main binary if dynamic loading is available. +This can be overridden by creating the file mymods.conf in the compilation +directory (Src, unless you have told configure to use another directory) +with the list of modules which are to be compiled into the main binary, one +module name per line with no punctuation and no suffix. See the zshmodules +manual page for the list of available modules. On systems which do not allow symbols in one dynamically loaded library to be visible from another, comp1 will be compiled in to the base executable -- Sven Wischnowsky wischnow@informatik.hu-berlin.de