emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

alert.el status?


From: Daniel Colascione
Subject: alert.el status?
Date: Tue, 04 Mar 2025 15:03:35 -0800
User-agent: mu4e 1.12.8; emacs 31.0.50

> John Wiegley <jwiegley@gmail.com> writes:
...
> I’d be very happy to see alert.el make it into either ELPA or Core. Looking at
> the ‘git shortlog‘, it does seem that there will be quite a number of
> assignments needed.
>
> I have created this issue on GitHub to help us track assignments, the same way
> we did for use-package (which took a couple of years to finally resolve, btw):
>
>   https://github.com/jwiegley/alert/issues/115

Any progress on this one, BTW?  It looks like almost everyone is on
board now.  I'd prefer it in core rather than ELPA to make it maximally
easy to switch message-based things to alert.

BTW: it'd be nice if we could extend the package to support
level-oriented notifications as well.  For example, not

  (alert "You have 30 unread mails" :title "Mail!" :id 'new-mail-alert)

but

  ;; init
  (setf my-email-alert (alert-make-notification ...))

  ...

  ;; later
  (alert-set-count my-email-alert 30)


Users could configure count changes to pop up notifications if
they'd like, but could also, e.g. put my-email-alert in the modeline, 
and things using alert-make-notification wouldn't have to care.

We could also have make-progress-reporter and friends integrate into the
general system.  Hard to do that if it's just in ELPA.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]