Re: [gnu] externals/kubed 7736db22051: Fix 2 second delay during listing resource
Eshel Yaron <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Stefan Monnier <[email protected]> writes: >> branch: externals/kubed >> commit 7736db2205142ab77b6618383eb393a13e25c50e >> Author: MintSoup <[email protected]> >> Commit: Eshel Yaron <[email protected]> >> >> Fix 2 second delay during listing resource >> >> 'minibuffer-message' calls 'sit-for', which causes a 2 second >> delay when running a list resource command (e.g. 'kubed-list-pods') >> when the list buffer does not yet exist. > > Side note: this problem has now been fixed in Emacs with > > commit 0ab5db015f7eed3ffdf85ccbb75ff48e2c44b5a1 Yes, I mentioned[1] that as well. Naturally, Kubed supports existing Emacs versions where minibuffer-message is still blocking, so Areg's fix was very welcome. Best, Eshel [1] https://github.com/eshelyaron/kubed/pull/22#issuecomment-5312374299