Daniel Nicolai
Daniel Nicolai
Still same error on Emacs 26.3 on linux (Fedora 31). Just basic `(alert "hello")` does not show anything in the mini-buffer. It does log it in the Messages buffer though.
I have looked a little into the `alert-send-nofitication` function also. So I find that when removing the lines after `(funcall notifier info)`, then style `message` seems to work "correctly". But...
THIS SEEMS NOT TO BE A BUG, at least for the style is "message" case. For the original bug report (the first comment here), it looks like the `alert-(default-)style` was...
@jcguu95 Issue #92 that you are referring to has a different cause. Until #94 gets merged you can fix it by adding `(alert-add-rule)` to your dotfile.
The cause of this bug is that the `dolist` form in the `alert` function receives an empty list. Until the fix gets merged you can fix it by adding `(alert-add-rule)`...
I think users of this package probably prefer to use the `restart-emacs` function from this package, and don't want to end up with two different `restart-emacs` functions. So I think...
I don't know if I understand well what means "buttons in panel not clickable". Anyway, for me Argos was also not clickable and not refreshing/updating but the fix in #111...
Here is a video - I first type `SPC` twice - then I type `SPC` three times - subsequently I ad `pe` - and finally I add the $ to...
@minad Haha, I am also not sure if I understand you correctly, but what I mean is, I think, really quite straightforward. It seems that initialism 'patterns' don't recognize ^...
@oantolin I am specifically talking about initialisms (I explicitly explained how this syntax can 'replace' those three 'initialism completion styles' that I mentioned in my previous comment). I know the...