From 8ac97f3308ed8b33738b16f4464876f886b9237b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 3 Feb 2010 18:34:32 +0000 Subject: 27648, 267650/1, unposted README change: Turn off repeat and turn on ulimit in emulation modes --- Etc/zsh-development-guide | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Etc') diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index fcbc3eab6..db78f94a6 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -198,12 +198,16 @@ following shell variables: - nozshdep non-empty indicates no dependence on the `zsh/main' pseudo-module - alwayslink if non-empty, always link the module into the executable - - autobins builtins defined by the module, for autoloading - - autoinfixconds infix condition codes defined by the module, for - autoloading (without the leading `-') - - autoprefixconds like autoinfixconds, but for prefix condition codes - - autoparams parameters defined by the module, for autoloading - - automathfuncs math functions defined by the module, for autoloading + - autofeatures features defined by the module for autoloading, + a space-separated list. The syntax for features is as + for zmodload -F, e.g. b:mybin refers to the builtin + mybin. This replaces the previous mechanism with + separate variables for builtins, conditions, math + functions and parameters. Note the features are only + available in zsh's native mode, not in emulation modes. + - autofeatures_emu As autofeatures, but the features so presented are + available in modes that are *not* zsh's native mode. + The variable autofeatures must also be present. - objects .o files making up this module (*must* be defined) - proto .syms files for this module (default generated from $objects) - headers extra headers for this module (default none) -- cgit 1.4.1