bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20404: 25.0.50; Sometimes no fontification with jit-lock-defer-time


From: Eli Zaretskii
Subject: bug#20404: 25.0.50; Sometimes no fontification with jit-lock-defer-time
Date: Thu, 31 Oct 2019 16:51:52 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: tsdh@gnu.org,  20404@debbugs.gnu.org
> Date: Thu, 31 Oct 2019 15:23:16 +0100
> 
> > And here's why: _any_ command that goes through
> > execute-extended-command will run this code:
> >
> >             (when suggest-key-bindings
> >               (sit-for (cond
> >                         ((zerop (length (current-message))) 0)
> >                         ((numberp suggest-key-bindings) 
> > suggest-key-bindings)
> >                         (t 2))))))
> 
> This was fixed in 2018 by this commit, I think.
> 
> commit 48a28f8e389c33029ab4aa3d65445f42ed457e11
> Author: Dmitry Gutov <dgutov@yandex.ru>
> Date:   Mon Dec 24 04:36:08 2018 +0200
> 
>     execute-extended-command: Skip waiting in more cases
>     
>     * lisp/simple.el (execute-extended-command): Don't wait when
>     there's no binding the current command, and the user doesn't want
>     to see "shorter" suggestions, or TYPED is nil anyway.
> 
> Skimming this thread, it's unclear whether there was anything else to
> fix here.  Can this bug be closed?

Yes; done.

Thanks.





reply via email to

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