Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: peculiar zsh completion issue
- X-seq: zsh-users 24408
- From: dana <dana@xxxxxxx>
- To: Fourhundred Thecat <400thecat@xxxxxx>
- Subject: Re: peculiar zsh completion issue
- Date: Fri, 8 Nov 2019 23:07:20 -0600
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8zTLHoOH3Q0RYeAGOkD4tIOfrSrORxY6Ar8Rdn0Ev+E=; b=n0Z+t8Q6V9B8H+5jwuv3vLH27dFKcJAVYrrfcW4Fen/dS4qkymcmpvdg1uPu3Uy8VB yXTPDNhAc37u0rMaKJhO2u2inwUGgtnDU9hqCVCOD2J7RNUPIqmalXBzgYOVeYkKXU0+ BG9nhRO3eokjp+n2DB5Jm5QLX0zCsJhXNCVplcwpmNY6WspCg/hxm2q/NeUziyAkpG1M iUqX5L5cw6dQAnWG5uxaA+eZ0IG3FW7O5KG3WFLMQlfr2/JwQvHz4H4lf5PVfprLud3O Z+fFOKiTwlzCeKFOdpnOA3KMqc7J6IYw9rqynbl0rqOwlFQ/fbCpgzPOIqm528rw3kK1 qOIA==
- In-reply-to: <e8de3c51-7457-4bdf-6128-0cc316edeac4@gmx.ch>
- 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
- References: <e8de3c51-7457-4bdf-6128-0cc316edeac4@gmx.ch>
On 8 Nov 2019, at 22:44, Fourhundred Thecat <400thecat@xxxxxx> wrote:
> On a server where dovecot is installed, suddenly zsh completion does not
> work for any keyword containing the keyword "dovecot".
Did you somehow add 'dovecot' (or some other pattern that matches it) to your
ignored-patterns style? Try something like...
zstyle -L | grep -iE 'dove|ignored'
... and see if anything looks relevant
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author