zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: zsh-workers@sunsite.auc.dk, Josh Howard <jrh@kashmir.vicor-nb.com>
Subject: Re: Lack of any functionality in new completion
Date: Tue, 23 Mar 1999 10:07:49 +0100	[thread overview]
Message-ID: <9903230908.AA68002@ibmth.df.unipi.it> (raw)
In-Reply-To: "Josh Howard"'s message of "22 Mar 1999 17:39:10 NFT." <yfgaex5q91d.fsf@kashmir.vicor-nb.com>

Josh Howard wrote:
> I suppose I must have some sort of gross oversight when it comes to
> the new completion, but...It seems that I'm completely and utterly
> unable to get any semblance of completion going in 3.1.5-pws-13. Mind
> you, I hadn't ever gotten it working, but I figured I might as well 
> start at the newest. I set an fpath, used compinit -d, tried a few zle
> tricks to get ^I to complete here and there, but it would seem that
> when I execute compinit -d, things tend to stop working.

Remember you need `. compinit -d' or `source compinit -d' to get things to
work --- executing it as a shell script won't do anything.  The bindings
should then be set automatically, provided they were previously bound to
the usual old-style completion functions; you shouldn't need to do any
rebinding yourself.  Try doing `set -x' and seeing what functions get
called when you hit tab; you should start off inside the function
_main_complete.  If nothing at all shows up, then the functions probably
aren't being found, either a problem with $fpath or it hasn't been
autoloaded (or both, if compinit didn't find anything).  Also try
`functions' and see if you get a long list of undefined functions beginning
with `_', as you should.

Somebody will probably write some installation code when they get a chance.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


  reply	other threads:[~1999-03-23  9:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-23  1:39 Josh Howard
1999-03-23  9:07 ` Peter Stephenson [this message]
1999-03-23 13:46 Sven Wischnowsky
1999-03-23 18:27 ` Josh Howard

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=9903230908.AA68002@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=jrh@kashmir.vicor-nb.com \
    --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).