Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Completing directories with special suffix
- X-seq: zsh-users 4796
- From: "Will Sargent" <wsargent@xxxxxxx>
- To: "Brian Agnew" <brianagnew@xxxxxxxxx>, <zsh-users@xxxxxxxxxx>
- Subject: RE: Completing directories with special suffix
- Date: Thu, 28 Mar 2002 18:36:02 -0800
- Importance: Normal
- In-reply-to: <20020329005207.61786.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> I don't parse out the classpath. Rather I perform the completion
> function, and
> generate the possible package names (and cache them for later
> use). So I can
> complete on a classpath setting (including .zips and .jars)
> rather than on a
> directory basis. Which is what you really want.
>
> Don't know yet if the zsh 4.x completions handle this.
> Unfortunately my current
> client is stuck on 3.x at the moment :-( Hopefully I can check
> this out next
> week.
Yeah, that was what I meant.
Do you do completion in place, so you can define a classpath and expand out
the package in the same line? Something along the lines of
java -cp jedit.jar org.gjt.jedit.JEdit
would be supercool.
Will.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author