From: David DEMELIER on
Hi,

Today I upgraded the portmaster port to 2.27 and I noticed that there
was no completion anymore with my zsh. I was using it like portmaster
-<tab> where tab gave me all the options available, I was able to do
portmaster <tab> to use portsdir pattern too. Now there is nothing !

Are these completions completely removed?

Cheers.

--
Demelier David
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Doug Barton on
On 05/19/10 09:37, David DEMELIER wrote:
> Hi,
>
> Today I upgraded the portmaster port to 2.27 and I noticed that there
> was no completion anymore with my zsh. I was using it like portmaster
> -<tab> where tab gave me all the options available, I was able to do
> portmaster <tab> to use portsdir pattern too. Now there is nothing !

pkg_delete portmaster*
cd /usr/ports/ports-mgmt/portmaster
make clean
make config
<select zsh completions>
make install clean


hth,

Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Doug Barton on
The user reports in private e-mail that the completions file is installed, but it's still not working. Can a zsh user help him out?


Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Demelier David on
On Wed, May 19, 2010 at 10:27:35AM -0700, Doug Barton wrote:
> The user reports in private e-mail that the completions file is installed, but it's still not working. Can a zsh user help him out?
>

Yes, sorry I forgot everytime to answer to all...

--
Demelier David
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Anonymous on
Demelier David <demelier.david(a)gmail.com> writes:

> On Wed, May 19, 2010 at 10:27:35AM -0700, Doug Barton wrote:
>> The user reports in private e-mail that the completions file is installed, but it's still not working. Can a zsh user help him out?
>>
>
> Yes, sorry I forgot everytime to answer to all...

Hmm, does following help?

$ autoload -Uz compinit
$ compinit

You may want to run compinstall, though. See also zshcompsys(1).
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"