From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12051 invoked from network); 14 Mar 1999 15:28:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Mar 1999 15:28:35 -0000 Received: (qmail 12854 invoked by alias); 14 Mar 1999 15:28:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5788 Received: (qmail 12846 invoked from network); 14 Mar 1999 15:28:19 -0000 To: zsh-workers@sunsite.auc.dk Path: mason From: mason@primenet.com.au (Geoff Wing) Newsgroups: lists.zsh.workers Subject: Possible Bug: 3.1.5-pws-11: compinit Date: 14 Mar 1999 15:28:08 GMT Organization: PrimeNet Computer Consultants Distribution: local Message-ID: Reply-To: mason@primenet.com.au NNTP-Posting-Host: coral.primenet.com.au X-Trace: coral.primenet.com.au 921425288 12043 203.43.15.2 (14 Mar 1999 15:28:08 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: 14 Mar 1999 15:28:08 GMT User-Agent: slrn/0.9.5.4 (UNIX) Heyla, if I do [[ -s ~/fbin/zsh/compinit ]] && . ~/fbin/zsh/compinit too early in my /etc/zshrc then completion won't work. e.g. % echo $ZSH_ # fails I had it after autoloading of all $fpath stuff, but before setopt, bindkey, ulimit, umask Are any of these supposed to influence it in any way? --------excerpt-of-/etc/zshrc---------- [[ -n "$fpath" ]] && for dir in $fpath ; do [[ -d $dir ]] && autoload $dir/*(.x:t); done setopt APPEND_HISTORY AUTO_CD AUTO_LIST AUTO_MENU AUTO_PUSHD \ AUTO_REMOVE_SLASH AUTO_RESUME CHASE_LINKS NO_CLOBBER CORRECT \ CORRECT_ALL EXTENDED_GLOB GLOB_DOTS HIST_IGNORE_DUPS HIST_IGNORE_SPACE \ IGNORE_EOF INTERACTIVE_COMMENTS KSH_OPTION_PRINT LIST_TYPES LONG_LIST_JOBS \ MAIL_WARNING MARK_DIRS MENU_COMPLETE NO_NOMATCH NOTIFY NUMERIC_GLOB_SORT \ PATH_DIRS RECEXACT unsetopt ALWAYS_LAST_PROMPT BG_NICE ERR_EXIT IGNORE_BRACES LIST_AMBIGUOUS \ MENU_COMPLETE NO_EXEC NO_RCS NULL_GLOB RM_STAR_SILENT bindkey -e # Emacs style key bindings bindkey "OA" up-line-or-history bindkey "OB" down-line-or-history bindkey "OC" forward-char bindkey "OD" backward-char bindkey "" up-line-or-history bindkey "" down-line-or-history bindkey "" forward-char bindkey "" backward-char unlimit # no soft resource limits umask 022 # no write access by non-owner [[ -s ~/fbin/zsh/compinit ]] && . ~/fbin/zsh/compinit --------end-of-excerpt-of-/etc/zshrc---------- -- Geoff Wing Mobile : (Australia) 0412 162 441 Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/