Index: Src/Zle/compcore.c =================================================================== --- zsh/Src/Zle/ocompcore.c Fri Jun 2 01:09:56 2000 +++ zsh/Src/Zle/compcore.c Fri Jun 2 19:16:33 2000 @@ -733,6 +733,7 @@ } compinsert = (useline < 0 ? tricat("tab ", "", compinsert) : ztrdup(compinsert)); + zsfree(compexact); if (useexact) compexact = ztrdup("accept"); else { Index: Doc/Zsh/mod_complist.yo =================================================================== --- zsh/Doc/Zsh/omod_complist.yo Sun May 21 11:27:36 2000 +++ zsh/Doc/Zsh/mod_complist.yo Fri Jun 2 19:33:20 2000 @@ -144,7 +144,7 @@ letter will be replaced with a string of fixed width, padded to the right with spaces, while the lowercase form will not be padded. -If the option att(LISTPROMPT) is set, the completion code will not ask if +If the parameter tt(LISTPROMPT) is set, the completion code will not ask if the list should be shown. Instead it immediately starts displaying the list, stopping after the first screenful, showing the prompt at the bottom, waiting for a keypress after temporarily switching to the tt(listscroll)