Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compinit in emulation
- X-seq: zsh-workers 47857
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: compinit in emulation
- Date: Wed, 20 Jan 2021 17:22:16 -0800
- Archived-at: <https://zsh.org/workers/47857>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-01/CAH%2Bw%3D7bEM_qRUk5-eF%3DFPZPHzyF6o%3DZ6s3FgOqkF%2BOoFJWwJiQ%40mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
The documentation says:
If the parameter _compdir is set, compinit uses it as a directory where
completion functions can be found; this is only necessary if they are
not already in the function search path.
However, this depends on the fpath/FPATH tied variable linkage, which
is disabled when not in native zsh mode. I wrongly expected 'emulate
-R zsh' to fix this, and spent quite a while down a rabbit hole trying
to figure out what was wrong.
Obviously we've been getting by with this for the past couple of
decades, but: Does anyone think this should be repaired?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author