Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion files sensitive to user options like RC_QUOTES
- X-seq: zsh-workers 40104
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: completion files sensitive to user options like RC_QUOTES
- Date: Tue, 6 Dec 2016 15:27:54 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
I wonder whether it is expected that completion files are sensitive
to user options.
For instance, the vendor's _journalctl file has:
'(--directory -D -M --machine --root --file)''--root=[Operate on catalog hierarchy under specified directory]:directories:_directories' \
which fails with RC_QUOTES due to the: ''
My bug report: https://github.com/systemd/systemd/issues/4842
This is easily fixable there, but in general, I suppose that not all
external developers who write completion files know all the options.
So, isn't there anything to do on the zsh side?
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author