From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id mrRzK/0RZ2D7BgAAgWs5BA (envelope-from ) for ; Fri, 02 Apr 2021 14:45:49 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id MCZEJP0RZ2AsAgAAB5/wlQ (envelope-from ) for ; Fri, 02 Apr 2021 12:45:49 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6A57C1CA90 for ; Fri, 2 Apr 2021 14:45:49 +0200 (CEST) Received: from localhost ([::1]:54040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSJBK-0004Pm-W3 for larch@yhetil.org; Fri, 02 Apr 2021 08:45:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSJAD-0004NN-VL for emacs-orgmode@gnu.org; Fri, 02 Apr 2021 08:44:37 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:31356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1lSJAB-0001s7-UE for emacs-orgmode@gnu.org; Fri, 02 Apr 2021 08:44:37 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4FBfrb5vZszQjwY; Fri, 2 Apr 2021 14:44:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id HJC_ewid54_t; Fri, 2 Apr 2021 14:44:27 +0200 (CEST) From: Leo Okawa Ericson To: Kyle Meyer Subject: Re: [PATCH 0/1] Add option to delay fontification of source blocks In-Reply-To: <87ft0e7dr3.fsf@kyleam.com> References: <20210325171941.101077-1-git@relevant-information.com> <87ft0e7dr3.fsf@kyleam.com> Date: Fri, 02 Apr 2021 14:44:16 +0200 Message-ID: <878s60500v.fsf@leo-B85-HD3.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-MBO-SPAM-Probability: X-Rspamd-Score: -5.25 / 15.00 / 15.00 X-Rspamd-Queue-Id: 40AEC17CF X-Rspamd-UID: 0c6863 Received-SPF: pass client-ip=80.241.56.151; envelope-from=leo@relevant-information.com; helo=mout-p-101.mailbox.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 6A57C1CA90 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: BqxGso7nqSiy Kyle Meyer writes: > Have you explored whether jit-lock (e.g., jit-lock-defer-time) helps for > your use case? No I didn't know about it. I have tried it now and it seems to solve the same problem as my patch. > If we do go this route, I think the case needs to be made why this > spot is special, and why we don't expect or would reject follow-up > patches for this and that other area. > I can't think of a reason either (now that I know that jit-lock exists) so I will retract my patch.