[Pkg-zsh-commits] [zsh] 01/01: Add note about $fpath entries to README.Debian

Frank Terbeck ft-guest at moszumanska.debian.org
Wed May 21 11:23:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

ft-guest pushed a commit to branch debian
in repository zsh.

commit 5ac620f453784b5ff4fa1a377ec7313079595b2c
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed May 21 13:23:04 2014 +0200

    Add note about $fpath entries to README.Debian
    
    Signed-off-by: Frank Terbeck <ft at bewatermyfriend.org>
---
 debian/README.Debian | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
index 302577f..5aeddb5 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -31,3 +31,22 @@ Now you can use the usual gdb commands like step / continue / ...
 to debug the Zsh process at source level.
 
   -- Michael Prokop <mika at debian.org>
+
+
+Load-path for functions from other packages
+-------------------------------------------
+
+In respsonse to #620452, the zsh-binary from Debian's zsh package started to
+provide two entries to $fpath (the search path for loadable functions) for
+other packages to drop function files into:
+
+  - /usr/share/zsh/vendor-completions for functions that add functionality to
+    zsh's function based completion system (compsys)
+
+  - /usr/share/zsh/vendor-functions for all other functions
+
+If you maintain another Debian package that wants to add functions to zsh's
+function load-path, please use the those conventions when installing function
+files.
+
+ -- Frank Terbeck <ft at bewatermyfriend.org>, Wed, 21 May 2014 13:15:58 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list