zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: "Matthew Landis" <mlandis@ucsd.edu>, <zsh-users@sunsite.auc.dk>
Subject: Re: 4.0.1-pre-4
Date: Wed, 16 May 2001 16:38:56 +0000	[thread overview]
Message-ID: <1010516163856.ZM14873@candle.brasslantern.com> (raw)
In-Reply-To: <000d01c0dd50$92d1f790$41265140@quantumflux.org>

On May 15,  8:06am, Matthew Landis wrote:
} Subject: 4.0.1-pre-4
}
} I apologize if this isn't a suitable question to ask here

No, this is exactly the right place.

} I installed 4.0.1-pre-4 yesterday and couldn't get tab completion to work.

First question:  Did "make check" work when you ran it in the build
directory?  (Or did you install prepackaged binaries from somewhere?)

(Note that you must "make" before "make check", the check target does
not rebuild the binary.)

What operating system and compiler do you have?

I'm going to jump ahead a bit:

} --------------
} In addition, the * and ? wildcards do not work.  If I do a "ls *" it prints
} a "ls: : No such file or directory" for each file that * would match.  The ?
} wildcard just gives "no matches found" in all cases that I tried.

Assuming you mean that wildcards don't work anywhere, even when you are
not attempting completion, then something is very seriously wrong with
your zsh build.  Failure of file globbing would explain most of the rest
of the problems you describe.  Please try rebuilding from scratch --
remove your entire old build tree and unpack the tar file again -- and
if the problem persists send a description of your operating system and
OS vendor, your compiler, the arguments you gave to "configure", etc. to
<zsh-workers@sunsite.dk>.

If that is not the problem, then:

} When I run compinit, it seems to write its code to stdout

What does "write its code to stdout" mean?  Do you actually see output of
some kind on your terminal?

} .zcompdump is the following after I run compinit:
} --------------
} #files: 372
} _comps=(
} )
} _services=(
} )
} 
} _patcomps=(
} )
} 
} _postpatcomps=(
} )
} 
} _compautos=(
} )
} 
} 
} autoload -U

What do you see if you run the command "compaudit"?

The above is exactly what I get from running "compinit -i" when NONE of
the completion directories is considered to be secure by compaudit.  If
compaudit complains, you probably either want to fix the permissions on
those directories, or else use "compinit -u".

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

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


      reply	other threads:[~2001-05-16 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-15 15:06 4.0.1-pre-4 Matthew Landis
2001-05-16 16:38 ` Bart Schaefer [this message]

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=1010516163856.ZM14873@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=mlandis@ucsd.edu \
    --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).