dash-docs-el / helm-dash

Browse Dash docsets inside emacs
510 stars 59 forks source link

give user a hint when helm-dash ins quering or when no result #112

Closed stardiviner closed 8 years ago

stardiviner commented 8 years ago

I don't know what helm-dash is doing, when just blank result. still quering, or just no result. I mean I want to know helm-dash's status. helm-dash can show status info in mode-line, or somewhere else. (minibuffer (echo-area) is already been used by input).

kidd commented 8 years ago

from my experience, results show nearly instantaneously. if you have enough time to look at the mode line, probably it's a "no results". Still, if you provide a PR, it can easily be merged :)

stardiviner commented 8 years ago

I use custom mode-line. I will add helm-dash mode-line update code by myself. Sometimes is is fast, sometimes it is slow. For example, I delete word, and input a new word, helm-dash start query again.

stardiviner commented 8 years ago

And when I don't specify docset name, the query will be slow. Helm-dash will query all docsets.

kidd commented 8 years ago

Slow as in what? I have 5 to 10 docsets, and it's not that slow on my machine. like, sub-second slow.