Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: autocomplete:_expand:old:17: command not found: _autocomplete__is_glob #743

Open
kthakk4 opened this issue Jul 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@kthakk4
Copy link

kthakk4 commented Jul 17, 2024

Environment

typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
typeset -a _autocomplete__funcfiletrace=(
/usr/local/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4
/Users//.zshrc:2
zsh:0
)

  • Operating system: macOS Sonoma 14.4.1
  • Terminal emulator: iTerm2

Issue

When using tab complete, I see four lines of command not found errors followed by correctly tab completed command (see screenshot). I installed zsh-autocomplete using homebrew and have insured that my .zshrc calls source in the very first line. This issue only happens on a single machine and I am not able to reproduce it on any other machines. I have attempted a clean reinstall (brew uninstall, brew auto remove, and then brew install) without any success. I'd really appreciate any hints on how I can debug/solve this - while the tab complete is technically working, it's really annoying to see three lines of error everytime I use it.

image
@kthakk4 kthakk4 added the bug Something isn't working label Jul 17, 2024
@jack-margeson
Copy link

I am receiving a similar error regarding python3-argcomplete.

Operating system: Arch Linux x86_64
Terminal: terminator 2.1.4

My output, after double tapping tab to autocomplete, is as follows:
(eval):1: _python-argcomplete: function definition file not found
This outputs several times before autocompleting.

@ZekeriyaAY
Copy link

I fixed this problem with run zplug load command. Also mine autocomplete plugin is local out of date. But I can't update with zplug update.
Now, plugin is out of date but works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants