dash-docs-el / helm-dash

Browse Dash docsets inside emacs
510 stars 59 forks source link

Docset path confusion with underscores #84

Open tko opened 9 years ago

tko commented 9 years ago

When you install docsets that have underscores in the name the end result is rather unpredictable, e.g.

In a way none of docsets are available after installation due to underscore / whitespace mismatch, not to mention the loss of '2' even. I'd think the docsets should be available with the exact same id that was used for installing.

On the other hand dash itself installs docsets little differently which keeps the id intact, though it is never really shown to the user, e.g.

In this scenario helm-dash is failing to notice already installed docsets because of the small differences between directory names.

stardiviner commented 9 years ago

+1

areina commented 9 years ago

We just merged #87 that should fix this. Could someone test it and confirm? Thanks