From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?UTF-8?Q?S=c3=a9bastien_Miquel?= Newsgroups: gmane.emacs.help Subject: Re: Org-mode blocks multiline fontification performance Date: Thu, 24 Jun 2021 06:26:54 +0000 Message-ID: References: <50b31dd7-4f42-8650-3132-f684db945786@posteo.eu> Reply-To: sebastien.miquel@posteo.eu Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16488"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 24 08:27:33 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwIpo-00044F-S7 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 24 Jun 2021 08:27:32 +0200 Original-Received: from localhost ([::1]:60772 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lwIpn-0004jM-Ue for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 24 Jun 2021 02:27:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwIpK-0004jB-UK for help-gnu-emacs@gnu.org; Thu, 24 Jun 2021 02:27:02 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:56165) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwIpI-0007rp-Fr for help-gnu-emacs@gnu.org; Thu, 24 Jun 2021 02:27:02 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C8BB02400FC for ; Thu, 24 Jun 2021 08:26:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.eu; s=2017; t=1624516015; bh=YAaCndsA+9CAhOLbNz8HbRnOwWi8Ub/wDoLXcNrJjwk=; h=Subject:To:From:Date:From; b=Z9EVrPhBqeB2k380bABfSMF7NSpROWfeks3+cZu8UiNgUWRXvwAWWTxPNW/DaHOqp VfOxUOwX/ufRiY1xSL9K1cZCFc4qiUaEldP8NkUhSxMcWHP/Xq1UKXQFCcHNl/arsA eE88KxpTw/Rqbh0usmv6qt9fwy/zPvgGx7C6YA0rxxEVpwcbUGbhenD7oeQMIKQAIB C/eT3I/g2+muelUtqchxmkjQigYv7bs4vkSJT2RooiRMnoMk1HRjYGIWJnISCkPAWg ob6DkLnMFkO3EDSd9bBJ+joCPH/YIg/zN9cwhkSGSQOC02tkXbCWusa8HcQBr3Wurh Y6Vw35JAJQoWg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4G9VXb0GB2z6tmJ for ; Thu, 24 Jun 2021 08:26:54 +0200 (CEST) In-Reply-To: Content-Language: fr Received-SPF: pass client-ip=185.67.36.66; envelope-from=sebastien.miquel@posteo.eu; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:131215 Archived-At: Jean Louis writes: > Use the chunked approach, make 2 files one including the other. A workaround, certainly. But a reasonable document might contains some 20 such blocks of moderate size, say 10-30 lines each. Really what I'm wondering is if there's a different way to achieve such fontification with font-lock. -- Sébastien Miquel