public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Zsh completion problem
@ 2011-03-24 16:42 Vikas Mishra
  2011-03-25  2:23 ` Peter A. Castro
  0 siblings, 1 reply; 14+ messages in thread
From: Vikas Mishra @ 2011-03-24 16:42 UTC (permalink / raw)
  To: cygwin

Hello,

I have been trying to use Zsh on cygwin. I am having some trouble with
completion. Basically if I load compinit, the tab completion doesn't
work at all. On commenting out the compinit loading/invokation from
the command line, it works correctly.  This is a cygwin only problem,
the same zshrc file works without issues on Linux.

I did a search of the mailing lists and it recommended Commenting the
compinit, deleting the .zcompdump file, Starting a new shell, running
compinit and then finally uncommenting it. That doesn't fix the
problem for me. I don't think I have a corrupted .zcompdump file (at
least it doesn't appear corrupted to my untrained eyes).

Cygwin version is 4.3.11. Any suggestions/hints? cygcheck doesn't
report anything obvious (It reports tetex-bin is incomplete, but I
don't think they are related).

Regards,
Vikas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-03-24 16:42 Zsh completion problem Vikas Mishra
@ 2011-03-25  2:23 ` Peter A. Castro
  2011-03-25  4:44   ` Vikas Mishra
  0 siblings, 1 reply; 14+ messages in thread
From: Peter A. Castro @ 2011-03-25  2:23 UTC (permalink / raw)
  To: Vikas Mishra; +Cc: cygwin

On Thu, 24 Mar 2011, Vikas Mishra wrote:

> Hello,

Greetings, Vikas,

> I have been trying to use Zsh on cygwin. I am having some trouble with
> completion. Basically if I load compinit, the tab completion doesn't
> work at all. On commenting out the compinit loading/invokation from
> the command line, it works correctly.  This is a cygwin only problem,
> the same zshrc file works without issues on Linux.
>
> I did a search of the mailing lists and it recommended Commenting the
> compinit, deleting the .zcompdump file, Starting a new shell, running
> compinit and then finally uncommenting it. That doesn't fix the
> problem for me. I don't think I have a corrupted .zcompdump file (at
> least it doesn't appear corrupted to my untrained eyes).

The ultimate cause of this particular problem was permissions on the
"functions" directories not being to zsh's liking (ie: having write
permission for group or other).  This was a build error on my part for
4.3.11-1, which was corrected in 4.3.11-2.
(Make sure you have installed 4.3.11-2, btw :-)

With the permissions wrong, compinit fails to load any of the completion
functions and ends up creating a very, very abbreviated .zcompdump file
(less than 1k in size, versus > 30k size).
You can tell this by looking at the .zcompdump and if it things like
_comps() are mostly empty, then you are hitting the problem.

Verify that you .zcompdump has move that a few functions in it and verify
the permissions on all directories under /usr/share/zsh/4.3.11 are 755
(rwxr-xr-x) and that all files under those directories are 644
(rw-r--r--).

This is, of course, assuming that this is the problem you are
experiencing, rather than some new, unidentified, problem :-)

If you've checked the above, then the next thing is to send me your
.zshrc (or at least those parts of if you feel exhibit the problem).

> Cygwin version is 4.3.11. Any suggestions/hints? cygcheck doesn't
> report anything obvious (It reports tetex-bin is incomplete, but I
> don't think they are related).
>
> Regards,
> Vikas
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

-- 
Peter A. Castro <doctor@fruitbat.org> or <Peter.Castro@oracle.com>
 	"Cats are just autistic Dogs" -- Dr. Tony Attwood

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-03-25  2:23 ` Peter A. Castro
@ 2011-03-25  4:44   ` Vikas Mishra
  2011-04-01 22:14     ` Vikas Mishra
  0 siblings, 1 reply; 14+ messages in thread
From: Vikas Mishra @ 2011-03-25  4:44 UTC (permalink / raw)
  To: Peter A. Castro; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 1753 bytes --]

Hello Peter,

Thanks for your response.

On Thu, Mar 24, 2011 at 6:36 PM, Peter A. Castro <doctor@fruitbat.org> wrote:
> On Thu, 24 Mar 2011, Vikas Mishra wrote:
>
> The ultimate cause of this particular problem was permissions on the
> "functions" directories not being to zsh's liking (ie: having write
> permission for group or other).  This was a build error on my part for
> 4.3.11-1, which was corrected in 4.3.11-2.
> (Make sure you have installed 4.3.11-2, btw :-)

I just installed this cygwin installation today and I think 4.3.11-2
was release in early January so I believe I do have the latest
version.

>
> With the permissions wrong, compinit fails to load any of the completion
> functions and ends up creating a very, very abbreviated .zcompdump file
> (less than 1k in size, versus > 30k size).

In my case, the size of zcompdump was 32KB (I had forgotten to mention
it the first time around). I have attached the zcompdump file so that
you can see if this is correct or not.

> You can tell this by looking at the .zcompdump and if it things like
> _comps() are mostly empty, then you are hitting the problem.
>
> Verify that you .zcompdump has move that a few functions in it and verify
> the permissions on all directories under /usr/share/zsh/4.3.11 are 755
> (rwxr-xr-x) and that all files under those directories are 644
> (rw-r--r--).

I rechecked the permissions on the directories and they were correct.
I have also attached the smallest version of my zshrc which still has
a problem - basically this is just "autoload -U compinit && compinit".

I installed version 4.3.10 (with the Cygwin installer and have the
same problem). Let me know if any more info will help.

Regards,
Vikas

