Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh spinning for ages when I hit tab on directory
- X-seq: zsh-users 16554
- From: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh spinning for ages when I hit tab on directory
- Date: Tue, 8 Nov 2011 14:10:22 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=simple; d=mail.ud10.udmedia.de; h= date:from:to:subject:message-id:mime-version:content-type; s= beta; bh=WWU7EYjnxds2Y9+JXvexiMdhx/L08iFEhsYEYgE3mLY=; b=BPA6SQh yChpSx7NfFQ4V3UGmbPDKSNFeSTdIij2lkfOfN9avK9NVKO14bEZ8Vw4unhS5Zi4 199IB+JA/7KDRIyXg9PkwTwvbu0NoHNe+CtCIaIPl6tcwPEWfhwOf2Fd8iLxe5kE GpNsaMProXYjDryUV7d05mL3S6jbC3ZBMfj8=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Zsh is busy spinning for minutes when I hit tab at the end of an
directory. For example consider:
~ % /usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.0/man/man1/
man1 % l
total 1748
drwxr-xr-x 2 root 72 Nov 8 13:37 .
drwxr-xr-x 4 root 28 May 27 15:33 ..
-rw-r--r-- 1 root 42888 Nov 8 13:37 cpp.1
-rw-r--r-- 1 root 824844 Nov 8 13:37 g++.1
-rw-r--r-- 1 root 824844 Nov 8 13:37 gcc.1
-rw-r--r-- 1 root 24554 Nov 8 13:37 gcov.1
When position the cursor after the man1/ of
~ % /usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.0/man/man1/
and hit tab, zsh starts spinning:
96.79% libzsh-4.3.12.so [.] 0x7185f
0.12% [kernel] [k] handle_irq_event_percpu
0.07% libFLAC.so.8.2.0 [.] FLAC__bitreader_read_rice_signed_block
...
And after a few minutes it prints:
---- no match for: `external command', `executable file or directory',
`builtin command', `shell function', `alias', `suffix alias', `reserved
word', `job', `parameter', or `corrections'
Any ideas how to fix this behavior?
Thanks.
--
Markus
Messages sorted by:
Reverse Date,
Date,
Thread,
Author