zsh-workers
 help / color / mirror / code / Atom feed
* "fake" style requires at least one real match?
@ 2016-11-04  0:39 Bart Schaefer
  2016-11-04 14:00 ` Oliver Kiddle
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 2016-11-04  0:39 UTC (permalink / raw)
  To: zsh-workers

This is essentially the same Q-and-A as from users/10988 almost exactly
ten years ago.  The difference is that the solution in that message no
longer works.

zstyle ':completion::complete:cd:*' tag-order \
  'named-directories:-mine:extra\ directories
named-directories:-normal:named\ directories *'
mydirs=(mydir1 mydir2)
zstyle -e ':completion::complete:cd:*:named-directories-mine' fake \
  'reply=($mydirs)'
zstyle -e ':completion::complete:cd:*:named-directories-mine' \
ignored-patterns 'reply=("(${(qkj.|.)nameddirs})")'

Unless at least one of the real matches is excluded from ignored-patterns,
the "comptags" loop in _all_labels makes another pass and re-adds all the
matches that it ignored the first time around.  This also affects the
fake-always style, which was intended to explicitly allow ignoring all
the real matches.

There don't appear to have been any changes to _description or _all_labels
in all that time that would affect this, so it must be something in the
internals?  There also haven't been any changes to bin_comptags() that
look like they could be the culprit, I don't know where to look next.

Also, an aside, _cd doesn't offer named-directories unless there is a
prefix of the word.  I don't recall if that's a change from the past or
not.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-06 23:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-04  0:39 "fake" style requires at least one real match? Bart Schaefer
2016-11-04 14:00 ` Oliver Kiddle
2016-11-05  3:48   ` Bart Schaefer
2016-11-05  5:02     ` Bart Schaefer
2016-11-06  6:42       ` Bart Schaefer
2016-11-06 23:42         ` Bart Schaefer

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