[-- Attachment #2: problematic.zshrc --]
[-- Type: application/octet-stream, Size: 96 bytes --]

# compinit initializes various advanced completions for zsh
# autoload -U compinit && compinit 

[-- Attachment #3: zcompdump --]
[-- Type: application/octet-stream, Size: 32293 bytes --]

#files: 641	version: 4.3.11

_comps=(
'-' '_precommand'
'.' '_source'
'a2dismod' '_a2utils'
'a2dissite' '_a2utils'
'a2enmod' '_a2utils'
'a2ensite' '_a2utils'
'a2ps' '_a2ps'
'aaaa' '_hosts'
'aap' '_aap'
'acpi' '_acpi'
'acpitool' '_acpitool'
'acroread' '_acroread'
'admin' '_sccs'
'ali' '_mh'
'alias' '_alias'
'amaya' '_webbrowser'
'analyseplugin' '_analyseplugin'
'animate' '_imagemagick'
'anno' '_mh'
'ant' '_ant'
'antiword' '_antiword'
'aoss' '_precommand'
'apache2ctl' '_apachectl'
'apachectl' '_apachectl'
'apm' '_apm'
'appletviewer' '_java'
'apropos' '_man'
'apt-cache' '_apt'
'apt-cdrom' '_apt'
'apt-config' '_apt'
'apt-file' '_apt-file'
'apt-get' '_apt'
'aptitude' '_aptitude'
'apt-move' '_apt-move'
'apt-show-versions' '_apt-show-versions'
'arena' '_webbrowser'
'arp' '_arp'
'arping' '_arping'
'-array-value-' '_value'
'-assign-parameter-' '_assign'
'attr' '_attr'
'auto-apt' '_auto-apt'
'autoload' '_typeset'
'awk' '_awk'
'axi-cache' '_axi-cache'
'bash' '_sh'
'baz' '_baz'
'bg' '_jobs_bg'
'bindkey' '_bindkey'
'bison' '_bison'
'bogofilter' '_bogofilter'
'bogotune' '_bogofilter'
'bogoutil' '_bogofilter'
'-brace-parameter-' '_brace_parameter'
'brctl' '_brctl'
'btdownloadcurses' '_bittorrent'
'btdownloadgui' '_bittorrent'
'btdownloadheadless' '_bittorrent'
'btlaunchmany' '_bittorrent'
'btlaunchmanycurses' '_bittorrent'
'btmakemetafile' '_bittorrent'
'btreannounce' '_bittorrent'
'btrename' '_bittorrent'
'bts' '_bts'
'btshowmetainfo' '_bittorrent'
'bttrack' '_bittorrent'
'bug' '_bug'
'buildhash' '_ispell'
'builtin' '_builtin'
'bunzip2' '_bzip2'
'burst' '_mh'
'bzcat' '_bzip2'
'bzip2' '_bzip2'
'bzip2recover' '_bzip2'
'bzr' '_bzr'
'cal' '_cal'
'calendar' '_calendar'
'catchsegv' '_precommand'
'ccal' '_ccal'
'cd' '_cd'
'cdbs-edit-patch' '_cdbs-edit-patch'
'cdc' '_sccs'
'cdcd' '_cdcd'
'cdr' '_cdr'
'cdrdao' '_cdrdao'
'cdrecord' '_cdrecord'
'certtool' '_gnutls'
'cftp' '_twisted'
'chage' '_users'
'chdir' '_cd'
'chflags' '_chflags'
'chfn' '_users'
'chgrp' '_chown'
'chimera' '_webbrowser'
'chkconfig' '_chkconfig'
'chmod' '_chmod'
'chown' '_chown'
'chrt' '_chrt'
'chsh' '_users'
'ci' '_rcs'
'ckeygen' '_twisted'
'clear' '_nothing'
'co' '_rcs'
'comb' '_sccs'
'combine' '_imagemagick'
'comm' '_comm'
'command' '_command'
'-command-' '_autocd'
'-command-line-' '_normal'
'comp' '_mh'
'compdef' '_compdef'
'composite' '_imagemagick'
'compress' '_compress'
'conch' '_twisted'
'-condition-' '_condition'
'config.status' '_configure'
'configure' '_configure'
'convert' '_imagemagick'
'coreadm' '_coreadm'
'cowsay' '_cowsay'
'cowthink' '_cowsay'
'cp' '_cp'
'cpio' '_cpio'
'cplay' '_cplay'
'crsh' '_cssh'
'csh' '_sh'
'cssh' '_cssh'
'csup' '_csup'
'curl' '_urls'
'cut' '_cut'
'cvs' '_cvs'
'cvsup' '_cvsup'
'cygcheck' '_cygcheck'
'cygcheck.exe' '_cygcheck'
'cygpath' '_cygpath'
'cygpath.exe' '_cygpath'
'cygrunsrv' '_cygrunsrv'
'cygrunsrv.exe' '_cygrunsrv'
'cygserver' '_cygserver'
'cygserver.exe' '_cygserver'
'cygstart' '_cygstart'
'cygstart.exe' '_cygstart'
'dak' '_dak'
'darcs' '_darcs'
'date' '_date'
'dch' '_debchange'
'dchroot' '_dchroot'
'dchroot-dsa' '_dchroot-dsa'
'dcop' '_dcop'
'dcopclient' '_dcop'
'dcopfind' '_dcop'
'dcopobject' '_dcop'
'dcopref' '_dcop'
'dcopstart' '_dcop'
'dd' '_dd'
'debchange' '_debchange'
'debdiff' '_debdiff'
'debfoster' '_debfoster'
'debsign' '_debsign'
'declare' '_typeset'
'-default-' '_default'
'defaults' '_defaults'
'delta' '_sccs'
'devtodo' '_devtodo'
'df' '_directories'
'dhclient' '_dhclient'
'dhclient3' '_dhclient'
'dhcpinfo' '_dhcpinfo'
'dict' '_dict'
'diff' '_diff'
'diffstat' '_diffstat'
'dillo' '_webbrowser'
'dircmp' '_directories'
'dirs' '_dirs'
'disable' '_disable'
'disown' '_jobs_fg'
'display' '_imagemagick'
'dist' '_mh'
'django-admin' '_django'
'django-admin.py' '_django'
'dladm' '_dladm'
'dlocate' '_dlocate'
'dmake' '_make'
'dmidecode' '_dmidecode'
'domainname' '_yp'
'dosdel' '_floppy'
'dosread' '_floppy'
'dpatch-edit-patch' '_dpatch-edit-patch'
'dpkg' '_dpkg'
'dpkg-buildpackage' '_dpkg-buildpackage'
'dpkg-cross' '_dpkg-cross'
'dpkg-deb' '_dpkg'
'dpkg-query' '_dpkg'
'dpkg-reconfigure' '_dpkg'
'dpkg-repack' '_dpkg-repack'
'dpkg-source' '_dpkg_source'
'dput' '_dput'
'du' '_du'
'dumpadm' '_dumpadm'
'dumper' '_dumper'
'dumper.exe' '_dumper'
'dupload' '_dupload'
'dvibook' '_dvi'
'dviconcat' '_dvi'
'dvicopy' '_dvi'
'dvidvi' '_dvi'
'dvips' '_dvi'
'dviselect' '_dvi'
'dvitodvi' '_dvi'
'dvitype' '_dvi'
'ecasound' '_ecasound'
'echotc' '_echotc'
'echoti' '_echoti'
'egrep' '_grep'
'elinks' '_elinks'
'elm' '_elm'
'emulate' '_emulate'
'enable' '_enable'
'enscript' '_enscript'
'env' '_env'
'epsffit' '_psutils'
'-equal-' '_equal'
'espeak' '_espeak'
'ethtool' '_ethtool'
'eval' '_precommand'
'eview' '_vim'
'evim' '_vim'
'exec' '_precommand'
'exim' '_vim'
'explodepkg' '_pkgtool'
'export' '_typeset'
'express' '_webbrowser'
'extcheck' '_java'
'extractres' '_psutils'
'fakeroot' '_fakeroot'
'false' '_nothing'
'fc' '_fc'
'feh' '_feh'
'fetch' '_fetch'
'fetchmail' '_fetchmail'
'ffmpeg' '_ffmpeg'
'fg' '_jobs_fg'
'fgrep' '_grep'
'figlet' '_figlet'
'find' '_find'
'findaffix' '_ispell'
'finger' '_finger'
'fink' '_fink'
'firefox' '_mozilla'
'-first-' '_first'
'fixdlsrps' '_psutils'
'fixfmps' '_psutils'
'fixmacps' '_psutils'
'fixpsditps' '_psutils'
'fixpspps' '_psutils'
'fixscribeps' '_psutils'
'fixtpps' '_psutils'
'fixwfwps' '_psutils'
'fixwpps' '_psutils'
'fixwwps' '_psutils'
'flasher' '_flasher'
'flex' '_flex'
'flist' '_mh'
'flists' '_mh'
'float' '_typeset'
'fned' '_zed'
'folder' '_mh'
'folders' '_mh'
'fortune' '_fortune'
'forw' '_mh'
'freebsd-update' '_freebsd-update'
'fsh' '_fsh'
'fstat' '_fstat'
'ftp' '_hosts'
'functions' '_typeset'
'fuser' '_fuser'
'fusermount' '_fusermount'
'fwhois' '_whois'
'g++' '_gcc'
'galeon' '_webbrowser'
'gcc' '_gcc'
'gcore' '_gcore'
'gdb' '_gdb'
'gdiff' '_diff'
'genisoimage' '_genisoimage'
'get' '_sccs'
'getafm' '_psutils'
'getclip' '_getclip'
'getclip.exe' '_getclip'
'getconf' '_getconf'
'getent' '_getent'
'getfacl' '_getfacl'
'getfacl.exe' '_getfacl'
'getfattr' '_attr'
'getmail' '_getmail'
'getopts' '_vars'
'gex' '_vim'
'ggv' '_gnome-gv'
'ghostscript' '_gs'
'ghostview' '_pspdf'
'git' '_git'
'git-buildpackage' '_git-buildpackage'
'git-cvsserver' '_git'
'git-receive-pack' '_git'
'git-shell' '_git'
'git-upload-archive' '_git'
'git-upload-pack' '_git'
'global' '_global'
'gls' '_ls'
'gm' '_graphicsmagick'
'gmake' '_make'
'gmplayer' '_mplayer'
'gnome-gv' '_gnome-gv'
'gnupod_addsong' '_gnupod'
'gnupod_addsong.pl' '_gnupod'
'gnupod_check' '_gnupod'
'gnupod_check.pl' '_gnupod'
'gnupod_INIT' '_gnupod'
'gnupod_INIT.pl' '_gnupod'
'gnupod_search' '_gnupod'
'gnupod_search.pl' '_gnupod'
'gnutls-cli' '_gnutls'
'gnutls-cli-debug' '_gnutls'
'gpg' '_gpg'
'gpgv' '_gpg'
'gpg-zip' '_gpg'
'gphoto2' '_gphoto2'
'gprof' '_gprof'
'gqview' '_gqview'
'grail' '_webbrowser'
'grep' '_grep'
'grep-excuses' '_grep-excuses'
'groff' '_groff'
'groupadd' '_user_admin'
'groupdel' '_groups'
'groupmod' '_user_admin'
'groups' '_users'
'growisofs' '_growisofs'
'gs' '_gs'
'gsbj' '_pspdf'
'gsdj' '_pspdf'
'gsdj500' '_pspdf'
'gslj' '_pspdf'
'gslp' '_pspdf'
'gsnd' '_pspdf'
'gtar' '_tar'
'guilt' '_guilt'
'guilt-add' '_guilt'
'guilt-applied' '_guilt'
'guilt-delete' '_guilt'
'guilt-files' '_guilt'
'guilt-fold' '_guilt'
'guilt-fork' '_guilt'
'guilt-header' '_guilt'
'guilt-help' '_guilt'
'guilt-import' '_guilt'
'guilt-import-commit' '_guilt'
'guilt-init' '_guilt'
'guilt-new' '_guilt'
'guilt-next' '_guilt'
'guilt-patchbomb' '_guilt'
'guilt-pop' '_guilt'
'guilt-prev' '_guilt'
'guilt-push' '_guilt'
'guilt-rebase' '_guilt'
'guilt-refresh' '_guilt'
'guilt-rm' '_guilt'
'guilt-series' '_guilt'
'guilt-status' '_guilt'
'guilt-top' '_guilt'
'guilt-unapplied' '_guilt'
'gunzip' '_gzip'
'gv' '_gv'
'gview' '_vim'
'gvim' '_vim'
'gvimdiff' '_vim'
'gzcat' '_gzip'
'gzilla' '_webbrowser'
'gzip' '_gzip'
'hash' '_hash'
'hdiutil' '_hdiutil'
'help' '_sccs'
'hg' '_hg'
'hilite' '_precommand'
'history' '_fc'
'host' '_hosts'
'hotjava' '_webbrowser'
'iceweasel' '_mozilla'
'icombine' '_ispell'
'iconv' '_iconv'
'id' '_id'
'identify' '_imagemagick'
'ifconfig' '_ifconfig'
'ifdown' '_net_interfaces'
'iftop' '_iftop'
'ifup' '_net_interfaces'
'ijoin' '_ispell'
'import' '_imagemagick'
'inc' '_mh'
'includeres' '_psutils'
'inetadm' '_inetadm'
'info' '_texinfo'
'infocmp' '_terminals'
'insmod' '_modutils'
'install-info' '_texinfo'
'installpkg' '_pkgtool'
'integer' '_typeset'
'invoke-rc.d' '_invoke-rc.d'
'ionice' '_ionice'
'ip' '_ip'
'ipset' '_ipset'
'iptables' '_iptables'
'iptables-restore' '_iptables'
'iptables-save' '_iptables'
'irssi' '_irssi'
'ispell' '_ispell'
'iwconfig' '_iwconfig'
'jadetex' '_tex'
'jar' '_java'
'jarsigner' '_java'
'java' '_java'
'javac' '_java'
'javadoc' '_java'
'javah' '_java'
'javap' '_java'
'jdb' '_java'
'jobs' '_jobs_builtin'
'joe' '_joe'
'join' '_join'
'keytool' '_java'
'kfmclient' '_kfmclient'
'kill' '_kill'
'killall' '_killall'
'killall5' '_killall'
'kioclient' '_kfmclient'
'kldload' '_kld'
'kldunload' '_kld'
'knock' '_knock'
'konqueror' '_webbrowser'
'kpdf' '_pdf'
'ksh' '_sh'
'kvno' '_kvno'
'last' '_last'
'lastb' '_last'
'latex' '_tex'
'latexmk' '_tex'
'ldd' '_ldd'
'less' '_less'
'let' '_math'
'lftp' '_ncftp'
'light' '_webbrowser'
'lighty-disable-mod' '_lighttpd'
'lighty-enable-mod' '_lighttpd'
'limit' '_limit'
'linda' '_linda'
'links' '_links'
'lintian' '_lintian'
'lintian-info' '_lintian'
'linux' '_uml'
'loadkeys' '_loadkeys'
'local' '_typeset'
'locate' '_locate'
'log' '_nothing'
'logname' '_nothing'
'look' '_look'
'lore' '_twisted'
'losetup' '_losetup'
'lp' '_lp'
'lpq' '_lp'
'lpr' '_lp'
'lprm' '_lp'
'ls' '_ls'
'lscfg' '_lscfg'
'lsdev' '_lsdev'
'lslv' '_lslv'
'lsmod' '_modutils'
'lsof' '_lsof'
'lspv' '_lspv'
'lsusb' '_lsusb'
'lsvg' '_lsvg'
'lynx' '_lynx'
'lzop' '_lzop'
'm-a' '_module-assistant'
'madison' '_madison'
'mail' '_mail'
'Mail' '_mail'
'mailx' '_mail'
'make' '_make'
'makeinfo' '_texinfo'
'make-kpkg' '_make-kpkg'
'makepkg' '_pkgtool'
'man' '_man'
'manage.py' '_django'
'manhole' '_twisted'
'mark' '_mh'
'-math-' '_math'
'mattrib' '_mtools'
'mcd' '_mtools'
'mcopy' '_mtools'
'md5sum' '_md5sum'
'mdadm' '_mdadm'
'mdel' '_mtools'
'mdeltree' '_mtools'
'mdir' '_mtools'
'mdu' '_mtools'
'members' '_members'
'mencal' '_mencal'
'mere' '_mere'
'merge' '_rcs'
'mergechanges' '_mergechanges'
'metaflac' '_metaflac'
'mformat' '_mtools'
'mgv' '_pspdf'
'mhlist' '_mh'
'mhmail' '_mh'
'mhn' '_mh'
'mhparam' '_mh'
'mhpath' '_mh'
'mhshow' '_mh'
'mhstore' '_mh'
'mii-tool' '_mii-tool'
'mkdir' '_mkdir'
'mkgroup' '_mkgroup'
'mkisofs' '_growisofs'
'mkpasswd' '_mkpasswd'
'mkshortcut' '_mkshortcut'
'mkshortcut.exe' '_mkshortcut'
'mktap' '_twisted'
'mktunes' '_gnupod'
'mktunes.pl' '_gnupod'
'mkzsh' '_mkzsh'
'mkzsh.exe' '_mkzsh'
'mlabel' '_mtools'
'mlocate' '_locate'
'mmd' '_mtools'
'mmm' '_webbrowser'
'mmount' '_mtools'
'mmove' '_mtools'
'modinfo' '_modutils'
'modprobe' '_modutils'
'module' '_module'
'module-assistant' '_module-assistant'
'mogrify' '_imagemagick'
'mondoarchive' '_mondo'
'montage' '_imagemagick'
'Mosaic' '_webbrowser'
'mount' '_mount'
'mozilla' '_mozilla'
'mozilla-firefox' '_mozilla'
'mozilla-xremote-client' '_mozilla'
'mpc' '_mpc'
'mplayer' '_mplayer'
'mrd' '_mtools'
'mread' '_mtools'
'mren' '_mtools'
'msgchk' '_mh'
'mt' '_mt'
'mtn' '_monotone'
'mtoolstest' '_mtools'
'mtr' '_mtr'
'mtype' '_mtools'
'munchlist' '_ispell'
'mush' '_mail'
'mutt' '_mutt'
'mx' '_hosts'
'mysql' '_mysql_utils'
'mysqladmin' '_mysql_utils'
'mysqldiff' '_mysqldiff'
'mysqldump' '_mysql_utils'
'mysqlimport' '_mysql_utils'
'mysqlshow' '_mysql_utils'
'nail' '_mail'
'native2ascii' '_java'
'nautilus' '_nautilus'
'nc' '_netcat'
'ncal' '_cal'
'ncftp' '_ncftp'
'ncl' '_nedit'
'nedit' '_nedit'
'nedit-nc' '_nedit'
'netcat' '_netcat'
'netrik' '_webbrowser'
'netscape' '_netscape'
'newgrp' '_groups'
'next' '_mh'
'nice' '_nice'
'nmap' '_nmap'
'nmblookup' '_samba'
'nocorrect' '_precommand'
'noglob' '_precommand'
'nohup' '_precommand'
'ns' '_hosts'
'nslookup' '_nslookup'
'ntalk' '_other_accounts'
'odme' '_object_classes'
'odmget' '_object_classes'
'odmshow' '_object_classes'
'ogg123' '_vorbis'
'oggdec' '_vorbis'
'oggenc' '_vorbis'
'ogginfo' '_vorbis'
'okular' '_pdf'
'open' '_open'
'opera' '_webbrowser'
'osc' '_osc'
'p4' '_perforce'
'p4d' '_perforce'
'pack' '_pack'
'packf' '_mh'
'-parameter-' '_parameter'
'parsehdlist' '_urpmi'
'passwd' '_passwd'
'patch' '_patch'
'pax' '_pax'
'pbuilder' '_pbuilder'
'pcat' '_pack'
'pcred' '_pids'
'pdf2dsc' '_pdf'
'pdf2ps' '_pdf'
'pdffonts' '_pdf'
'pdfimages' '_pdf'
'pdfinfo' '_pdf'
'pdfjadetex' '_tex'
'pdflatex' '_tex'
'pdfopt' '_pdf'
'pdftopbm' '_pdf'
'pdftops' '_pdf'
'pdftotext' '_pdf'
'perl' '_perl'
'perldoc' '_perldoc'
'pfctl' '_pfctl'
'pfexec' '_pfexec'
'pfiles' '_pids'
'pflags' '_pids'
'phoenix' '_webbrowser'
'php' '_php'
'pick' '_mh'
'pine' '_pine'
'pinef' '_pine'
'ping' '_ping'
'piuparts' '_piuparts'
'pkg_add' '_bsd_pkg'
'pkg_create' '_bsd_pkg'
'pkg_delete' '_bsd_pkg'
'pkg_info' '_bsd_pkg'
'pkgadd' '_pkgadd'
'pkg-config' '_pkg-config'
'pkginfo' '_pkginfo'
'pkgrm' '_pkgrm'
'pkgtool' '_pkgtool'
'pldd' '_pids'
'pmake' '_make'
'pman' '_perl_modules'
'pmap' '_pids'
'pmcat' '_perl_modules'
'pmdesc' '_perl_modules'
'pmeth' '_perl_modules'
'pmexp' '_perl_modules'
'pmfunc' '_perl_modules'
'pmload' '_perl_modules'
'pmls' '_perl_modules'
'pmpath' '_perl_modules'
'pmvers' '_perl_modules'
'podgrep' '_perl_modules'
'podpath' '_perl_modules'
'podtoc' '_perl_modules'
'poff' '_pon'
'policytool' '_java'
'pon' '_pon'
'popd' '_directory_stack'
'portaudit' '_portaudit'
'portlint' '_portlint'
'portmaster' '_portmaster'
'portsnap' '_portsnap'
'postsuper' '_postfix'
'powerd' '_powerd'
'prcs' '_prcs'
'prev' '_mh'
'print' '_print'
'printenv' '_printenv'
'procstat' '_procstat'
'prompt' '_prompt'
'prs' '_sccs'
'prt' '_sccs'
'prun' '_pids'
'ps' '_ps_cygwin'
'ps2ascii' '_pspdf'
'ps2epsi' '_ps'
'ps2pdf' '_ps'
'ps2pdf12' '_ps'
'ps2pdf13' '_ps'
'ps2pdf14' '_ps'
'ps2pdfwr' '_ps'
'ps2ps' '_ps'
'psbook' '_psutils'
'pscp' '_pscp'
'pscp.exe' '_pscp'
'psig' '_pids'
'psmerge' '_psutils'
'psmulti' '_ps'
'psnup' '_psutils'
'psresize' '_psutils'
'psselect' '_psutils'
'pstack' '_pids'
'pstoedit' '_pspdf'
'pstop' '_pids'
'pstops' '_psutils'
'pstotgif' '_pspdf'
'pswrap' '_ps'
'ptree' '_pids'
'pump' '_pump'
'pushd' '_cd'
'putclip' '_putclip'
'putclip.exe' '_putclip'
'pwait' '_pids'
'pwdx' '_pids'
'pydoc' '_pydoc'
'pyhtmlizer' '_twisted'
'python' '_python'
'qemu' '_qemu'
'qiv' '_qiv'
'qtplay' '_qtplay'
'querybts' '_bug'
'quilt' '_quilt'
'r' '_fc'
'raggle' '_raggle'
'rake' '_rake'
'ranlib' '_ranlib'
'rar' '_rar'
'rc' '_sh'
'rcp' '_rlogin'
'rcs' '_rcs'
'rcsdiff' '_rcs'
'read' '_read'
'readonly' '_typeset'
'readshortcut' '_readshortcut'
'readshortcut.exe' '_readshortcut'
'rebootin' '_rebootin'
'-redirect-' '_redirect'
'-redirect-,<,bunzip2' '_bzip2'
'-redirect-,<,bzip2' '_bzip2'
'-redirect-,<,compress' '_compress'
'-redirect-,<,gunzip' '_gzip'
'-redirect-,<,gzip' '_gzip'
'-redirect-,<,uncompress' '_compress'
'-redirect-,>,bzip2' '_bzip2'
'-redirect-,>,compress' '_compress'
'-redirect-,>,gzip' '_gzip'
'-redirect-,-default-,-default-' '_files'
'refile' '_mh'
'rehash' '_hash'
'removepkg' '_pkgtool'
'remsh' '_rlogin'
'renice' '_renice'
'repl' '_mh'
'reportbug' '_bug'
'reprepro' '_reprepro'
'retawq' '_webbrowser'
'rgview' '_vim'
'rgvim' '_vim'
'ri' '_ri'
'rlogin' '_rlogin'
'rm' '_rm'
'rmadison' '_madison'
'rmdel' '_sccs'
'rmdir' '_directories'
'rmf' '_mh'
'rmic' '_java'
'rmid' '_java'
'rmiregistry' '_java'
'rmm' '_mh'
'rmmod' '_modutils'
'rpm' '_rpm'
'rpmbuild' '_rpmbuild'
'rrdtool' '_rrdtool'
'rsh' '_rlogin'
'rsync' '_rsync'
'rtin' '_tin'
'rubber' '_rubber'
'rubber-info' '_rubber'
'rubber-pipe' '_rubber'
'ruby' '_ruby'
'rup' '_hosts'
'rusage' '_precommand'
'rview' '_vim'
'rvim' '_vim'
'rwho' '_hosts'
'sabcmd' '_sablotron'
'sact' '_sccs'
'savecore' '_savecore'
'scan' '_mh'
'sccs' '_sccs'
'sccsdiff' '_sccs'
'sched' '_sched'
'schroot' '_schroot'
'scp' '_ssh'
'screen' '_screen'
'sed' '_sed'
'serialver' '_java'
'service' '_service'
'set' '_set'
'setfacl' '_setfacl'
'setfacl.exe' '_setfacl'
'setfattr' '_attr'
'setopt' '_setopt'
'sftp' '_ssh'
'sh' '_sh'
'shift' '_arrays'
'show' '_mh'
'showchar' '_psutils'
'showmount' '_showmount'
'sisu' '_sisu'
'skipstone' '_webbrowser'
'slitex' '_tex'
'slocate' '_locate'
'slogin' '_ssh'
'slrn' '_slrn'
'smbclient' '_samba'
'smbcontrol' '_samba'
'smbstatus' '_samba'
'smit' '_smit'
'smitty' '_smit'
'soa' '_hosts'
'socket' '_socket'
'softwareupdate' '_softwareupdate'
'sort' '_sort'
'sortm' '_mh'
'source' '_source'
'spamassassin' '_spamassassin'
'sqsh' '_sqsh'
'sr' '_surfraw'
'srptool' '_gnutls'
'ssh' '_ssh'
'ssh-add' '_ssh'
'ssh-agent' '_ssh'
'sshfs' '_sshfs'
'ssh-keygen' '_ssh'
'star' '_tar'
'stat' '_stat'
'stg' '_stgit'
'strace' '_strace'
'strip' '_strip'
'stty' '_stty'
'su' '_su'
'-subscript-' '_subscript'
'sudo' '_sudo'
'sudoedit' '_sudo'
'surfraw' '_surfraw'
'svcadm' '_svcadm'
'svccfg' '_svccfg'
'svcprop' '_svcprop'
'svcs' '_svcs'
'svn' '_subversion'
'svnadmin' '_subversion'
'svnadmin-static' '_subversion'
'svn-buildpackage' '_svn-buildpackage'
'sync' '_nothing'
'sysctl' '_sysctl'
'talk' '_other_accounts'
'tap2deb' '_twisted'
'tap2rpm' '_twisted'
'tapconvert' '_twisted'
'tar' '_tar'
'tardy' '_tardy'
'tcp_open' '_tcpsys'
'tcpdump' '_tcpdump'
'tcptraceroute' '_tcptraceroute'
'tcsh' '_sh'
'tda' '_devtodo'
'tdd' '_devtodo'
'tde' '_devtodo'
'tdr' '_devtodo'
'telnet' '_telnet'
'tex' '_tex'
'texi2dvi' '_texinfo'
'texindex' '_texinfo'
'tg' '_topgit'
'tidy' '_tidy'
'-tilde-' '_tilde'
'time' '_precommand'
'times' '_nothing'
'tin' '_tin'
'tkconch' '_twisted'
'tkinfo' '_texinfo'
'tkmktap' '_twisted'
'tla' '_tla'
'tmux' '_tmux'
'todo' '_devtodo'
'todo.sh' '_todo.sh'
'toilet' '_toilet'
'totdconfig' '_totd'
'tpb' '_tpb'
'tpconfig' '_tpconfig'
'tpkg-debarch' '_toolchain-source'
'tpkg-install' '_toolchain-source'
'tpkg-install-libc' '_toolchain-source'
'tpkg-make' '_toolchain-source'
'tpkg-update' '_toolchain-source'
'tracepath' '_tracepath'
'tracepath6' '_tracepath'
'traceroute' '_hosts'
'trap' '_trap'
'trial' '_twisted'
'true' '_nothing'
'tryaffix' '_ispell'
'ttyctl' '_ttyctl'
'tunctl' '_uml'
'tune2fs' '_tune2fs'
'tunes2pod' '_gnupod'
'tunes2pod.pl' '_gnupod'
'twistd' '_twisted'
'txt' '_hosts'
'type' '_which'
'typeset' '_typeset'
'ulimit' '_ulimit'
'uml_mconsole' '_uml'
'uml_moo' '_uml'
'uml_switch' '_uml'
'umount' '_mount'
'unace' '_unace'
'unalias' '_aliases'
'uname' '_uname'
'uncompress' '_compress'
'unexpand' '_unexpand'
'unfunction' '_functions'
'unget' '_sccs'
'unhash' '_unhash'
'uniq' '_uniq'
'units' '_units'
'unlimit' '_limits'
'unpack' '_pack'
'unrar' '_rar'
'unset' '_vars'
'unsetopt' '_unsetopt'
'unzip' '_zip'
'update-alternatives' '_update-alternatives'
'update-rc.d' '_update-rc.d'
'upgradepkg' '_pkgtool'
'urpme' '_urpmi'
'urpmf' '_urpmi'
'urpmi' '_urpmi'
'urpmi.addmedia' '_urpmi'
'urpmi.removemedia' '_urpmi'
'urpmi.update' '_urpmi'
'urpmq' '_urpmi'
'urxvt' '_urxvt'
'uscan' '_uscan'
'useradd' '_user_admin'
'userdel' '_users'
'usermod' '_user_admin'
'uzbl' '_uzbl'
'uzbl-browser' '_uzbl'
'uzbl-tabbed' '_uzbl'
'val' '_sccs'
'valgrind' '_valgrind'
'-value-' '_value'
'-value-,ANT_ARGS,-default-' '_ant'
'-value-,CFLAGS,-default-' '_gcc'
'-value-,CPPFLAGS,-default-' '_gcc'
'-value-,-default-,-default-' '_value'
'-value-,DISPLAY,-default-' '_x_display'
'-value-,GREP_OPTIONS,-default-' '_grep'
'-value-,GZIP,-default-' '_gzip'
'-value-,LANG,-default-' '_locales'
'-value-,LANGUAGE,-default-' '_locales'
'-value-,LD_DEBUG,-default-' '_ld_debug'
'-value-,LDFLAGS,-default-' '_gcc'
'-value-,LESS,-default-' '_less'
'-value-,LESSCHARSET,-default-' '_less'
'-value-,LPDEST,-default-' '_printers'
'-value-,P4CLIENT,-default-' '_perforce'
'-value-,P4MERGE,-default-' '_perforce'
'-value-,P4PORT,-default-' '_perforce'
'-value-,P4USER,-default-' '_perforce'
'-value-,PERLDOC,-default-' '_perldoc'
'-value-,PRINTER,-default-' '_printers'
'-value-,TERM,-default-' '_terminals'
'-value-,TERMINFO_DIRS,-default-' '_dir_list'
'-value-,TZ,-default-' '_time_zone'
'-value-,VALGRIND_OPTS,-default-' '_valgrind'
'-value-,WWW_HOME,-default-' '_urls'
'-value-,XML_CATALOG_FILES,-default-' '_xmlsoft'
'vared' '_vared'
'-vared-' '_in_vared'
'vim' '_vim'
'vim-addons' '_vim-addons'
'vimdiff' '_vim'
'vncserver' '_vnc'
'vncviewer' '_vnc'
'vorbiscomment' '_vorbiscomment'
'vserver' '_vserver'
'vux' '_vux'
'vuxctl' '_vux'
'w3m' '_w3m'
'wait' '_wait'
'wajig' '_wajig'
'wanna-build' '_wanna-build'
'websetroot' '_twisted'
'wget' '_wget'
'what' '_sccs'
'whatis' '_man'
'whence' '_which'
'where' '_which'
'whereis' '_whereis'
'which' '_which'
'whoami' '_nothing'
'whois' '_whois'
'whom' '_mh'
'wiggle' '_wiggle'
'wodim' '_cdrecord'
'write' '_users_on'
'www' '_webbrowser'
'xargs' '_xargs'
'xauth' '_xauth'
'xdpyinfo' '_x_utils'
'xdvi' '_xdvi'
'xelatex' '_tex'
'xetex' '_tex'
'xev' '_x_utils'
'xfd' '_x_utils'
'xfig' '_xfig'
'xfontsel' '_x_utils'
'xhost' '_x_utils'
'xkill' '_x_utils'
'xli' '_xloadimage'
'xloadimage' '_xloadimage'
'xmllint' '_xmlsoft'
'xmms2' '_xmms2'
'xmodmap' '_xmodmap'
'xmosaic' '_webbrowser'
'xon' '_x_utils'
'xpdf' '_xpdf'
'xping' '_hosts'
'xrandr' '_xrandr'
'xrdb' '_x_utils'
'xscreensaver-command' '_xscreensaver'
'xset' '_xset'
'xsetbg' '_xloadimage'
'xsetroot' '_x_utils'
'xsltproc' '_xmlsoft'
'xterm' '_xterm'
'xtightvncviewer' '_vnc'
'xtp' '_imagemagick'
'xv' '_xv'
'xview' '_xloadimage'
'xvnc4viewer' '_vnc'
'xvncviewer' '_vnc'
'xwd' '_x_utils'
'xwininfo' '_x_utils'
'xwit' '_xwit'
'xwud' '_x_utils'
'yast' '_yast'
'yast2' '_yast'
'ypbind' '_yp'
'ypcat' '_yp'
'ypmatch' '_yp'
'yppasswd' '_yp'
'yppoll' '_yp'
'yppush' '_yp'
'ypserv' '_yp'
'ypset' '_yp'
'ypwhich' '_yp'
'ypxfr' '_yp'
'ytalk' '_other_accounts'
'yum' '_yum'
'-zcalc-line-' '_zcalc_line'
'zcat' '_zcat'
'zcompile' '_zcompile'
'zcp' '_zmv'
'zdelattr' '_zattr'
'zdump' '_zdump'
'zed' '_zed'
'zen' '_webbrowser'
'zfs' '_zfs'
'zgetattr' '_zattr'
'zip' '_zip'
'zipinfo' '_zip'
'zle' '_zle'
'zlistattr' '_zattr'
'zln' '_zmv'
'zlogin' '_zlogin'
'zmail' '_mail'
'zmodload' '_zmodload'
'zmv' '_zmv'
'zone' '_hosts'
'zpool' '_zpool'
'zpty' '_zpty'
'zsetattr' '_zattr'
'zsh' '_sh'
'zsh-mime-handler' '_zsh-mime-handler'
'zstat' '_stat'
'zstyle' '_zstyle'
'ztodo' '_ztodo'
'zxpdf' '_xpdf'
)

_services=(
'bzcat' 'bunzip2'
'dch' 'debchange'
'gnupod_addsong.pl' 'gnupod_addsong'
'gnupod_check.pl' 'gnupod_check'
'gnupod_INIT.pl' 'gnupod_INIT'
'gnupod_search.pl' 'gnupod_search'
'gzcat' 'gunzip'
'iceweasel' 'firefox'
'Mail' 'mail'
'mailx' 'mail'
'mktunes.pl' 'mktunes'
'nail' 'mail'
'ncl' 'nc'
'nedit-nc' 'nc'
'pcat' 'unpack'
'-redirect-,<,bunzip2' 'bunzip2'
'-redirect-,<,bzip2' 'bzip2'
'-redirect-,<,compress' 'compress'
'-redirect-,<,gunzip' 'gunzip'
'-redirect-,<,gzip' 'gzip'
'-redirect-,<,uncompress' 'uncompress'
'-redirect-,>,bzip2' 'bunzip2'
'-redirect-,>,compress' 'uncompress'
'-redirect-,>,gzip' 'gunzip'
'remsh' 'rsh'
'slogin' 'ssh'
'svnadmin-static' 'svnadmin'
'tunes2pod.pl' 'tunes2pod'
'xelatex' 'latex'
'xetex' 'tex'
)

_patcomps=(
'*/(init|rc[0-9S]#).d/*' '_init_d'
'zf*' '_zftp'
)

_postpatcomps=(
'(p[bgpn]m*|*top[bgpn]m)' '_pbm'
'(texi(2*|ndex))' '_texi'
'(tiff*|*2tiff|pal2rgb)' '_tiff'
'*/X11(|R<4->)/*' '_x_arguments'
'-value-,(ftp|http(|s))_proxy,-default-' '_urls'
'-value-,*path,-default-' '_directories'
'-value-,*PATH,-default-' '_dir_list'
'-value-,LC_*,-default-' '_locales'
'-value-,RUBY(LIB|OPT|PATH),-default-' '_ruby'
'yodl(|2*)' '_yodl'
)

_compautos=(
'_call_program' '+X'
)

zle -C _bash_complete-word .complete-word _bash_completions
zle -C _bash_list-choices .list-choices _bash_completions
zle -C _complete_debug .complete-word _complete_debug
zle -C _complete_help .complete-word _complete_help
zle -C _complete_tag .complete-word _complete_tag
zle -C _correct_filename .complete-word _correct_filename
zle -C _correct_word .complete-word _correct_word
zle -C _expand_alias .complete-word _expand_alias
zle -C _expand_word .complete-word _expand_word
zle -C _history-complete-newer .complete-word _history_complete_word
zle -C _history-complete-older .complete-word _history_complete_word
zle -C _list_expansions .list-choices _expand_word
zle -C _most_recent_file .complete-word _most_recent_file
zle -C _next_tags .list-choices _next_tags
zle -C _read_comp .complete-word _read_comp
bindkey '^X^R' _read_comp
bindkey '^X?' _complete_debug
bindkey '^XC' _correct_filename
bindkey '^Xa' _expand_alias
bindkey '^Xc' _correct_word
bindkey '^Xd' _list_expansions
bindkey '^Xe' _expand_word
bindkey '^Xh' _complete_help
bindkey '^Xm' _most_recent_file
bindkey '^Xn' _next_tags
bindkey '^Xt' _complete_tag
bindkey '^X~' _bash_list-choices
bindkey '^[,' _history-complete-newer
bindkey '^[/' _history-complete-older
bindkey '^[~' _bash_complete-word

autoload -Uz _a2ps _a2utils _aap _acpi _acpitool \
            _acroread _alias _aliases _all_labels _all_matches \
            _alternative _analyseplugin _ant _antiword _apachectl \
            _apm _approximate _apt _apt-file _aptitude \
            _apt-move _apt-show-versions _arch_archives _arch_namespace _arg_compile \
            _arguments _arp _arping _arrays _assign \
            _attr _auto-apt _autocd _awk _axi-cache \
            _bash_completions _baz _bind_addresses _bindkey _bison \
            _bittorrent _bogofilter _brace_parameter _brctl _bsd_pkg \
            _bts _bug _builtin _bzip2 _bzr \
            _cache_invalid _cal _calendar _call_function _canonical_paths \
            _ccal _cd _cdbs-edit-patch _cdcd _cdr \
            _cdrdao _cdrecord _chflags _chkconfig _chmod \
            _chown _chrt _combination _comm _command \
            _command_names _compdef _complete _complete_debug _complete_help \
            _complete_help_generic _complete_tag _compress _condition _configure \
            _coreadm _correct _correct_filename _correct_word _cowsay \
            _cp _cpio _cplay _cssh _csup \
            _ctags_tags _cut _cvs _cvsup _cygcheck \
            _cygpath _cygrunsrv _cygserver _cygstart _dak \
            _darcs _date _dchroot _dchroot-dsa _dcop \
            _dd _deb_packages _debchange _debdiff _debfoster \
            _debsign _default _defaults _delimiters _describe \
            _description _devtodo _dhclient _dhcpinfo _dict \
            _dict_words _diff _diff_options _diffstat _dir_list \
            _directories _directory_stack _dirs _disable _dispatch \
            _django _dladm _dlocate _dmidecode _domains \
            _dpatch-edit-patch _dpkg _dpkg_source _dpkg-buildpackage _dpkg-cross \
            _dpkg-repack _dput _du _dumpadm _dumper \
            _dupload _dvi _dynamic_directory_name _ecasound _echotc \
            _echoti _elinks _elm _email_addresses _emulate \
            _enable _enscript _env _equal _espeak \
            _ethtool _expand _expand_alias _expand_word _fakeroot \
            _fc _feh _fetch _fetchmail _ffmpeg \
            _figlet _file_descriptors _file_systems _files _find \
            _finger _fink _first _flasher _flex \
            _floppy _fortune _freebsd-update _fsh _fstat \
            _functions _fuse_arguments _fuse_values _fuser _fusermount \
            _gcc _gcore _gdb _generic _genisoimage \
            _getclip _getconf _getent _getfacl _getmail \
            _git _git-buildpackage _global _global_tags _globflags \
            _globqual_delims _globquals _gnome-gv _gnu_generic _gnupod \
            _gnutls _gpg _gphoto2 _gprof _gqview \
            _graphicsmagick _grep _grep-excuses _groff _groups \
            _growisofs _gs _guard _guilt _gv \
            _gzip _hash _have_glob_qual _hdiutil _hg \
            _history _history_complete_word _history_modifiers _hosts _iconv \
            _id _ifconfig _iftop _ignored _imagemagick \
            _in_vared _inetadm _init_d _invoke-rc.d _ionice \
            _ip _ipset _iptables _irssi _ispell \
            _iwconfig _java _java_class _jobs _jobs_bg \
            _jobs_builtin _jobs_fg _joe _join _kfmclient \
            _kill _killall _kld _knock _kvno \
            _last _ld_debug _ldd _less _lighttpd \
            _limit _limits _linda _links _lintian \
            _list _list_files _loadkeys _locales _locate \
            _logical_volumes _look _losetup _lp _ls \
            _lscfg _lsdev _lslv _lsof _lspv \
            _lsusb _lsvg _lynx _lzop _mac_applications \
            _mac_files_for_application _madison _mail _mailboxes _main_complete \
            _make _make-kpkg _man _match _math \
            _md5sum _mdadm _members _mencal _menu \
            _mere _mergechanges _message _metaflac _mh \
            _mii-tool _mime_types _mkdir _mkgroup _mkpasswd \
            _mkshortcut _mkzsh _module _module-assistant _modutils \
            _mondo _monotone _most_recent_file _mount _mozilla \
            _mpc _mplayer _mt _mtools _mtr \
            _multi_parts _mutt _my_accounts _mysql_utils _mysqldiff \
            _nautilus _ncftp _nedit _net_interfaces _netcat \
            _netscape _newsgroups _next_label _next_tags _nice \
            _nmap _normal _nothing _nslookup _object_classes \
            _oldlist _open _options _options_set _options_unset \
            _osc _other_accounts _pack _parameter _parameters \
            _passwd _patch _path_commands _path_files _pax \
            _pbm _pbuilder _pdf _perforce _perl \
            _perl_basepods _perl_modules _perldoc _pfctl _pfexec \
            _php _physical_volumes _pick_variant _pids _pine \
            _ping _piuparts _pkg_instance _pkgadd _pkg-config \
            _pkginfo _pkgrm _pkgtool _pon _portaudit \
            _portlint _portmaster _ports _portsnap _postfix \
            _powerd _prcs _precommand _prefix _print \
            _printenv _printers _procstat _prompt _ps \
            _ps_cygwin _pscp _pspdf _psutils _ptree \
            _pump _putclip _pydoc _python _qemu \
            _qiv _qtplay _quilt _raggle _rake \
            _ranlib _rar _rcs _read _read_comp \
            _readshortcut _rebootin _redirect _regex_arguments _regex_words \
            _renice _reprepro _requested _retrieve_cache _retrieve_mac_apps \
            _ri _rlogin _rm _rpm _rpmbuild \
            _rrdtool _rsync _rubber _ruby _sablotron \
            _samba _savecore _sccs _sched _schroot \
            _screen _sed _sep_parts _service _services \
            _set _set_command _setfacl _setopt _setup \
            _sh _showmount _signals _sisu _slrn \
            _smit _socket _softwareupdate _sort _source \
            _spamassassin _sqsh _ssh _sshfs _stat \
            _stgit _store_cache _strace _strip _stty \
            _su _sub_commands _subscript _subversion _sudo \
            _suffix_alias_files _surfraw _svcadm _svccfg _svcprop \
            _svcs _svcs_fmri _svn-buildpackage _sysctl _tags \
            _tar _tar_archive _tardy _tcpdump _tcpsys \
            _tcptraceroute _telnet _terminals _tex _texi \
            _texinfo _tidy _tiff _tilde _tilde_files \
            _time_zone _tin _tla _tmux _todo.sh \
            _toilet _toolchain-source _topgit _totd _tpb \
            _tpconfig _tracepath _trap _ttyctl _tune2fs \
            _twisted _typeset _ulimit _uml _unace \
            _uname _unexpand _unhash _uniq _units \
            _unsetopt _update-alternatives _update-rc.d _urls _urpmi \
            _urxvt _uscan _user_admin _user_at_host _user_expand \
            _users _users_on _uzbl _valgrind _value \
            _values _vared _vars _vim _vim-addons \
            _vnc _volume_groups _vorbis _vorbiscomment _vserver \
            _vux _w3m _wait _wajig _wakeup_capable_devices \
            _wanna-build _wanted _webbrowser _wget _whereis \
            _which _whois _wiggle _x_arguments _x_borderwidth \
            _x_color _x_colormapid _x_cursor _x_display _x_extension \
            _x_font _x_geometry _x_keysym _x_locale _x_modifier \
            _x_name _x_resource _x_selection_timeout _x_title _x_utils \
            _x_visual _x_window _xargs _xauth _xdvi \
            _xfig _xloadimage _xmlsoft _xmms2 _xmodmap \
            _xpdf _xrandr _xscreensaver _xset _xt_arguments \
            _xt_session_id _xterm _xv _xwit _yast \
            _yodl _yp _yum _zattr _zcalc_line \
            _zcat _zcompile _zdump _zed _zfs \
            _zfs_dataset _zfs_pool _zftp _zip _zle \
            _zlogin _zmodload _zmv _zpool _zpty \
            _zsh-mime-handler _zstyle _ztodo
autoload -Uz +X _call_program

typeset -gUa _comp_assocs
_comp_assocs=( '' )

[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-03-25  4:44   ` Vikas Mishra
@ 2011-04-01 22:14     ` Vikas Mishra
  2011-04-04  6:46       ` Peter A. Castro
  0 siblings, 1 reply; 14+ messages in thread
From: Vikas Mishra @ 2011-04-01 22:14 UTC (permalink / raw)
  To: Peter A. Castro; +Cc: cygwin

Any suggestions anyone?
I would really like to have completion in my zsh shells. Incidentally
I installed from source in cygwin and still have the same issue. So I
don't believe it is a package issue. I think it may be a bigger issue
with my cygwin environment.

Regards,
Vikas

On Thu, Mar 24, 2011 at 7:23 PM, Vikas Mishra <vikasm@vikasmishra.org> wrote:
> Hello Peter,
>
> Thanks for your response.
>
> On Thu, Mar 24, 2011 at 6:36 PM, Peter A. Castro <doctor@fruitbat.org> wrote:
>> On Thu, 24 Mar 2011, Vikas Mishra wrote:
>>
>> The ultimate cause of this particular problem was permissions on the
>> "functions" directories not being to zsh's liking (ie: having write
>> permission for group or other).  This was a build error on my part for
>> 4.3.11-1, which was corrected in 4.3.11-2.
>> (Make sure you have installed 4.3.11-2, btw :-)
>
> I just installed this cygwin installation today and I think 4.3.11-2
> was release in early January so I believe I do have the latest
> version.
>
>>
>> With the permissions wrong, compinit fails to load any of the completion
>> functions and ends up creating a very, very abbreviated .zcompdump file
>> (less than 1k in size, versus > 30k size).
>
> In my case, the size of zcompdump was 32KB (I had forgotten to mention
> it the first time around). I have attached the zcompdump file so that
> you can see if this is correct or not.
>
>> You can tell this by looking at the .zcompdump and if it things like
>> _comps() are mostly empty, then you are hitting the problem.
>>
>> Verify that you .zcompdump has move that a few functions in it and verify
>> the permissions on all directories under /usr/share/zsh/4.3.11 are 755
>> (rwxr-xr-x) and that all files under those directories are 644
>> (rw-r--r--).
>
> I rechecked the permissions on the directories and they were correct.
> I have also attached the smallest version of my zshrc which still has
> a problem - basically this is just "autoload -U compinit && compinit".
>
> I installed version 4.3.10 (with the Cygwin installer and have the
> same problem). Let me know if any more info will help.
>
> Regards,
> Vikas
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-04-01 22:14     ` Vikas Mishra
@ 2011-04-04  6:46       ` Peter A. Castro
  2011-04-04  7:40         ` Vikas Mishra
  0 siblings, 1 reply; 14+ messages in thread
From: Peter A. Castro @ 2011-04-04  6:46 UTC (permalink / raw)
  To: Vikas Mishra; +Cc: cygwin

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2651 bytes --]

On Fri, 1 Apr 2011, Vikas Mishra wrote:

Greetings, Vikas,

> Any suggestions anyone?
> I would really like to have completion in my zsh shells. Incidentally
> I installed from source in cygwin and still have the same issue. So I
> don't believe it is a package issue. I think it may be a bigger issue
> with my cygwin environment.

I think you're going to have to give me some examples of what completion
you are attempting.  I still can't make this fail no matter what I try.
Your .zcompdump looks fine to me and if I strip my config to be just
your example (uncommented, of course) I can't make it fail.

> Regards,
> Vikas
>
> On Thu, Mar 24, 2011 at 7:23 PM, Vikas Mishra <vikasm@vikasmishra.org> wrote:
>> Hello Peter,
>>
>> Thanks for your response.
>>
>> On Thu, Mar 24, 2011 at 6:36 PM, Peter A. Castro <doctor@fruitbat.org> wrote:
>>> On Thu, 24 Mar 2011, Vikas Mishra wrote:
>>>
>>> The ultimate cause of this particular problem was permissions on the
>>> "functions" directories not being to zsh's liking (ie: having write
>>> permission for group or other).  This was a build error on my part for
>>> 4.3.11-1, which was corrected in 4.3.11-2.
>>> (Make sure you have installed 4.3.11-2, btw :-)
>>
>> I just installed this cygwin installation today and I think 4.3.11-2
>> was release in early January so I believe I do have the latest
>> version.
>>
>>>
>>> With the permissions wrong, compinit fails to load any of the completion
>>> functions and ends up creating a very, very abbreviated .zcompdump file
>>> (less than 1k in size, versus > 30k size).
>>
>> In my case, the size of zcompdump was 32KB (I had forgotten to mention
>> it the first time around). I have attached the zcompdump file so that
>> you can see if this is correct or not.
>>
>>> You can tell this by looking at the .zcompdump and if it things like
>>> _comps() are mostly empty, then you are hitting the problem.
>>>
>>> Verify that you .zcompdump has move that a few functions in it and verify
>>> the permissions on all directories under /usr/share/zsh/4.3.11 are 755
>>> (rwxr-xr-x) and that all files under those directories are 644
>>> (rw-r--r--).
>>
>> I rechecked the permissions on the directories and they were correct.
>> I have also attached the smallest version of my zshrc which still has
>> a problem - basically this is just "autoload -U compinit && compinit".
>>
>> I installed version 4.3.10 (with the Cygwin installer and have the
>> same problem). Let me know if any more info will help.
>>
>> Regards,
>> Vikas
>>
>

-- 
Peter A. Castro <doctor@fruitbat.org> or <Peter.Castro@oracle.com>
 	"Cats are just autistic Dogs" -- Dr. Tony Attwood

[-- Attachment #2: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-04-04  6:46       ` Peter A. Castro
@ 2011-04-04  7:40         ` Vikas Mishra
  2011-04-04  8:39           ` Peter A. Castro
  0 siblings, 1 reply; 14+ messages in thread
From: Vikas Mishra @ 2011-04-04  7:40 UTC (permalink / raw)
  To: Peter A. Castro; +Cc: cygwin

Replying again (with Cygwin ML in copy)

Hello Peter.

On Sun, Apr 3, 2011 at 9:40 PM, Peter A. Castro <doctor@fruitbat.org> wrote:
>
> I think you're going to have to give me some examples of what completion
> you are attempting.  I still can't make this fail no matter what I try.
> Your .zcompdump looks fine to me and if I strip my config to be just
> your example (uncommented, of course) I can't make it fail.

Thanks for asking me this question. In order to answer you, I tried
some experiments and they revealed something I wouldn't have
guessed. I wanted to attach a screenshot indicating that even cd
completion was becoming a problem but when I tried it, it worked. So I
did some more experiments and found the following.

a. If I try to do completion within the cygwin installation, that
works fine. So for example, I can do cd /usr/bin/ or cd ~/path and
this works fine.

b. If I try to do this outside the cygwin, for example I try to do cd
/c/Users/vimishra/, it won't work. I have remapped cygdrive to /. It
won't even complete /c/Users/.

c. If I comment the cygdrive remapping in /etc/fstab, so that the
cygdrive prefix becomes /cygdrive again, I _dont'_ get the
problem. The completion works everywhere. I had never thought that
this could have affected completion - but obviously it does.

d. If I change the cygdrive to something else, like /drive - the
completion is still working.

So I guess the problem statement changes from - completion not working
to completion not working when remapping cygdrive to /. It works in
the other cases. I can live with this if I have to, but would be
interesting to find out what could be going wrong in this case.

Let me know in case there are other experiments, I can try.

Regards,
Vikas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-04-04  7:40         ` Vikas Mishra
@ 2011-04-04  8:39           ` Peter A. Castro
  2011-04-04  9:03             ` Vikas Mishra
  0 siblings, 1 reply; 14+ messages in thread
From: Peter A. Castro @ 2011-04-04  8:39 UTC (permalink / raw)
  To: Vikas Mishra; +Cc: cygwin

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2815 bytes --]

On Sun, 3 Apr 2011, Vikas Mishra wrote:

> Replying again (with Cygwin ML in copy)
>
> Hello Peter.

Greetings, Vikas,

> On Sun, Apr 3, 2011 at 9:40 PM, Peter A. Castro <doctor@fruitbat.org> wrote:
>>
>> I think you're going to have to give me some examples of what completion
>> you are attempting.  I still can't make this fail no matter what I try.
>> Your .zcompdump looks fine to me and if I strip my config to be just
>> your example (uncommented, of course) I can't make it fail.
>
> Thanks for asking me this question. In order to answer you, I tried
> some experiments and they revealed something I wouldn't have
> guessed. I wanted to attach a screenshot indicating that even cd
> completion was becoming a problem but when I tried it, it worked. So I
> did some more experiments and found the following.
>
> a. If I try to do completion within the cygwin installation, that
> works fine. So for example, I can do cd /usr/bin/ or cd ~/path and
> this works fine.
>
> b. If I try to do this outside the cygwin, for example I try to do cd
> /c/Users/vimishra/, it won't work. I have remapped cygdrive to /. It
> won't even complete /c/Users/.
>
> c. If I comment the cygdrive remapping in /etc/fstab, so that the
> cygdrive prefix becomes /cygdrive again, I _dont'_ get the
> problem. The completion works everywhere. I had never thought that
> this could have affected completion - but obviously it does.
>
> d. If I change the cygdrive to something else, like /drive - the
> completion is still working.
>
> So I guess the problem statement changes from - completion not working
> to completion not working when remapping cygdrive to /. It works in
> the other cases. I can live with this if I have to, but would be
> interesting to find out what could be going wrong in this case.

Could you provide your /etc/fstab so we can see what you are doing (for
the failing case)?  I'd like to try testing exactly your config.

Also, could you run "cygcheck" as per:
   http://cygwin.com/problems.html

This sounds like it might be a mount issue for cygdrive, but that's just
a guess.  The completion failure for #b would appear to indicate that zsh
was unable to find a directory entry for some part of the path.  If
there's something funny about how cygdrive is mounted over root, that
might account for the completion failure.  Again, sheer speculation at
this point.

> Let me know in case there are other experiments, I can try.
>
> Regards,
> Vikas
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

-- 
Peter A. Castro <doctor@fruitbat.org> or <Peter.Castro@oracle.com>
 	"Cats are just autistic Dogs" -- Dr. Tony Attwood

[-- Attachment #2: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Zsh completion problem
  2011-04-04  8:39           ` Peter A. Castro
@ 2011-04-04  9:03             ` Vikas Mishra
  0 siblings, 0 replies; 14+ messages in thread
From: Vikas Mishra @ 2011-04-04  9:03 UTC (permalink / raw)
  To: Peter A. Castro; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]

Hello Peter,

On Sun, Apr 3, 2011 at 11:44 PM, Peter A. Castro <doctor@fruitbat.org> wrote:
>
>> On Sun, Apr 3, 2011 at 9:40 PM, Peter A. Castro <doctor@fruitbat.org>
>> wrote:
>
> Could you provide your /etc/fstab so we can see what you are doing (for
> the failing case)?  I'd like to try testing exactly your config.

I have attached the /etc/fstab file with this email. I am pasting the
only uncommented line here for convenience.

none / cygdrive binary,posix=0,user 0 0

>
> Also, could you run "cygcheck" as per:
>  http://cygwin.com/problems.html
>
> This sounds like it might be a mount issue for cygdrive, but that's just
> a guess.  The completion failure for #b would appear to indicate that zsh
> was unable to find a directory entry for some part of the path.  If
> there's something funny about how cygdrive is mounted over root, that
> might account for the completion failure.  Again, sheer speculation at
> this point.

The cygcheck output is also attached.

Regards,
Vikas

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 114902 bytes --]

[-- Attachment #3: fstab --]
[-- Type: application/octet-stream, Size: 184 bytes --]

# For a description of the file format, see the Users Guide
# http://cygwin.com/cygwin-ug-net/using.html#mount-table

# This is default anyway:
none / cygdrive binary,posix=0,user 0 0

[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: ZSH completion problem
  2008-12-09 19:40 ` Peter A. Castro
@ 2008-12-09 19:49   ` Václav Haisman
  0 siblings, 0 replies; 14+ messages in thread
From: Václav Haisman @ 2008-12-09 19:49 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Peter A. Castro wrote, On 9.12.2008 20:39:
> On Tue, 9 Dec 2008, V�clav Haisman wrote:
> 
> Hi,
> 
>> Greetings, Výclav,
> 
> I have just updated ZSH and now when completing paths it prints the
> following:
> _alternative:69: command not found: _path_commands
> 
>> That's a different symptom than what other people has reported.
>> But, it could just be from a stale dump file.
> 
>> If you haven't already done so, please remove your .zcompdump (or
>> whatever custom dump file you might be using) and re-generate it.
> 
>> The best way to do this cleanly is to comment out running 'compinit' from
>> your .zsh* files, exit and start a fresh zsh, then run compinit (answer
>> yes if it complains about insecure dirs).  Check that .zcompdump is more
>> than 256 bytes (should be about 33k).  If it's too small, run
>>   compinit -d .zcompdump
>> Check .zcompdump again.  If it's still too small, try exiting and
>> re-starting the shell again and run compinit -d again.
> 
>> Then you can uncommment running compinit from your .zsh* files
>> (you might need to add the '-i' option) and things should be good.
> 
>> One caveat is that DOS style paths (eg: "C:/<tab>") do not seem to tab
>> complete right now.  It's a know problem that I'm trying to track down.
>> Let me know if there are other issues.
Hi,
thanks, it was the stale .zcompdump file.

- --
VH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)

iFYEAREIAAYFAkk+y6MACgkQhQBMvHf/WHliwgDeMB/7Yko4g4ClhFzO6zcHEsXe
5vx6udH8ED6EtwDdGkbBjb70i/wvJpX/gYyv1IcdWFdaEXlZEkJnbQ==
=aZXA
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: ZSH completion problem
  2008-12-09 18:20 ZSH " Václav Haisman
@ 2008-12-09 19:40 ` Peter A. Castro
  2008-12-09 19:49   ` Václav Haisman
  0 siblings, 1 reply; 14+ messages in thread
From: Peter A. Castro @ 2008-12-09 19:40 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; CHARSET=UTF-8; format=flowed, Size: 2017 bytes --]

On Tue, 9 Dec 2008, Václav Haisman wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hi,

Greetings, Václav,

> I have just updated ZSH and now when completing paths it prints the
> following: 
>
> _alternative:69: command not found: _path_commands

That's a different symptom than what other people has reported.
But, it could just be from a stale dump file.

If you haven't already done so, please remove your .zcompdump (or
whatever custom dump file you might be using) and re-generate it.

The best way to do this cleanly is to comment out running 'compinit' from
your .zsh* files, exit and start a fresh zsh, then run compinit (answer
yes if it complains about insecure dirs).  Check that .zcompdump is more
than 256 bytes (should be about 33k).  If it's too small, run
   compinit -d .zcompdump
Check .zcompdump again.  If it's still too small, try exiting and
re-starting the shell again and run compinit -d again.

Then you can uncommment running compinit from your .zsh* files
(you might need to add the '-i' option) and things should be good.

One caveat is that DOS style paths (eg: "C:/<tab>") do not seem to tab
complete right now.  It's a know problem that I'm trying to track down.
Let me know if there are other issues.

> Cygcheck thinks the package is complete:
>
> amber2::wilx:~> zsh --version
> zsh --version
> zsh 4.3.9 (i686-pc-cygwin)
>
> amber2::wilx:~> cygcheck -c zsh
> cygcheck -c zsh
> Cygwin Package Information
> Package              Version        Status
> zsh                  4.3.9-1        OK
>
> The cygcheck -s output is attached.
>
> - --
> VH
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
>
> iFYEAREIAAYFAkk+trgACgkQhQBMvHf/WHm+EADeJFXQWUwK76gpoB+ypBhB/gqL
> 1sdnQyycH8yawADg2dKQBQt7+gbLWcQLiBJ2cSPrYtTUQ/+vnAernQ==
> =mGvN
> -----END PGP SIGNATURE-----
>

-- 
Peter A. Castro <doctor@fruitbat.org> or <Peter.Castro@oracle.com>
 	"Cats are just autistic Dogs" -- Dr. Tony Attwood

[-- Attachment #2: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* ZSH completion problem
@ 2008-12-09 18:20 Václav Haisman
  2008-12-09 19:40 ` Peter A. Castro
  0 siblings, 1 reply; 14+ messages in thread
From: Václav Haisman @ 2008-12-09 18:20 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,
I have just updated ZSH and now when completing paths it prints the following:

_alternative:69: command not found: _path_commands

Cygcheck thinks the package is complete:

amber2::wilx:~> zsh --version
zsh --version
zsh 4.3.9 (i686-pc-cygwin)

amber2::wilx:~> cygcheck -c zsh
cygcheck -c zsh
Cygwin Package Information
Package              Version        Status
zsh                  4.3.9-1        OK

The cygcheck -s output is attached.

- --
VH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)

iFYEAREIAAYFAkk+trgACgkQhQBMvHf/WHm+EADeJFXQWUwK76gpoB+ypBhB/gqL
1sdnQyycH8yawADg2dKQBQt7+gbLWcQLiBJ2cSPrYtTUQ/+vnAernQ==
=mGvN
-----END PGP SIGNATURE-----

[-- Attachment #2: cygcheck.txt --]
[-- Type: text/plain, Size: 26098 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Dec 09 19:15:26 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\GNAT\2008\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Perl\site\bin
	c:\Perl\bin
	c:\Program Files\ATI Technologies\ATI.ACE\Core-Static
	c:\Program Files\Intel\DMIX
	c:\Program Files\Common Files\bin
	c:\Program Files\Common Files\GTK\2.0\bin
	c:\Program Files\QuickTime\QTSystem\
	c:\Program Files\GNU\GnuPG
	c:\Program Files\Common Files\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(wilx)           GID: 513(None)
513(None)                 547(Power Users)          555(Remote Desktop Users)
545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(wilx)           GID: 513(None)
513(None)                 547(Power Users)          555(Remote Desktop Users)
545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

CYGWIN = 'server'
HOME = '/home/wilx'
PWD = '/home/wilx'
USER = 'wilx'
MAKE_MODE = 'unix'

Use '-r' to scan registry

c:  hd  NTFS    230000Mb  96% CP CS UN PA FC     Charlie
d:  hd  NTFS    142616Mb  99% CP CS UN PA FC     StareD_160
e:  hd  NTFS      9358Mb  42% CP CS UN PA FC     Echo
i:  cd             N/A    N/A                    
j:  cd             N/A    N/A                    
k:  cd             N/A    N/A                    
l:  cd             N/A    N/A                    
m:  cd             N/A    N/A                    
q:  hd  NTFS     10001Mb  77% CP CS UN PA FC     StareC_160

C:\cygwin      /           system  binmode
D:\wilx        /home/wilx  system  binmode
C:\cygwin/bin  /usr/bin    system  binmode
C:\cygwin/lib  /usr/lib    system  binmode
.              /cygdrive   system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: c:\Perl\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Found: C:\cygwin\bin\vim.exe

   20k 2007/07/29 C:\cygwin\bin\cygao-2.dll
  107k 2008/09/01 C:\cygwin\bin\cygapr-1-0.dll
   89k 2008/09/01 C:\cygwin\bin\cygaprutil-1-0.dll
  704k 2007/12/18 C:\cygwin\bin\cygaspell-15.dll
  135k 2007/02/11 C:\cygwin\bin\cygaudiofile-0.dll
  180k 2008/03/31 C:\cygwin\bin\cygautotrace-3.dll
  351k 2008/01/14 C:\cygwin\bin\cygboost_date_time-gcc-mt-1_33_1.dll
  120k 2008/01/14 C:\cygwin\bin\cygboost_filesystem-gcc-mt-1_33_1.dll
   79k 2008/01/14 C:\cygwin\bin\cygboost_iostreams-gcc-mt-1_33_1.dll
  526k 2008/01/14 C:\cygwin\bin\cygboost_program_options-gcc-mt-1_33_1.dll
  564k 2008/01/14 C:\cygwin\bin\cygboost_python-gcc-mt-1_33_1.dll
  678k 2008/01/14 C:\cygwin\bin\cygboost_regex-gcc-mt-1_33_1.dll
  621k 2008/01/14 C:\cygwin\bin\cygboost_serialization-gcc-mt-1_33_1.dll
  118k 2008/01/14 C:\cygwin\bin\cygboost_signals-gcc-mt-1_33_1.dll
   91k 2008/01/14 C:\cygwin\bin\cygboost_thread-gcc-mt-1_33_1.dll
   61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll
  386k 2008/08/27 C:\cygwin\bin\cygcairo-2.dll
    7k 2008/11/10 C:\cygwin\bin\cygcharset-1.dll
  560k 2008/07/07 C:\cygwin\bin\cygclamav-4.dll
  644k 2008/11/27 C:\cygwin\bin\cygclamav-5.dll
   42k 2008/07/07 C:\cygwin\bin\cygclamunrar-4.dll
   42k 2008/11/27 C:\cygwin\bin\cygclamunrar-5.dll
    8k 2008/07/07 C:\cygwin\bin\cygclamunrar_iface-4.dll
    8k 2008/11/27 C:\cygwin\bin\cygclamunrar_iface-5.dll
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
 1064k 2008/09/30 C:\cygwin\bin\cygcrypto-0.9.8.dll
  194k 2007/06/30 C:\cygwin\bin\cygcurl-3.dll
  221k 2007/06/30 C:\cygwin\bin\cygcurl-4.dll
  703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll
  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll
 1036k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.2.dll
 1296k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.5.dll
  508k 2008/03/19 C:\cygwin\bin\cygEMF-1.dll
   27k 2008/09/07 C:\cygwin\bin\cygesd-0.dll
   52k 2007/10/06 C:\cygwin\bin\cygevtlog-0.dll
  118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll
   67k 2008/08/07 C:\cygwin\bin\cygexslt-0.dll
  286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll
   30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll
   79k 2007/09/17 C:\cygwin\bin\cygFLAC++-6.dll
  265k 2007/09/17 C:\cygwin\bin\cygFLAC-8.dll
  161k 2008/06/01 C:\cygwin\bin\cygfontconfig-1.dll
   19k 2008/10/26 C:\cygwin\bin\cygfontenc-1.dll
   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
  860k 2008/03/23 C:\cygwin\bin\cygfpx-1.dll
  426k 2008/06/29 C:\cygwin\bin\cygfreetype-6.dll
   41k 2008/09/12 C:\cygwin\bin\cyggcc_s.dll
  414k 2008/06/16 C:\cygwin\bin\cyggcrypt-11.dll
  225k 2008/11/28 C:\cygwin\bin\cyggd-2.dll
   19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll
    8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll
  444k 2008/11/15 C:\cygwin\bin\cyggit.dll
 2297k 2008/10/29 C:\cygwin\bin\cygGL-1.dll
  135k 2008/07/04 C:\cygwin\bin\cygglib-1-2-0.dll
  515k 2006/06/06 C:\cygwin\bin\cygglib-2.0-0.dll
  148k 2006/10/27 C:\cygwin\bin\cygglitz-1.dll
   20k 2006/10/27 C:\cygwin\bin\cygglitz-glx-1.dll
   11k 2008/07/04 C:\cygwin\bin\cyggmodule-1-2-0.dll
   10k 2006/06/06 C:\cygwin\bin\cyggmodule-2.0-0.dll
  219k 2008/10/04 C:\cygwin\bin\cyggmp-3.dll
  288k 2008/10/04 C:\cygwin\bin\cyggmpxx-3.dll
  222k 2006/06/06 C:\cygwin\bin\cyggobject-2.0-0.dll
   13k 2008/03/08 C:\cygwin\bin\cyggpg-error-0.dll
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll
    8k 2008/07/04 C:\cygwin\bin\cyggthread-1-2-0.dll
   14k 2006/06/06 C:\cygwin\bin\cyggthread-2.0-0.dll
   24k 2008/11/29 C:\cygwin\bin\cyghistory6.dll
   72k 2008/10/26 C:\cygwin\bin\cygICE-6.dll
  271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll
  978k 2008/11/10 C:\cygwin\bin\cygiconv-2.dll
10917k 2008/08/28 C:\cygwin\bin\cygicudata38.dll
 1441k 2008/08/28 C:\cygwin\bin\cygicui18n38.dll
  271k 2008/08/28 C:\cygwin\bin\cygicuio38.dll
  240k 2008/08/28 C:\cygwin\bin\cygicule38.dll
   58k 2008/08/28 C:\cygwin\bin\cygiculx38.dll
  114k 2008/08/28 C:\cygwin\bin\cygicutu38.dll
 1095k 2008/08/28 C:\cygwin\bin\cygicuuc38.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll
   31k 2008/11/10 C:\cygwin\bin\cygintl-8.dll
  241k 2008/04/02 C:\cygwin\bin\cygjasper-1-701-1.dll
  246k 2008/04/02 C:\cygwin\bin\cygjasper-1.dll
   48k 2006/11/17 C:\cygwin\bin\cygjbig-2.dll
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll
  124k 2006/11/09 C:\cygwin\bin\cygjpeg-62.dll
   39k 2008/09/07 C:\cygwin\bin\cyglber-2-3-0.dll
  173k 2008/03/23 C:\cygwin\bin\cyglcms-1.dll
  189k 2008/09/07 C:\cygwin\bin\cygldap-2-3-0.dll
  201k 2008/09/07 C:\cygwin\bin\cygldap_r-2-3-0.dll
   24k 2008/04/14 C:\cygwin\bin\cygltdl-3.dll
   28k 2008/11/08 C:\cygwin\bin\cygltdl-7.dll
   12k 2008/08/26 C:\cygwin\bin\cyglzmadec-0.dll
   83k 2007/06/06 C:\cygwin\bin\cygmagic-1.dll
  395k 2008/04/17 C:\cygwin\bin\cygMagick++-1.dll
  391k 2006/11/05 C:\cygwin\bin\cygMagick++-10.dll
 1709k 2006/11/05 C:\cygwin\bin\cygMagick-10.dll
 1915k 2008/04/17 C:\cygwin\bin\cygMagickCore-1.dll
  782k 2008/04/17 C:\cygwin\bin\cygMagickWand-1.dll
   21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
  278k 2008/03/23 C:\cygwin\bin\cygming-0.dll
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll
  121k 2008/10/04 C:\cygwin\bin\cygmp-3.dll
  229k 2008/09/16 C:\cygwin\bin\cygmpfr-1.dll
   74k 2008/10/28 C:\cygwin\bin\cygMrm-2.dll
   67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll
  237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
   97k 2007/09/16 C:\cygwin\bin\cygneon-26.dll
  103k 2008/09/07 C:\cygwin\bin\cygneon-27.dll
   15k 2007/07/29 C:\cygwin\bin\cygogg-0.dll
   12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
  181k 2008/09/07 C:\cygwin\bin\cygpcre-0.dll
  302k 2008/09/07 C:\cygwin\bin\cygpcrecpp-0.dll
    7k 2008/09/07 C:\cygwin\bin\cygpcreposix-0.dll
 1543k 2008/07/03 C:\cygwin\bin\cygperl5_10.dll
  273k 2008/10/23 C:\cygwin\bin\cygpixman-1-0.dll
 1229k 2005/10/13 C:\cygwin\bin\cygplotter-2.dll
  226k 2006/11/05 C:\cygwin\bin\cygpng12.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
  103k 2008/06/24 C:\cygwin\bin\cygpq.dll
    4k 2007/12/18 C:\cygwin\bin\cygpspell-15.dll
 1349k 2008/11/26 C:\cygwin\bin\cygpstoedit-0.dll
  155k 2008/11/29 C:\cygwin\bin\cygreadline6.dll
   78k 2004/10/13 C:\cygwin\bin\cygsasl2-2.dll
   40k 2008/08/05 C:\cygwin\bin\cygserf-0-0.dll
   26k 2008/10/26 C:\cygwin\bin\cygSM-6.dll
   82k 2008/08/02 C:\cygwin\bin\cygspeex-1.dll
   58k 2008/08/02 C:\cygwin\bin\cygspeexdsp-1.dll
  355k 2008/09/09 C:\cygwin\bin\cygsqlite3-0.dll
  118k 2007/06/27 C:\cygwin\bin\cygssh2-1.dll
  218k 2008/09/30 C:\cygwin\bin\cygssl-0.9.8.dll
    5k 2008/07/15 C:\cygwin\bin\cygstunnel.dll
  210k 2008/10/24 C:\cygwin\bin\cygsvn_client-1-0.dll
   34k 2008/10/24 C:\cygwin\bin\cygsvn_delta-1-0.dll
   32k 2008/10/24 C:\cygwin\bin\cygsvn_diff-1-0.dll
   15k 2008/10/24 C:\cygwin\bin\cygsvn_fs-1-0.dll
  136k 2008/10/24 C:\cygwin\bin\cygsvn_fs_base-1-0.dll
  106k 2008/10/24 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll
    6k 2008/10/24 C:\cygwin\bin\cygsvn_fs_util-1-0.dll
   26k 2008/10/24 C:\cygwin\bin\cygsvn_ra-1-0.dll
   22k 2008/10/24 C:\cygwin\bin\cygsvn_ra_local-1-0.dll
  111k 2008/10/24 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll
  115k 2008/10/24 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll
   67k 2008/10/24 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll
  132k 2008/10/24 C:\cygwin\bin\cygsvn_repos-1-0.dll
  189k 2008/10/24 C:\cygwin\bin\cygsvn_subr-1-0.dll
  209k 2008/10/24 C:\cygwin\bin\cygsvn_wc-1-0.dll
  247k 2004/12/07 C:\cygwin\bin\cygtidy-0-99-0.dll
  312k 2006/11/10 C:\cygwin\bin\cygtiff-5.dll
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll
   63k 2008/10/28 C:\cygwin\bin\cygUil-2.dll
   27k 2006/12/06 C:\cygwin\bin\cygungif-4.dll
   41k 2007/03/31 C:\cygwin\bin\cygusb0.dll
  150k 2008/05/14 C:\cygwin\bin\cygvorbis-0.dll
  982k 2008/05/14 C:\cygwin\bin\cygvorbisenc-2.dll
   25k 2008/05/14 C:\cygwin\bin\cygvorbisfile-3.dll
  697k 2006/11/05 C:\cygwin\bin\cygWand-10.dll
  289k 2008/11/26 C:\cygwin\bin\cygwmf-0-2-7.dll
   99k 2008/11/26 C:\cygwin\bin\cygwmflite-0-2-7.dll
   22k 2008/02/24 C:\cygwin\bin\cygwrap-0.dll
  888k 2008/10/26 C:\cygwin\bin\cygX11-6.dll
    8k 2008/10/24 C:\cygwin\bin\cygXau-6.dll
  351k 2008/11/21 C:\cygwin\bin\cygXaw-7.dll
  360k 2005/10/27 C:\cygwin\bin\cygXaw-8.dll
  268k 2008/11/15 C:\cygwin\bin\cygXaw3d-7.dll
   77k 2008/10/24 C:\cygwin\bin\cygxcb-1.dll
    5k 2008/10/24 C:\cygwin\bin\cygxcb-xlib-0.dll
   16k 2008/10/24 C:\cygwin\bin\cygXdmcp-6.dll
   49k 2008/10/26 C:\cygwin\bin\cygXext-6.dll
   62k 2008/10/26 C:\cygwin\bin\cygXft-2.dll
  121k 2008/11/04 C:\cygwin\bin\cygxkbfile-1.dll
 1173k 2008/10/28 C:\cygwin\bin\cygXm-2.dll
 1077k 2008/08/27 C:\cygwin\bin\cygxml2-2.dll
   74k 2008/10/26 C:\cygwin\bin\cygXmu-6.dll
   10k 2008/10/26 C:\cygwin\bin\cygXmuu-1.dll
   26k 2005/10/27 C:\cygwin\bin\cygXp-6.dll
   53k 2008/10/26 C:\cygwin\bin\cygXpm-4.dll
   31k 2008/10/26 C:\cygwin\bin\cygXrender-1.dll
  200k 2008/08/07 C:\cygwin\bin\cygxslt-1.dll
  281k 2008/10/26 C:\cygwin\bin\cygXt-6.dll
   65k 2006/10/16 C:\cygwin\bin\cygz.dll
 1829k 2008/06/12 C:\cygwin\bin\cygwin1.dll
    Cygwin DLL version info:
        DLL version: 1.5.25
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 156
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Thu Jun 12 19:34:46 CEST 2008
        CVS tag: cr-0x5f1
        Shared id: cygwin1S4

   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll

Service             : cygserver
Display name        : CYGWIN cygserver
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cygserver

Service             : sshd
Display name        : CYGWIN sshd
Current State       : Stopped
Command             : /usr/sbin/sshd -D


Cygwin Package Information
Package                  Version
_update-info-dir         00785-1
alternatives             1.3.30c-2
ash                      20040127-4
aspell                   0.60.5-1
aspell-en                6.0.0-1
astyle                   1.22-1
audiofile                0.2.6-3
autoconf                 6-1
autoconf2.1              2.13-5
autoconf2.5              2.63-1
automake                 3-1
automake1.10             1.10.1-2
automake1.4              1.4p6-5
automake1.5              1.5-3
automake1.6              1.6.3-5
automake1.7              1.7.9-4
automake1.8              1.8.5-4
automake1.9              1.9.6-3
autotrace                0.31.1-1
base-files               3.7-1
base-passwd              2.2-1
bash                     3.2.48-21
bash-completion          20060301-2
bashdb                   3.1_0.09-1
binutils                 20080624-2
bison                    2.3-1
boost                    1.33.1-4
boost-devel              1.33.1-4
bzip2                    1.0.5-2
bzr                      1.9-1
clamav                   0.94.2-1
clamav-db                0.94.2-1
cmake                    2.6.2-1
cogito                   0.18.2-2
colordiff                1.0.7-1
coreutils                6.10-2
cpio                     2.9-1
crypt                    1.1-1
csih                     0.1.8-1
ctags                    5.7-1
curl                     7.16.3-1
cvs                      1.11.22-1
cvsps                    2.1-1
cygport                  0.4.2-1
cygrunsrv                1.34-1
cygutils                 1.3.2-1
cygwin                   1.5.25-15
cygwin-doc               1.4-4
ddd                      3.3.9-1
diffstat                 1.46-1
diffutils                2.8.7-1
docbook-xml43            4.3-1
docbook-xml44            4.4-1
docbook-xsl              1.69.1-1
doxygen                  1.5.5-1
e2fsprogs                1.35-3
editrights               1.01-2
emacs                    21.2-13
emacs-el                 21.2-13
emacs-X11                21.2-13
esound                   0.2.40-1
eventlog                 0.2.5-1
expat                    2.0.1-1
expect                   20030128-1
fcgi                     2.4.0-2
file                     4.21-1
findutils                4.4.0-3
flac                     1.2.1-1
flac-devel               1.2.1-1
flex                     2.5.35-1
font-adobe-dpi100        1.0.0-1
font-adobe-dpi75         1.0.0-1
font-adobe-utopia-dpi100 1.0.1-1
font-adobe-utopia-dpi75  1.0.1-1
font-alias               1.0.1-1
font-bh-ttf              1.0.0-1
font-bitstream-dpi75     1.0.0-1
font-bitstream-vera-ttf  1.10-1
font-encodings           1.0.2-1
fontconfig               2.6.0-1
fontsproto               2.0.2-1
fonttosfnt               1.0.4-1
fortune                  1.99.1-2
freetype2                2.3.7-1
gawk                     3.1.6-1
gcc                      3.4.4-3
gcc-ada                  3.4.4-3
gcc-core                 3.4.4-3
gcc-g++                  3.4.4-3
gcc-g77                  3.4.4-3
gcc-gdc                  3.4.4-3
gcc-gpc                  3.4.4-3
gcc-java                 3.4.4-3
gcc-mingw-ada            20050522-1
gcc-mingw-core           20050522-1
gcc-mingw-g++            20050522-1
gcc-mingw-g77            20050522-1
gcc-mingw-gdc            20050522-1
gcc-mingw-gpc            20040810-1
gcc-mingw-java           20050522-1
gcc-mingw-objc           20050522-1
gcc-objc                 3.4.4-3
gcc4                     4.3.2-1
gcc4-ada                 4.3.2-1
gcc4-core                4.3.2-1
gcc4-fortran             4.3.2-1
gcc4-g++                 4.3.2-1
gcc4-java                4.3.2-1
gcc4-objc                4.3.2-1
gcc4-runtime             4.3.2-1
gdb                      6.8-2
gettext                  0.17-1
ghostscript              8.63-2
ghostscript-fonts-other  6.0-1
ghostscript-fonts-std    8.11-1
git                      1.6.0.4-1
git-completion           1.6.0.4-1
git-gui                  1.6.0.4-1
gitk                     1.6.0.4-1
glib                     1.2.10-4
glib2                    2.10.3-1
glproto                  1.4.9-1
gmp                      4.2.4-1
gnupg                    1.4.9-2
grep                     2.5.3-1
groff                    1.19.2-2
gzip                     1.3.12-2
icu                      3.8-4
inetutils                1.5-4
initscripts              0.9-2
inputproto               1.4.4-1
irssi                    0.8.12-2
jbigkit                  1.6-1
kbproto                  1.0.3-1
less                     382-1
lesstif                  0.95.0-2
lftp                     3.7.3-2
libao                    0.8.8-1
libao-devel              0.8.8-1
libao2                   0.8.8-1
libapr1                  1.3.3-1
libaprutil1              1.3.4-1
libaspell15              0.60.5-1
libaudiofile-devel       0.2.6-3
libaudiofile0            0.2.6-3
libautotrace3            0.31.1-1
libboost                 1.33.1-4
libbz2-devel             1.0.5-2
libbz2_1                 1.0.5-2
libcairo-devel           1.6.4-2
libcairo2                1.6.4-2
libcharset1              1.12-1
libclamav4               0.93.3-1
libclamav5               0.94.2-1
libcurl3                 7.15.4-2
libcurl4                 7.16.3-1
libdb4.2                 4.2.52.5-2
libdb4.5                 4.5.20.2-2
libEMF1                  1.0.3-2
libesound-devel          0.2.40-1
libesound0               0.2.40-1
libexpat0                1.95.8-2
libexpat1                2.0.1-1
libexpat1-devel          2.0.1-1
libfcgi0                 2.4.0-2
libFLAC++6               1.2.1-1
libFLAC8                 1.2.1-1
libfontconfig-devel      2.6.0-1
libfontconfig1           2.6.0-1
libfontenc1              1.0.4-2
libfpx1                  1.2.0.13-1
libfreetype2-devel       2.3.7-1
libfreetype26            2.3.7-1
libgcrypt                1.4.1-4
libgcrypt11              1.4.1-4
libgd2                   2.0.36RC1-1
libgdbm4                 1.8.3-8
libGL-devel              7.2-2
libGL1                   7.2-2
libglitz-devel           0.5.6-1
libglitz1                0.5.6-1
libgmp3                  4.2.4-1
libgpg-error             1.6-1
libgs8                   8.63-2
libICE6                  1.0.4-2
libiconv                 1.12-1
libiconv2                1.12-1
libicu-devel             3.8-4
libicu38                 3.8-4
libImageMagick1          6.4.0.6-1
libintl1                 0.10.40-1
libintl2                 0.12.1-3
libintl3                 0.14.5-1
libintl8                 0.17-1
libjasper1               1.900.1-1
libjasper1.701_0         1.701.0-3
libjbig1                 1.5-3
libjbig2                 1.6-1
libjpeg62                6b-12
liblcms1                 1.17-1
libltdl3                 1.5.27a-1
libltdl7                 2.2.6a-1
liblzmadec0              4.32.7-2
libMagick10              6.3.0.1-2
libming0                 0.4.0.beta5-1
libmpfr1                 2.3.2-1
libncurses-devel         5.5-3
libncurses7              5.3-4
libncurses8              5.5-3
libneon26                0.26.4-1
libneon27                0.28.3-1
libogg                   1.1.3-1
libogg-devel             1.1.3-1
libogg0                  1.1.3-1
libopenldap2_3_0         2.3.43-1
libpcre0                 7.8-1
libpixman1-devel         0.12.0-1
libpixman1_0             0.12.0-1
libplotter2              2.4.1-1
libpng12                 1.2.12-1
libpng12-devel           1.2.12-1
libpopt0                 1.6.4-4
libpq5                   8.2.9-1
libpstoedit0             3.45-2
libpthread-stubs         0.1-1
libreadline6             5.2.13-11
libsasl2                 2.1.19-3
libserf0_0               0.2.0-1
libSM6                   1.1.0-1
libspeex1                1.2rc1-1
libsqlite3_0             3.6.2-1
libssh2_1                0.15-1
libtiff4                 3.6.0-5
libtiff5                 3.8.2-3
libtool                  2.2.6a-1
libungif4                4.1.4-2
libusb-win32             0.1.12.1-2
libvorbis                1.2.0-2
libvorbis-devel          1.2.0-2
libvorbis0               1.2.0-2
libvorbisenc2            1.2.0-2
libvorbisfile3           1.2.0-2
libwmf027                0.2.8.4-3
libwrap0                 7.6-4
libX11-devel             1.1.5-1
libX11_6                 1.1.5-1
libXau-devel             1.0.4-1
libXau6                  1.0.4-1
libXaw3d7                1.5D-8
libXaw7                  1.0.5-1
libXaw8                  6.8.99.901-1
libxcb-devel             1.1-2
libxcb-xlib-devel        1.1-2
libxcb-xlib0             1.1-2
libxcb1                  1.1-2
libXdmcp-devel           1.0.2-3
libXdmcp6                1.0.2-3
libXext-devel            1.0.4-1
libXext6                 1.0.4-1
libXft1                  1.0.0-1
libXft2                  2.1.13-1
libxkbfile1              1.0.5-2
libXm2                   0.95.0-2
libxml2                  2.6.32-2
libXmu6                  1.0.4-1
libXmuu1                 1.0.4-1
libXp6                   6.8.99.901-1
libXpm4                  3.5.7-2
libXrender-devel         0.9.4-2
libXrender1              0.9.4-2
libxslt                  1.1.24-2
libXt6                   1.0.5-2
links                    1.00pre20-1
lndir                    1.0.1-2
login                    1.9-8
luit                     1.0.3-1
lynx                     2.8.5-4
lzma                     4.32.7-2
m4                       1.4.10b-2
make                     3.81-2
man                      1.6e-1
mc                       4.6.1-2
mercurial                1.0.2-1
mingw-runtime            3.15.1-1
minires                  1.02-1
minires-devel            1.02-1
mkfontdir                1.0.4-1
mkfontscale              1.0.5-1
mktemp                   1.999-9
monotone                 0.40-1
multitail                5.2.1-1
mutt                     1.4.2.2-2
netcat                   1.10-2
ocaml                    3.08.1-1
ogmtools                 1.5-1
openssh                  5.1p1-10
openssl                  0.9.8i-1
patch                    2.5.8-9
patcher                  0.0.20040521-1
patchutils               0.2.31-2
pcre                     7.8-1
perl                     5.10.0-5
perl-Error               0.17014-1
perl-ExtUtils-Depends    0.301-1
perl-ExtUtils-PkgConfig  1.12-1
perl-Image-Magick        6.4.0.6-1
perl-libwin32            0.28-2
perl-Locale-gettext      1.05-3
perl-Module-Build        0.2808-2
perl-Tk                  804.028-1
perl-Win32-GUI           1.06-2
perl_manpages            5.10.0-5
ping                     1.0-1
pkg-config               0.23a-2
pkgconfig                0.17.2-3
popt                     1.6.4-4
procmail                 3.22-10
procps                   3.2.7-1
psmisc                   21.5-3
python                   2.5.2-1
rebase                   2.4.4-1
renderproto              0.9.3-1
rgb                      1.0.3-1
rsync                    3.0.4-1
run                      1.1.10-1
rxvt                     20050409-9
screen                   4.0.3-1
sed                      4.1.5-2
sharutils                4.7-1
speex                    1.2rc1-1
speex-devel              1.2rc1-1
sqlite3                  3.6.2-1
stunnel                  4.25-1
subversion               1.5.4-1
sysvinit                 2.86-3
tailor                   0.9.30-1
tar                      1.20-1
tcltk                    20080420-1
termcap                  20050421-1
terminfo                 5.5_20061104-1
texinfo                  4.8a-1
tidy                     041206-1
tzcode                   2008h-1
unzip                    5.52-2
util-linux               2.13.1-2
vim                      7.2-3
vorbis-tools             1.2.0-2
w32api                   3.13-1
wget                     1.11.3-1
which                    2.19-1
whois                    4.7.24-1
wtf                      0.0.4-6
X-startup-scripts        1.1.0-2
xauth                    1.0.3-1
xcursor-themes           1.0.1-1
xemacs-emacs-common      21.4.21-1
xextproto                7.0.3-1
xinit                    1.1.0-3
xkbcomp                  1.0.5-1
xkeyboard-config         1.4-1
xmlto                    0.0.18-2
xmodmap                  1.0.3-1
xorg-server              1.5.3-4
xorg-x11-base            7.4-1
xorg-x11-bin             7.4-1
xorg-x11-bin-dlls        7.4-1
xorg-x11-bin-lndir       7.4-1
xorg-x11-etc             7.4-1
xorg-x11-fenc            7.4-1
xorg-x11-fnts            7.4-1
xorg-x11-libs-data       7.4-1
xorg-x11-xwin            7.4-1
xproto                   7.0.14-1
xrdb                     1.0.5-1
xterm                    237-2
zip                      2.32-2
zlib                     1.2.3-2
zsh                      4.3.9-1
Use -h to see help about each section

[-- Attachment #3: cygcheck.txt.sig --]
[-- Type: application/octet-stream, Size: 88 bytes --]

[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: ZSH completion problem
  2007-10-15 21:33 ` Peter A. Castro
@ 2007-10-19  4:25   ` Václav Haisman
  0 siblings, 0 replies; 14+ messages in thread
From: Václav Haisman @ 2007-10-19  4:25 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]



Peter A. Castro wrote, On 15.10.2007 23:30:
> On Sun, 14 Oct 2007, Václav Haisman wrote:
> 
>> I have a problem with ZSH completion after updating from 4.3.2-1 to
>> 4.3.4-1.
>>
>> amber2::WilX:~> zsh --version
>> zsh 4.3.4 (i686-pc-cygwin)
>>
>> amber2::WilX:~> cd tmp_path_files:695: command not found: _list_files
>>
>> In this example I have hit TAB after writing "cd tmp". The rest of the
>> line
>> is error message I got.
> 
> Hmm... I'll see if I can reproduce this (I'm not at my machine right
> now).  If you had compinit set before the upgrade you may need to remove
> your .zcompcache and reinitialize it.  There have been a few bugs with
I removed ~/.zcompdump and ~/.zshrc.zwc and it fixed the problem, thanks for
the hint.

> some of the completion items, but that seems like something that would
> have been caught before the release.  I'll check it tonight.
> 
>> Also, Cygwin's ZSH package seems to have the
>> /usr/share/zsh/4.3.4/functions
>> directory flattened compared to what I can see
>> /usr/local/share/zsh/4.3.4/functions on FreeBSD. Is that ok?
> 
> Yes.  It's flat for Linux too (and for the previous releases as well, I
Ok.

> believe).  Or are you refering to the sample Doc instead (which is in
> /usr/share/doc/zsh-4.3.4/Functions/) ?
> 
>> -- 
>> VH
> 

--
VH


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

* Re: ZSH completion problem
  2007-10-14 17:54 Václav Haisman
@ 2007-10-15 21:33 ` Peter A. Castro
  2007-10-19  4:25   ` Václav Haisman
  0 siblings, 1 reply; 14+ messages in thread
From: Peter A. Castro @ 2007-10-15 21:33 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1252 bytes --]

On Sun, 14 Oct 2007, Václav Haisman wrote:

> I have a problem with ZSH completion after updating from 4.3.2-1 to 4.3.4-1.
>
> amber2::WilX:~> zsh --version
> zsh 4.3.4 (i686-pc-cygwin)
>
> amber2::WilX:~> cd tmp_path_files:695: command not found: _list_files
>
> In this example I have hit TAB after writing "cd tmp". The rest of the line
> is error message I got.

Hmm... I'll see if I can reproduce this (I'm not at my machine right
now).  If you had compinit set before the upgrade you may need to remove
your .zcompcache and reinitialize it.  There have been a few bugs with
some of the completion items, but that seems like something that would
have been caught before the release.  I'll check it tonight.

