dash-docs-el / helm-dash

Browse Dash docsets inside emacs
510 stars 59 forks source link

Download docsets asyncronously with async package #164

Closed kidd closed 6 years ago

kidd commented 6 years ago

looks like it's working to make async downloads for docsets.

areina commented 6 years ago

I've tried it and it's working well. However, during the download of a heavy package the user doesn't have any feedback. Do you know if there is some mechanism to provide feedback to the user?

kidd commented 6 years ago

no idea, and I don't think it can be done (easily), cause that message would be blocking the "host" emacs, so we'd be in the same situtation we wanna avoid

Maybe a simple (message "downloading package %s... please wait") would be something at least.