Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with menu-completion
- X-seq: zsh-users 12500
- From: "Anonymous bin ich" <ichbinanon@xxxxxxxxx>
- To: "ZSH User List" <zsh-users@xxxxxxxxxx>
- Subject: Problem with menu-completion
- Date: Tue, 29 Jan 2008 20:22:19 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=5BOMo239rOCwTzCZw/vT0ZNzxc0MEu/e9ByalYS5deI=; b=MssXzTfE6owWr6mt/C1Aiiin0Nhbncm0fh8s1kkKxTU2IwgZ2rdgr9SB9qYXydm5PdPMJUNj0VVPwUsMRz8Z7yx2hwjW2GlSMu7cWdwfynb3fKzhbbMKt+nE0+P0c0QJoArnUi0CGf5+VPTzErylWftKaHNtfNKl2Zja0qAxENM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Q3lxs5zbd2rMXajPX4j/faFjFy1y0sJq06h3z8OHMY1b+nB+Y+76uy9Xj1JvJgCj3f8ys/pLJn6aZ7HsJGo6UCm/0er7y7uW/UJHZjFN44bQlJX3BI9xPiBeQENJgifK2/5W4bvRstAg2M4v714kOfwT4iXUVREmuB7rv/SPTjw=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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