Re: A simple(perhaps dumb) idea for a more responsive emacs

2023-10-05 Thread Barry Fishman
would start second thunk which would update the buffers, and then the original mode of the buffers would be restored. This would allow a slow operation not to hold up the user from doing anything except changing the effected buffers. It would still let the buffer and screen update happen in th

Re: A simple(perhaps dumb) idea for a more responsive emacs

2023-10-05 Thread Barry Fishman
aiting for some global solution to be found, a less complex approach be considered in the mean time. Where "pain points" could be considered a case by case basis, but still provide a common mechanism to use. -- Barry Fishman --- via emacs-tangents mailing list (https://lists.gnu.org/mailman/listinfo/emacs-tangents)

Re: A simple(perhaps dumb) idea for a more responsive emacs

2023-10-06 Thread Barry Fishman
On 2023-10-06 07:54:49 +03, Eli Zaretskii wrote: >> From: Barry Fishman >> Date: Thu, 05 Oct 2023 17:34:01 -0400 >> >> I was just suggesting that rather that waiting for some global solution >> to be found, a less complex approach be considered in the mean time. &