Bug#847203: systemd: journalctl zsh completion fails with RC_QUOTES

Vincent Lefevre vincent at vinc17.net
Tue Dec 6 15:02:07 GMT 2016


On 2016-12-06 11:40:35 -0300, Felipe Sateler wrote:
> I think the better fix is to somehow make zsh use default option
> values when evaluating the completion functions. I see that some
> completions use `emulate -LR zsh` (although both -L and -R are skipped
> in some completions). Could you try if that fixes the issue for you?

No, this has no effect. Even

emulate -LR zsh
unsetopt RC_QUOTES

has no effect. I think that the problem comes from the fact that
the '' is parsed at completion time.

Actually, the "emulate -LR zsh" is even worse, as I get another
message with it and my config:

cventin:~> journalctl [TAB]
(eval):1: no matches found: *:globbed-files
cventin:~> journalctl
zsh: do you wish to see all 255 possibilities (88 lines)? 

But I don't know the cause.

-- 
Vincent Lefèvre <vincent at vinc17.net> - 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)




More information about the Pkg-systemd-maintainers mailing list