zsh-users
 help / color / mirror / code / Atom feed
From: Borzenkov Andrey <Andrey.Borzenkov@siemens.com>
To: john@io.com, zsh-users@sunsite.dk
Subject: RE: Prompt themes
Date: Thu, 23 Jan 2003 13:40:04 +0300	[thread overview]
Message-ID: <6134254DE87BD411908B00A0C99B044F03A0B5FA@mowd019a.mow.siemens.ru> (raw)
In-Reply-To: <20030123101945.GB8774@io.com>


>   Going through all those directories reminded me of another zsh feature
> I used to have that for some reason stopped working at some point.  I
> used to be able to do something like:
> 
> % cd /u/s/z/4/f/M<tab>
> 
>   ...and wind up with...
> 
> % cd /usr/share/zsh/4.0.6/functions/Misc
> 
>   ...but not any more.  I've been fishing around the manpages and Google
> for "zsh complete multiple directories" and "zsh complete directory
> tree" and "zsh complete pathname" with no success.  I assume the change
> happened when I went from compctl to zstyle...does anybody know the
> appropriate incantation to get this back? 

You mean it ever worked with compctl?!?

The simplest thing is to do

autoload -U compinstall; compinstall

and it will guide you through setting up new completion system. To activate
it, it is

autoload -U compinit; compinit

but there are a lot of options you can tweak ...

-andrey


  parent reply	other threads:[~2003-01-23 10:40 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-28 12:37 Arno Dark
2002-06-28 12:45 ` Borsenkow Andrej
2002-06-28 15:25   ` Arno
2002-06-28 16:13     ` Clint Adams
2002-06-28 16:21     ` Bart Schaefer
2002-06-28 21:49       ` Andy Spiegl
2002-06-29 16:59         ` Bart Schaefer
2002-06-29  0:20       ` Adam Spiers
2002-06-30  6:46         ` Cameron McBride
2003-01-23  8:57       ` John Buttery
2003-01-23  9:04         ` Borzenkov Andrey
2003-01-23 10:19           ` john
2003-01-23 10:23             ` Joakim Ryden
2003-01-23 10:40             ` Borzenkov Andrey [this message]
2003-01-23 18:02               ` Bart Schaefer
2003-01-24 21:12                 ` John Buttery
2003-02-03 11:24                   ` Clemens Fischer
2003-02-04  9:33                     ` John Buttery
2003-02-04 10:45                       ` Roman Neuhauser
2003-02-04 14:30                         ` John Buttery
2003-02-04 15:13                           ` Le Wang
2003-02-04 19:43                             ` John Buttery
2003-02-04 19:58                               ` Le Wang
2003-01-23 10:40             ` Peter Stephenson
  -- strict thread matches above, loose matches on Subject: below --
2002-06-28 12:11 Arno Dark
2002-06-28 12:19 ` Borsenkow Andrej
2002-06-28 12:50 ` Roman Neuhauser

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=6134254DE87BD411908B00A0C99B044F03A0B5FA@mowd019a.mow.siemens.ru \
    --to=andrey.borzenkov@siemens.com \
    --cc=john@io.com \
    --cc=zsh-users@sunsite.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).