From 55807e1dd431271b84df5ba9dd08a245626589cf Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Oct 2001 11:36:08 +0000 Subject: 15974, plus minor wording change. --- Etc/BUGS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Etc') diff --git a/Etc/BUGS b/Etc/BUGS index 69f9bad47..b4bb194bd 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -2,6 +2,10 @@ KNOWN BUGS IN ZSH ----------------- +When a shell is exited from within a function, the only EXIT trap which is +run is the one for the function itself, if any. In particular, an EXIT +trap set for the shell itself will not be executed in this case. +------------------------------------------------------------------------ On some terminals, display of lines with exactly 80 characters is problematic. zsh assumes that the terminal does not print an extra newline in this case, but some terminals (e.g. aixterm) do. @@ -46,5 +50,5 @@ the nonomatch and nullglob options. ------------------------------------------------------------------------ Numeric ranges are still too greedy with using characters; for example, <1-1000>33 will not match 633 because the 633 matches the range. Some -backtracking will be necessary. +backtracking will be necessary. (This is believed fixed as of 3.1.6.) ------------------------------------------------------------------------ -- cgit 1.4.1