#compdef ccp4help
             
#          function _getccp4progs { 
#                foreach progpage ($CHTML/*.html) 
#                    echo $progpage:t:r
#                end 
#                }
                
#         ccp4progs=($(_getccp4progs))

         getccp4progs=($CHTML/*.html) 
         ccp4progs=($getccp4progs:t:r)


_wanted files expl 'ccp4 program html help documents ----' compadd -a ccp4progs

        
          
