zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: Danek Duvall <duvall@emufarm.org>
Cc: Zsh Workers <zsh-workers@sunsite.dk>
Subject: Re: Overeager completion?
Date: Mon, 25 Nov 2002 10:59:25 +0000	[thread overview]
Message-ID: <15541.1038221965@logica.com> (raw)
In-Reply-To: <20021123002553.GA16698@lorien.emufarm.org>

On 22 Nov, Danek Duvall wrote:
> % zsh -f
> % mkdir /tmp/foo
> % cd /tmp/foo
> % mkdir a b
> % touch a/{1,2,3,4}

> % autoload -U compinit
> % compinit
> % ls ../^D
> a/  b/
> % ls ..//^D
> 1   2   3   4

That's a feature. See the documentation for the squeeze-slashes style in
the manual:
         If  set  to `true', sequences of slashes (as in `foo//bar') will
         be treated as if they were only one slash when completing path-
         names.   This is the usual behaviour of UNIX paths.  However, by
         default the file completion function behaves as if there were  a
         `*' between the slashes.

So if you don't like it, set squeeze-slashes to true.
 
> Oops.  Then, for good measure, hit ^C twice to quit the shell.  :)

That could be a bug. Seems to occur after any ^D used to list choices.

Oliver

This e-mail and any attachment is for authorised use by the intended recipient(s) only.  It may contain proprietary material, confidential information and/or be subject to legal privilege.  It should not be copied, disclosed to, retained or used by, any other party.  If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.  Thank you.



  reply	other threads:[~2002-11-25 11:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-23  0:25 Danek Duvall
2002-11-25 10:59 ` Oliver Kiddle [this message]
2002-11-26 17:08   ` Danek Duvall
2002-11-27  7:11   ` 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=15541.1038221965@logica.com \
    --to=okiddle@yahoo.co.uk \
    --cc=duvall@emufarm.org \
    --cc=zsh-workers@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).