Provide a few options for busy throbber#280
Conversation
|
lol, ok ;) One thing, since we're now exposing the frames vector, perhaps we should expose it as a list instead which is more commonly known/used. |
agent-shell--busy-indicator-frame SGTM |
7853c7e to
ddeb020
Compare
|
And |
|
Ah. Yes. That too please. |
ddeb020 to
007699d
Compare
007699d to
458f3eb
Compare
|
Should be good to go. |
|
@xenodium gentle nudge? |
|
Emacs 31 supports the below new libraries which I've been using on macOS (they also support MS-Windows and D-Bus based docks on GNU/Linux), to indicate long-running operations like compiles, etc., and to block system from sleeping during long-running operations. It might be nice to integrate them into For taskbar icon progress reporting overlays: https://github.com/emacs-mirror/emacs/blob/master/lisp/system-taskbar.el For sleep blocking: https://github.com/emacs-mirror/emacs/blob/master/lisp/system-sleep.el |
Just a quickie, see if you like it. I also wondered about renaming
agent-shell--status-frametoagent-shell--busy-frameoragent-shell--busy-indicator-frame. I haven't tested under graphical header yet (I use tty).Checklist
M-x checkdocandM-x byte-compile-file.