zsh-workers
 help / color / mirror / code / Atom feed
From: mason@primenet.com.au (Geoff Wing)
To: zsh-workers@sunsite.auc.dk
Subject: Possible Bug: 3.1.5-pws-11: compinit
Date: 14 Mar 1999 15:28:08 GMT	[thread overview]
Message-ID: <slrn7enlc8.bln.mason@coral.primenet.com.au> (raw)

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_<TAB>         # 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	"^[[A"	up-line-or-history
bindkey	"^[[B"	down-line-or-history
bindkey	"^[[C"	forward-char
bindkey	"^[[D"	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   <gcw@pobox.com>            Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


             reply	other threads:[~1999-03-14 15:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-14 15:28 Geoff Wing [this message]
1999-03-14 20:32 ` Bart Schaefer
1999-03-14 22:45   ` Geoff Wing

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrn7enlc8.bln.mason@coral.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).