zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.dk
Cc: martin f krafft <madduck@debian.org>, 270608-forwarded@bugs.debian.org
Subject: Re: Bug#270608: zsh: dpkg completion broken
Date: Sat, 11 Sep 2004 12:31:25 -0400	[thread overview]
Message-ID: <20040911163125.GA32267@scowler.net> (raw)
In-Reply-To: <20040911063908.GA29864@cirrus.madduck.net>

> I found the culprit:
> 
>   fignore="~:#:bk"
> 
> If I take out the '#', it works.
> 
> Still, this seems like a bug to me...

Well, "fignore" is an array, and "FIGNORE" is a scalar, so what you
probably wanted to type is either

FIGNORE="~:#:bk"

or

fignore=(\~ # bk)

though you might want to drop "fignore" altogether and use a
ignored-patterns zstyles instead.

I would guess that the failure to complete directories with the "fignore"
you mentioned has something to do with misinterpretation of "~:#:bk";
maybe the massaging of fignore to _comp_ignore could use more escaping.


       reply	other threads:[~2004-09-11 16:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040910161256.GA12173@scowler.net>
     [not found] ` <20040910161910.GA23853@cirrus.madduck.net>
     [not found]   ` <20040910163119.GA12581@scowler.net>
     [not found]     ` <20040910172215.GA27368@cirrus.madduck.net>
     [not found]       ` <20040910185500.GA15086@scowler.net>
     [not found]         ` <20040908085302.GA32363@cirrus.madduck.net>
     [not found]           ` <20040908180727.GB25987@scowler.net>
     [not found]             ` <20040910093933.GC4099@cirrus.madduck.net>
     [not found]               ` <20040910155528.GA11672@scowler.net>
     [not found]                 ` <20040911063908.GA29864@cirrus.madduck.net>
2004-09-11 16:31                   ` Clint Adams [this message]
2004-09-11 17:07                     ` martin f krafft
2004-09-11 20:28                       ` Bart Schaefer
2004-09-11 20:31                         ` martin f krafft

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=20040911163125.GA32267@scowler.net \
    --to=schizo@debian.org \
    --cc=270608-forwarded@bugs.debian.org \
    --cc=madduck@debian.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).