zsh-users
 help / color / mirror / code / Atom feed
* compctl example not working
@ 2010-11-08 18:12 Torsten Ekedahl
  2010-11-08 18:39 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Torsten Ekedahl @ 2010-11-08 18:12 UTC (permalink / raw)
  To: zsh-users

I have tried the example from the  zshcompctl man page

compctl -T -x 's[~] C[0,[^/]#]' -k friends -S/ -tn

and I get no change in completion behaviour. In fact I can't get -T to
work at all. Any suggestions? (My zsh version is 4.3.10)


		Torsten


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

* Re: compctl example not working
  2010-11-08 18:12 compctl example not working Torsten Ekedahl
@ 2010-11-08 18:39 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2010-11-08 18:39 UTC (permalink / raw)
  To: zsh-users

On Nov 8,  7:12pm, Torsten Ekedahl wrote:
}
} I have tried the example from the  zshcompctl man page
} and I get no change in completion behaviour. In fact I can't get -T to
} work at all. Any suggestions? (My zsh version is 4.3.10)

compctl is [almost] mutually incompatible with the newer completion
system that's enabled by running "compinit".  Unless you are NOT using
compsys, compctl will in most cases have no effect.

I say "almost" because there is a way to configure compsys to fall back
on compctl when it can't find any other completions, but that doesn't
help with -T (which you'd need to have kick in first rather than last).


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

end of thread, other threads:[~2010-11-08 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 18:12 compctl example not working Torsten Ekedahl
2010-11-08 18:39 ` 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).