> Also, Cygwin's ZSH package seems to have the /usr/share/zsh/4.3.4/functions
> directory flattened compared to what I can see
> /usr/local/share/zsh/4.3.4/functions on FreeBSD. Is that ok?

Yes.  It's flat for Linux too (and for the previous releases as well, I
believe).  Or are you refering to the sample Doc instead (which is in
/usr/share/doc/zsh-4.3.4/Functions/) ?

> --
> VH

-- 
Peter A. Castro <doctor@fruitbat.org> or <Peter.Castro@oracle.com>
 	"Cats are just autistic Dogs" -- Dr. Tony Attwood

[-- Attachment #2: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* ZSH completion problem
@ 2007-10-14 17:54 Václav Haisman
  2007-10-15 21:33 ` Peter A. Castro
  0 siblings, 1 reply; 14+ messages in thread
From: Václav Haisman @ 2007-10-14 17:54 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

I have a problem with ZSH completion after updating from 4.3.2-1 to 4.3.4-1.

amber2::WilX:~> zsh --version
zsh 4.3.4 (i686-pc-cygwin)

amber2::WilX:~> cd tmp_path_files:695: command not found: _list_files

In this example I have hit TAB after writing "cd tmp". The rest of the line
is error message I got.

Also, Cygwin's ZSH package seems to have the /usr/share/zsh/4.3.4/functions
directory flattened compared to what I can see
/usr/local/share/zsh/4.3.4/functions on FreeBSD. Is that ok?

--
VH


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

end of thread, other threads:[~2011-04-04  6:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-24 16:42 Zsh completion problem Vikas Mishra
2011-03-25  2:23 ` Peter A. Castro
2011-03-25  4:44   ` Vikas Mishra
2011-04-01 22:14     ` Vikas Mishra
2011-04-04  6:46       ` Peter A. Castro
2011-04-04  7:40         ` Vikas Mishra
2011-04-04  8:39           ` Peter A. Castro
2011-04-04  9:03             ` Vikas Mishra
  -- strict thread matches above, loose matches on Subject: below --
2008-12-09 18:20 ZSH " Václav Haisman
2008-12-09 19:40 ` Peter A. Castro
2008-12-09 19:49   ` Václav Haisman
2007-10-14 17:54 Václav Haisman
2007-10-15 21:33 ` Peter A. Castro
2007-10-19  4:25   ` Václav Haisman

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 read-only IMAP folder(s) and NNTP newsgroup(s).