Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Problem with menu-completion



Hi!

I am using latest CVS snapshot of zsh.
Here is the problem description:

1. Type any command which will have multiple completion choices. Press
TAB for scrolling through them. (ex, for fvwm, type "fvw" and then
press tab)
2. Keep scrolling. To increase the speed, you may want to never leave
the TAB key.
3. The speed of scrolling steadily decreases, while CPU usage steadily
increases.

4. Now delete everything from the command line, and type "xr" (for
another completion list), and press TAB.
5. The problem still exists.
6. Delete everything and press enter (or press ^C) for another prompt.
7. The problem disappears.
-----------
# Completions system
# The following lines were added by compinstall
zstyle ':completion:*' auto-description 'specify: %d'
zstyle ':completion:*' completer _expand _complete _correct _approximate
zstyle ':completion:*' file-sort name
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' ignore-parents parent pwd
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the
character to insert%s
zstyle ':completion:*' matcher-list '' 'l:|=* r:|=*' 'r:|[._-]=**
r:|=**' 'm:{a-zA-Z}={A-Za-z}'
zstyle ':completion:*' max-errors 1 numeric
zstyle ':completion:*' menu select=long-list select=0
zstyle ':completion:*' preserve-prefix '//[^/]##/'
zstyle ':completion:*' select-prompt %SScrolling active: current
selection at %p%s
zstyle ':completion:*' squeeze-slashes true
zstyle ':completion:*' verbose true
zstyle :compinstall filename '/usr/stud/srivasta/.zshrc'

autoload -Uz compinit
compinit
# End of lines added by compinstall

-- 
Regards,



Messages sorted by: Reverse Date, Date, Thread, Author