Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: hitting tab to complete a filename no longer working
- X-seq: zsh-users 30394
- From: <covici@xxxxxxxxxxxxxx>
- To: "'Bart Schaefer'" <schaefer@xxxxxxxxxxxxxxxx>
- Cc: <zsh-users@xxxxxxx>
- Subject: RE: hitting tab to complete a filename no longer working
- Date: Thu, 30 Oct 2025 22:19:30 -0400
- Archived-at: <https://zsh.org/users/30394>
- In-reply-to: <CAH+w=7a=f+=N4gramJCiN2Mz8mT0BGkogndSvjBesSsUMETMxg@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <m3y0os47xf.wl-covici@ccs.covici.com> <CAH+w=7a=f+=N4gramJCiN2Mz8mT0BGkogndSvjBesSsUMETMxg@mail.gmail.com>
- Thread-index: AQGqYAELNfsvsp/ol/qS0iuv314+LQLKZscNtSkFcjA=
OK, so I think its working better now, I got a new version of the substring search, and I deleted the dump file -- my only strange thing is that it may take a minute or two to login, but once logged in it seems to be working.
You did put me on the right track -- thanks.
-----Original Message-----
From: zsh-users-request@xxxxxxx <zsh-users-request@xxxxxxx> On Behalf Of Bart Schaefer
Sent: Thursday, October 30, 2025 8:21 PM
To: covici@xxxxxxxxxxxxxx
Cc: zsh-users@xxxxxxx
Subject: Re: hitting tab to complete a filename no longer working
On Thu, Oct 30, 2025 at 10:27 AM John Covici <covici@xxxxxxxxxxxxxx> wrote:
>
> Hi. When I use zsh
I don't see where you've identified your operating system or zsh
version? I've missed that in a couple of other messages lately so I
tried to look carefully this time.
> to complete something, usually a file name, I get
Your first clue is likely this:
_approximate:53: command not found: _shadow
The _shadow utility was added after the zsh-5.9 release and started to
be used in _approximate several months later. Perhaps you have a mix
of completion functions from a couple of different versions of the
shell? Or perhaps you just need to rebuild your ~/.zcompdump file?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author