Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: RE: Is this statement correct?
- X-seq: zsh-workers 12842
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: RE: Is this statement correct?
- Date: Tue, 19 Sep 2000 12:00:56 +0400
- Importance: Normal
- In-reply-to: <1000919071851.ZM30493@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> The order of $fpath takes precedence over the newness of the files. It
> doesn't search for the newest thing anywhere in $fpath; it checks for
> the newest one of any two otherwise-equivalent sources of the function.
>
If you agree with my english, I'll commit it to avoid more confusion.
-andrej
Index: Doc/Zsh/contrib.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/contrib.yo,v
retrieving revision 1.6
diff -u -r1.6 contrib.yo
--- Doc/Zsh/contrib.yo 2000/09/15 15:32:25 1.6
+++ Doc/Zsh/contrib.yo 2000/09/19 07:59:18
@@ -81,7 +81,9 @@
digests compiled with the tt(zcompile) builtin are frequently out of date
with respect to the function source files. This is not usually a problem,
because zsh always looks for the newest file when loading a function, but
-it may cause slower shell startup and function loading.
+it may cause slower shell startup and function loading. Also, if digest
+file is explicitly used as element of tt(fpath), zsh won't check if any
+of its source files was changed.
The tt(zrecompile) autoloadable function, found in tt(Functions/Misc), can
be used to keep function digests up to date.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author