zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-users@sunsite.dk
Subject: Re: Prompt themes
Date: Thu, 23 Jan 2003 10:40:28 +0000	[thread overview]
Message-ID: <26170.1043318428@csr.com> (raw)
In-Reply-To: "john@io.com"'s message of "Thu, 23 Jan 2003 10:19:45 GMT." <20030123101945.GB8774@io.com>

john@io.com wrote:
> 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.

This is supported by default by the _path_files functions that handles
completion in the new system.  Try:

  zsh -f
  autoload compinit
  compinit -D

(compinit -D prevents stomping on your .zcompdump file).  If it works
there you have somehow managed to turn it off in your initialisation files.

You can configure the settings for file completion, if that is the
problem, by running `compinstall' (completely misnamed for historical
reasons), selection `Styles for particular completions', then `Options
for file completion'.  There is an option there to choose how multiple
path segments are expanded.  Nothing there should actually disable it,
but there are subtleties as you will see.

If you find some blatant gotcha, please let us know.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


  parent reply	other threads:[~2003-01-23 10:41 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
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 [this message]
  -- 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=26170.1043318428@csr.com \
    --to=pws@csr.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).