jwiegley/alert

alert-hide-all-notifications doesn't

unhammer opened this issue · 0 comments

This sends a message to the minibuffer:

(progn 
  (setq alert-hide-all-notifications t) 
  (run-with-timer 0.5 nil 
    (lambda () 
      (alert "Hidden message!" :severity 'normal :title "Alert from erc" :category 'erc))))

Shouldn't alert-hide-all-notifications mean that the alerts are not shown at all?