Malabarba / spinner.el

Emacs mode-line spinner for operations in progress
104 stars 21 forks source link

Optional help-echo property for spinner #21

Open tspiteri opened 4 years ago

tspiteri commented 4 years ago

Does it make sense to add another optional parameter to start-spinner and then, if it is not nil, propertize the spinner with it? I'm thinking something like (propertize (elt (spinner--frames spinner) frame) 'help-echo optional-parameter) in spinner-print. That way a spinner can be given a tooltip.