zsh-users
 help / color / mirror / code / Atom feed
From: rj <rj@panix.com>
To: zsh-users@zsh.org
Subject: error msg 'no such option: localpatterns' on tab completion
Date: Wed, 12 Mar 2014 17:54:54 -0400	[thread overview]
Message-ID: <20140312215454.GA17207@panix.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

My ISP upgraded from zsh-5.0.0 to zsh-5.0.5, suddenly I get this error when
I tab-complete a file name (before hitting <RETURN>):

(eval):setopt:3: no such option: localpatterns
(eval):5: bad option: -p

I don't have a "localpatterns" option set, but I do see this among
everything else when I type 'set' at the prompt:

---------------------------------
_comp_setup='local -A _comp_caller_options;
             _comp_caller_options=(${(kv)options[@]});
             setopt localoptions localtraps localpatterns
${_comp_options[@]};
             local IFS=$'' \t\r\n\0''
             enable -p \| \~ \( \? \* \[ \< \^ \#
             exec </dev/null;
             trap - ZERR
             local -a reply
             local REPLY'
---------------------------------

But I don't know where that's set (I looked in .zcompdump) or how to change
it.

I'm using zsh-5.0.5 at home and on another ISP (& nearly identical config
files in all 3 places) with no problems.

How can I apply a fix to remove the error message?



[-- Attachment #2: Type: application/pgp-signature, Size: 195 bytes --]

             reply	other threads:[~2014-03-12 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-12 21:54 rj [this message]
2014-03-13  0:44 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140312215454.GA17207@panix.com \
    --to=rj@panix.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).