alert
alert copied to clipboard
A Growl-like alerts notifier for Emacs
I'm able to generate native OSX alerts without a problem by setting `alert-default-style` to `osx-notifier`. However, the generated alerts always remain in place for the same fixed length of time,...
All values allowed to be defined should get passed through in `:info` otherwise it's confusing to users why options aren't applying.
When I set ```lisp (setq alert-default-style 'libnotify) ``` and then run ```lisp (alert "something" :persistent t) ``` notification is shown, but it disappears after I guess `alert-fade-time`. But if I...
Hello! Trying to run alert: `(alert "TST")` Context: * Windows * emacs 25.094, * `(executable-find "growlnotify")` finds correct path Nothing happens. Message log: ``` TST [nil 22729 14218 34573 nil...
The parameter `:style` isn't handled correctly, so the behavior of `#'alert` is overwritten by the default style for some users. That maybe why some users don't receive system notifications as...
Somehow, I found the alert package first so that I was not aware of Emacs its notification package. I think it does not hurt to notify people about this alternative.
The `dolist` form in the `alert` function receives an empty list. This solution adds a single element `nil` to the list so that the `dolist` executes the body at least...
Since emacs 24.1 (at least?), emacs supports alerting via dbus directly, rather than using `notify-send`. It would, I believe, be easy to replace or enhance the `libnotify` alerts to use...
Hello! I've just started using this with Mu4e and mu4e-alert. Thanks for going to the effort to build such a handy library. I know this may sound somewhat strange, but...
The current toaster is relay on [https://github.com/nels-o/toaster](https://github.com/nels-o/toaster), which is broken, while [https://github.com/KDE/snoretoast](https://github.com/KDE/snoretoast). The bin file seems can be executed without any extra dependency (.NET 4.0 maybe?), also features 2 level...