zsh-users
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Doron Behar <doron.behar@gmail.com>
Cc: zsh-users@zsh.org
Subject: Re: Having a hard time dealing with a completion collision
Date: Tue, 18 Feb 2020 16:50:19 +0000	[thread overview]
Message-ID: <20200218165019.62581fbb@tarpaulin.shahaf.local2> (raw)
In-Reply-To: <20200218163725.zdkiord4uaxmutsk@NUX>

Doron Behar wrote on Tue, 18 Feb 2020 18:37 +0200:
> I tried putting the replacement `_todo` file in my first fpath directory
> - `~/.zsh/comp/tested/` but surprisingly I still got the failing devtodo
> completion loaded instead of the replacement completion.

Hmm, interesting question.  «autoload» prefers the first match of
a given /function name/, but it's possible that compsys prefers
the /last/ directory for determining the command-name-to-function-name
mappings?  In which case, putting your _todo in the last directory
might help?  (But read on)

> Assuming I'm not interested in submitting a change to ZSH's source tree,
> what would be the best way to handle this collision?

Run «compdef _todo todo» after compinit.

Cheers,

Daniel

  reply	other threads:[~2020-02-18 16:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200218163908eucas1p28a3b95a5e11163f515ee6e902ff9bbf5@eucas1p2.samsung.com>
2020-02-18 16:37 ` Doron Behar
2020-02-18 16:50   ` Daniel Shahaf [this message]
2020-02-18 19:13     ` Doron Behar
2020-02-18 17:02   ` Peter Stephenson
2020-02-18 19:17     ` Doron Behar
2020-02-19  9:35       ` Peter Stephenson

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=20200218165019.62581fbb@tarpaulin.shahaf.local2 \
    --to=d.s@daniel.shahaf.name \
    --cc=doron.behar@gmail.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).