zsh-users
 help / color / mirror / code / Atom feed
* Problem with menu-completion
@ 2008-01-29 19:22 Anonymous bin ich
  0 siblings, 0 replies; only message in thread
From: Anonymous bin ich @ 2008-01-29 19:22 UTC (permalink / raw)
  To: ZSH User List

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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-29 19:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-29 19:22 Problem with menu-completion Anonymous bin ich

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).