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

RE: Question about completion



Hi,

> My second question is more complicated. In ClearCase, one can access
> different version of file with syntax like this : filename@@version,
> where version is /main/1 for example. So full path for a file may look
> like "foo@@/main/1". Right now, my completion lists only the
> filenames,
> that is, only "foo" is listed. Is there a way to program completion so
> that if a strng ends with "@@", I could run a custom function
> which would
> list all the versions available ? I have looked at the manual
> pages and
> examples, but I can't figure this out.

Try foo@@/, and press tab.  The overloaded readdir() in mvfs will
sort it out, and give the list of versions.  Works in 4nt too.

/Basic



Messages sorted by: Reverse Date, Date, Thread, Author