zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: compinstall and non-default file
Date: Fri, 28 Apr 2000 12:26:16 +0400	[thread overview]
Message-ID: <000201bfb0eb$6c3b9330$21c9ca95@mow.siemens.ru> (raw)


With the following file generated by compinstall it cannot find it's
definition. I'd expected it to parse the file.

bor@itsrm2% cat ~/.zcompletion
# The following lines were added by compinstall
autoload -U compinit
compinit

zstyle ':completion:*' completer _oldlist _complete _match
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' ignore-parents parent pwd
zstyle ':completion:*' insert-unambiguous true
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt 'Showing %l'
zstyle ':completion:*' match-original both
zstyle ':completion:*' menu select=0
zstyle ':completion:*' original true
zstyle ':completion:*' verbose true
# End of lines added by compinstall

zstyle ':completion:*' old-list _match

# _configure tuning
zstyle ':completion:*:*:configure:*' tag-order \
       'options:-with:with\ options options:-other:other\ options' \
       'options:-without:without\ options'
zstyle ':completion:*:options-with' ignored-patterns '^--with-*'
zstyle ':completion:*:options-without' ignored-patterns '^--without-*'
zstyle ':completion:*:options-other' ignored-patterns '--with(|out)-*'
# end of configure tuning
bor@itsrm2% compinstall
I haven't found any existing completion definitions.
If you have some already defined by compinstall, edit the name of the
file where these can be found.  Note that this will only work if they
are exactly the form in which compinstall inserted them.  If you leave
the line as it is, or empty, I won't search.
file> /home/bor/.zcompletion
Starting a new completion configuration from scratch.
This will be appended to the file /home/bor/.zshrc.  It is up to you to
ensure
that these lines are actually executed.  They will not be if your .zshrc
usually returns before the end.
Note that you will be given a chance to save the new setup
somewhere else at the end.

-andrej

Have a nice DOS!
B >>


             reply	other threads:[~2000-04-28  8:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-28  8:26 Andrej Borsenkow [this message]
2000-04-28  9:21 ` Peter Stephenson
2000-04-28 17:36   ` Peter Stephenson
2000-05-02  8:38 Sven Wischnowsky

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='000201bfb0eb$6c3b9330$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --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).