The following construct prepends the 38 function directories and subdirectories revision 13 creates to the $fpath array without clobbering what the user might already have:
fpath=( $(print /sw/share/zsh/**/*(/) ) $fpath ) but if you configure it the default way, it only needs two elements in the $fpath array and this has the additional merit of being added automatically. > > Dear Darian: > > zsh-4.2.1-13 is still broken, as there are no entries in $FPATH. > > Since it is all put into subdirectories and the directory 4.2.1 > has been eliminated, the default configuration for adding to > $FPATH apprently fails. > > If you just let them install by default in the same way as it is > done in /usr/share/zsh with Apple's zsh, it is taken care of > automatically. Otherwise you will have to add them all in by hand > somehow, and it looks like there are about 15 or 20 instead of two. > > Moreover, in the current setup, if you start /sw/bin/zsh from a > /bin/zsh shell, it will inherit the wrong $FPATH, i.e, that > associated with /usr/share/zsh > > The revision 15 I posted on the package tracker works and sets the $FPATH > correctly. > > Sorry to keep complaining, but I can't add the zsh-templates until this > works. > > Many thanks, > > Bill Scott > > > > > ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
