dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

handle directories like haskell-either-4.3.10.docset #56

Closed jfeltz closed 9 years ago

jfeltz commented 10 years ago

After wondering why my docset wasn't working (checking schema plist etc.) it turns out the problem is that helm-dash doesn't understand directories like haskell-either-4.3.10.docset, and instead truncates the docset at haskell-either-4, I suspect because it assumes that suffix docset begins after the first period. Is this a bug in helm-dash, or is this path violating the dash standard or something? If it is the former, then I will submit a pull request.

kidd commented 10 years ago

There's really no dash standard AFAIK, and in fact, The whole naming space is pretty chaotic.

so pull request is an option :)

purcell commented 9 years ago

I think this should now work, following the merge of #68. @jfeltz: could you try it again please and confirm?

jfeltz commented 9 years ago

clear, thanks

kidd commented 9 years ago

Thanks again @purcell !

purcell commented 9 years ago

@kidd Happy to help.