From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: cc-mode fontification feels random Date: Sat, 12 Jun 2021 10:47:28 +0200 Message-ID: <2f0fe290-5e04-c0fb-d188-f45172b3e674@grinta.net> References: <83o8cge4lg.fsf@gnu.org> <62e438b5-d27f-1d3c-69c6-11fe29a76d74@dancol.org> <83fsxsdxhu.fsf@gnu.org> <83pmwudgw3.fsf@gnu.org> <20210610151647.qtt7pqbjhdtp6coe@Ergus> <20210611202130.j35q6k4utjivzuen@Ergus> <9e76076e-636d-9271-03e2-98c7614e3cf1@dancol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24464"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 12 10:48:34 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lrzJi-00067M-IH for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Jun 2021 10:48:34 +0200 Original-Received: from localhost ([::1]:51816 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrzJh-0004JD-D2 for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Jun 2021 04:48:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrzIn-0003RN-J0 for emacs-devel@gnu.org; Sat, 12 Jun 2021 04:47:37 -0400 Original-Received: from grinta.net ([109.74.203.128]:49106) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrzIl-0005AU-9V for emacs-devel@gnu.org; Sat, 12 Jun 2021 04:47:37 -0400 Original-Received: from black.local (p4fe717e2.dip0.t-ipconnect.de [79.231.23.226]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id F1DF6E0F1B for ; Sat, 12 Jun 2021 08:47:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1623487650; bh=2oXzZNY3U9acGIGreiaeDgzPR8xViPWvNkGHfMXifK4=; h=Subject:To:References:From:Date:In-Reply-To:From; b=CIMfCE6rxZK8pOC5WBZQtvW8w10AZqS6v2DHbOmKyoxw+gLHHFieDUv6dVMzt8qQ5 4d1kqd1RElTxrtxXNgMCLkgIMCmrFG4FoKtPRkXgltGQr53RRS3uA46mk2wq5nUnZ5 0DxXKjsKEw05ma7s5LVGDIe2hRxCGKcIH6Yeukwo1+01WBWV6RtCxYqfCg52ZMXI87 KFvEdZWXasuiu4W3cvEjq3cFvgZlJImg7xg9GftJUipl91kc+ic2LjcT5rBCCE2bNp 54tQPgEnWYnV71dz8/MOYtMqZRahBE83mpkfnO4TdGNunN2U1Wtn8qxpdA/Gg4GqPb kQ4TBtTUwqXKg== In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270748 Archived-At: On 11/06/2021 22:52, Stefan Monnier wrote: > PS: I think we can expect 99% of Emacs users have a Javascript engine > already installed (in the form of a web browser), The JS engine in a web browser and node are two very different beasts. The main problem with node is that it is very hard to get it to work in a self contained way that does not involve downloading JS packages from the network. I also anticipate some resistance in the Emacs community on depending on the JS ecosystem where licensing is much more "liberal" than within the GNU project. Cheers, Dan