Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Completing directories with special suffix



> 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