unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: emacs-29 faee7e1f1b: ; * lisp/treesit.el (treesit-font-lock-fontify-region): Minor fix.
       [not found] ` <20230118065247.467ECC00613@vcs2.savannah.gnu.org>
@ 2023-01-19 18:15   ` Dmitry Gutov
  2023-01-21 22:36     ` Yuan Fu
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Gutov @ 2023-01-19 18:15 UTC (permalink / raw)
  To: emacs-devel, Yuan Fu

On 18/01/2023 08:52, Yuan Fu wrote:
> -            (when (and (eq 'undecided treesit--font-lock-fast-mode)
> -                       (> (time-to-seconds
> +            (when (and (> (time-to-seconds
>                              (time-subtract end-time start-time))
>                             0.01))

Note that now the 'and' form only has 1 element inside.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs-29 faee7e1f1b: ; * lisp/treesit.el (treesit-font-lock-fontify-region): Minor fix.
  2023-01-19 18:15   ` emacs-29 faee7e1f1b: ; * lisp/treesit.el (treesit-font-lock-fontify-region): Minor fix Dmitry Gutov
@ 2023-01-21 22:36     ` Yuan Fu
  0 siblings, 0 replies; 2+ messages in thread
From: Yuan Fu @ 2023-01-21 22:36 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: emacs-devel



> On Jan 19, 2023, at 10:15 AM, Dmitry Gutov <dgutov@yandex.ru> wrote:
> 
> On 18/01/2023 08:52, Yuan Fu wrote:
>> -            (when (and (eq 'undecided treesit--font-lock-fast-mode)
>> -                       (> (time-to-seconds
>> +            (when (and (> (time-to-seconds
>>                             (time-subtract end-time start-time))
>>                            0.01))
> 
> Note that now the 'and' form only has 1 element inside.

Thanks for the catch, I fixed it.

Yuan



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-21 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <167402476695.15604.16969487019744636439@vcs2.savannah.gnu.org>
     [not found] ` <20230118065247.467ECC00613@vcs2.savannah.gnu.org>
2023-01-19 18:15   ` emacs-29 faee7e1f1b: ; * lisp/treesit.el (treesit-font-lock-fontify-region): Minor fix Dmitry Gutov
2023-01-21 22:36     ` Yuan Fu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).