私は偶然これに出くわし、それ以来私を悩ませてきました:
% setopt
alwaystoend
autocd
autonamedirs
...
sharehistory
shinstdin
zle
%
% setopt | grep zle
# nothing printed
%
% setopt | cat -vet
alwaystoend$
autocd$
autonamedirs$
...
sharehistory$
shinstdin$
# no zle here!
ご覧のとおり、 のgrep
検出に失敗し、不規則な文字を検出するためにtozle
の出力をパイプしても (それが意味を成すわけではありません)、どちらも検出されません!setopt
cat
zle