zsh-users
 help / color / mirror / code / Atom feed
* completion functions not loaded
@ 2023-02-11 21:18 Pier Paolo Grassi
  2023-02-11 21:27 ` Bart Schaefer
  0 siblings, 1 reply; 16+ messages in thread
From: Pier Paolo Grassi @ 2023-02-11 21:18 UTC (permalink / raw)
  To: Zsh-Users List

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

Hello, there are some completion functions that aren't loaded, it appears.

> functions _systemctl
_systemctl () {
        # undefined
        builtin autoload -XUz
}

systemctl<tab>
the output is from _files

systemctl<ctrl-h>
tags in context :completion::complete:SYSTEMD_PAGER=::
    argument-rest  (_arguments _gnu_generic)
tags in context :completion::complete:SYSTEMD_PAGER=:argument-rest:
    use-compctl    (_default _arguments _gnu_generic)
    globbed-files  (_files _default _arguments _gnu_generic)
tags in context :completion::complete:sudo::
    argument-rest  (_arguments _sudo)

it's not even listed. The completion function is defined in
/usr/share/zsh/vendor-completions

the dir is present in $fpath and other completion function from the same
directory are working correctly.

What can I do to debug the issue?

thanks

Pier Paolo Grassi

[-- Attachment #2: Type: text/html, Size: 1378 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-02-13 10:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 21:18 completion functions not loaded Pier Paolo Grassi
2023-02-11 21:27 ` Bart Schaefer
2023-02-11 21:30   ` Pier Paolo Grassi
2023-02-11 21:31   ` Bart Schaefer
2023-02-12 17:22     ` Pier Paolo Grassi
2023-02-12 17:41       ` Bart Schaefer
2023-02-12 17:52         ` Pier Paolo Grassi
2023-02-12 18:13           ` Pier Paolo Grassi
2023-02-12 18:27             ` Pier Paolo Grassi
2023-02-12 18:36               ` Roman Perepelitsa
2023-02-12 20:58                 ` Pier Paolo Grassi
2023-02-12 21:08                   ` Roman Perepelitsa
2023-02-12 21:09                     ` Pier Paolo Grassi
2023-02-12 21:53                     ` Bart Schaefer
2023-02-13  8:23                       ` Roman Perepelitsa
2023-02-13 10:01                         ` Pier Paolo Grassi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).