Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
peculiar zsh completion issue
- X-seq: zsh-users 24407
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: peculiar zsh completion issue
- Date: Sat, 9 Nov 2019 05:44:33 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1573274674; bh=+hN5Kgx7AyWY8Ha+d6ZzSllfON0da47Rly/rGSO4fVc=; h=X-UI-Sender-Class:To:From:Subject:Date; b=DIkCBe8B21lEKg/oLx7Vam/GAvGQ2KUiqoa50PLcdaUZvEB1z1wOxmFaf+6jR2bth 6sWJWyOYuENw404d8hTJ9ElloKZPS7ucoxlcoWYtxBazdainuWcz4rE5wksDdD1Wfe 2nKHvrWeSjv/d7w7kC6BI5iEwTLKeIuy7WtKPfqI=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I am experiencing a very peculiar issue with zsh completion:
On a server where dovecot is installed, suddenly zsh completion does not
work for any keyword containing the keyword "dovecot".
For instance:
cd /etc/do<TAB>
service do<TAB>
chkconfig do<TAB>
nano /etc/default/do<TAB>
Also, when I do just service <TAB>, then all possibilities are listed,
(ie, all executable files in /etc/init.d/) but dovecot is not listed as
possible completion. As if it did not exist.
All of the above examples work for any other package / file / path.
If I try the same on a machine where package dovecot is not installed,
and just create dummy files in the paths:
/etc/dovecot/
/etc/init.d/dovecot
/etc/default/dovecot
then completion works normally.
I am using zsh 5.7.1 on Debian Buster.
thanks,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author