zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Sweth Chandramouli <svc@sweth.net>, ZSH Users <zsh-users@sunsite.dk>
Subject: Re: compctl -g not working
Date: Wed, 3 Oct 2001 04:04:49 +0000	[thread overview]
Message-ID: <1011003040449.ZM25370@candle.brasslantern.com> (raw)
In-Reply-To: <20011002231841.B14325@astaroth.sweth.net>

On Oct 2, 11:18pm, Sweth Chandramouli wrote:
} Subject: Re: compctl -g not working
}
} 
} On Tue, Oct 02, 2001 at 08:16:05PM -0700, Philippe Troin wrote:
} > Sweth Chandramouli <svc@sweth.net> writes:
} > > compctl -g 'RCS/*(:t:s/\,v//)' co
} >                          ^-- remove this backslash
} 	Doesn't help.  Checking a little more, I see that none
} of my -g completions work, but if I change them all to use -s (which is
} a superset of -g), they all work fine.  Is there some way I might have
} inadvertently disabled glob completion?

Glob completion shouldn't have anything to do with it.

This is with `zsh -f':

zagzig% echo $ZSH_VERSION
4.0.1
zagzig% mkdir RCS; touch RCS/{foo,bar},v
zagzig% compctl -g 'RCS/*(:t:s/\,v//)' co               
zagzig% co <TAB>
bar,v   foo,v
zagzig% compctl -g 'RCS/*(:t:s/,v//)' co               
zagzig% co <TAB>
bar   foo 
zagzig% compctl -s 'RCS/*(:t:s/\,v//)' co 
zagzig% co <TAB>
bar   foo

So you're going to have to give us some more clues.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-10-03  4:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-03  2:53 Sweth Chandramouli
2001-10-03  3:16 ` Philippe Troin
2001-10-03  3:18   ` Sweth Chandramouli
2001-10-03  4:04     ` Bart Schaefer [this message]
2001-10-03  4:12       ` Sweth Chandramouli
2001-10-03  6:04         ` Bart Schaefer
2001-10-03  6:15           ` Sweth Chandramouli
2001-10-03 16:24             ` Bart Schaefer
2001-10-03 18:23               ` Sweth Chandramouli
2001-10-04  4:23                 ` Bart Schaefer
2001-10-04  4:43                   ` Sweth Chandramouli
2001-10-05 16:13                     ` Bart Schaefer
2001-10-05 16:23                       ` Zefram

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=1011003040449.ZM25370@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=svc@sweth.net \
    --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).