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 <vinc...@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)

_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to