Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_zmodload
- X-seq: zsh-workers 9257
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: _zmodload
- Date: Thu, 06 Jan 2000 20:22:02 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Completion for zmodload hasn't caught up with module hierarchies yet. The
nicest way of doing this would be to use `_files -W module_path -g
"*.so"' to match the modules and subdirectories (tags permitting) --- but
then you need to strip the .so from the matches, and that appears to be
hard. Any thoughts before I try and do it some less nice way? Option to
transform the matches by a given parameter substitution in _path_files?
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author