zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Francis GALIEGUE <francis@mandrakesoft.com>, zsh-users@sunsite.auc.dk
Subject: Re: Since pws13...
Date: Tue, 11 Jan 2000 17:37:57 +0000	[thread overview]
Message-ID: <1000111173757.ZM9679@candle.brasslantern.com> (raw)
In-Reply-To: <m31z7ovnhg.fsf@toy.mandrakesoft.com>

On Jan 11, 12:47pm, Francis GALIEGUE wrote:
} Subject: Since pws13...
}
} Relevant lines in ~/.zshrc:
} 
} _compdir=/usr/share/zsh/functions/Core
} [[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir)
} autoload -U compinit
} compinit
} 
} Are they wrong?

Yes, they're wrong.  The completion functions are now in a version-dependent
subdirectory.  You want

_compdir=/usr/share/zsh/$ZSH_VERSION/functions/Core

(Drop the /Core if you didn't use the install option that puts functions in
separate subdirectories.)

I'm not entirely sure that will take care of your problem, because the set
of functions from -bart-8 worked fine for me before I remembered to make
the equivalent change in my own startup files, but its certainly a step in
the right direction.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~2000-01-11 17:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-11 11:47 Francis GALIEGUE
2000-01-11 17:37 ` Bart Schaefer [this message]
2000-01-12 17:24   ` Francis GALIEGUE

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=1000111173757.ZM9679@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=francis@mandrakesoft.com \
    --cc=zsh-users@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).