I'm so so tired of fighting this, I don't know what to make of it.
scratch buffer
(require 'alert)
alert
(alert "foo")
[nil 27205 53948 950506 nil alert-remove-when-active (alert-message-remove (:message "foo" :title "*scratch*" :icon nil :severity normal :category nil :buffer #<buffer *scratch*> ...)) nil 454000 nil]
nothing happens. I've tried putting this in my startup init:
(use-package alert
:ensure t )
and then calling (alert "foo")
and nothing happens. I've tried all sorts of things, (setq alert-default-style 'message), (setq alert-default-style 'fringe) and nothing
I have seen it working in the past, so I don't know. I suppose I'm doing something wrong, but my setup now is so basic, it's hard to see what, and I've tried so many things.
BTW the documentation for (alert) has mismatched brackets, 2 closing lines on 1104 and 1106, but it's supposed to be on 1108
I'm so so tired of fighting this, I don't know what to make of it.
scratch buffer
nothing happens. I've tried putting this in my startup init:
and then calling
(alert "foo")and nothing happens. I've tried all sorts of things, (setq alert-default-style 'message), (setq alert-default-style 'fringe) and nothing
I have seen it working in the past, so I don't know. I suppose I'm doing something wrong, but my setup now is so basic, it's hard to see what, and I've tried so many things.
BTW the documentation for (alert) has mismatched brackets, 2 closing lines on 1104 and 1106, but it's supposed to be on 1108