Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-announce moderators still alive?



Adam Spiers wrote:

> P.S. No answers about the out of date website yet?

Just had a look at your published .zshrc. Some styles have now been
changed to boolean ones and for those `yep' is not treated as the
value `true'....

And the parameters should now be replaced with:

# {{{ Common usernames

# compstyle '*' users  tom dick harry

# }}}
# {{{ Common hostnames

compstyle '*' hosts  localhost sunsite.doc.ic.ac.uk

# }}}
# {{{ (user,host) pairs

# All my accounts:
# compstyle '*:my-accounts' users-hosts \
#    joe:                               \
#    {joe,root}:mymachine.com           \
#    jbloggs:myothermachine.com
#

# Other people's accounts:
# compstyle '*:other-accounts' users-hosts \
#    bob:                                  \
#    {fred,root}:hismachine.com            \
#    vera:hermachine.com
#

# }}}
# {{{ (host, port, user) triples for telnet
#
# compstyle '*::telnet:*' hosts-ports-users \
#    host1::user1                           \
#    host2::user2                           \
#    mail-server:{smtp,pop3}:               \
#    news-server:nntp:                      \
#    proxy-server:8000:
# }}}

Or something like that.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author