From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Plug treesit.el into other emacs constructs Date: Wed, 28 Dec 2022 19:27:19 +0100 Message-ID: References: <87wn6whete.fsf@thornhill.no> <4315EFC6-7AA8-4A48-845C-9CA8B88034D9@thornhill.no> <87bko521n0.fsf@thornhill.no> <87359h1ybt.fsf@thornhill.no> <871qp01msi.fsf@thornhill.no> <87v8mczb6b.fsf@thornhill.no> <87sfhgz9s8.fsf@thornhill.no> <87pmckz8p0.fsf@thornhill.no> <5DF07C4E-2CCD-4561-AFFB-D5D81D67BFE0@thornhill.no> <87o7rq7zf2.fsf@thornhill.no> <87wn6cwl1d.fsf@thornhill.no> <87tu1fx4iv.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22202"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Yuan Fu , emacs-devel@gnu.org, eliz@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 28 19:28:10 2022 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 1pAb9t-0005Zq-K2 for ged-emacs-devel@m.gmane-mx.org; Wed, 28 Dec 2022 19:28:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pAb9F-0002SK-FQ; Wed, 28 Dec 2022 13:27:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAb9D-0002Ro-E6 for emacs-devel@gnu.org; Wed, 28 Dec 2022 13:27:27 -0500 Original-Received: from out2.migadu.com ([188.165.223.204]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAb9B-0008Kk-BJ; Wed, 28 Dec 2022 13:27:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1672252042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lZSJfFj58upO2rHleoQleaE5oDvAJDCKxGDThMpUNF0=; b=u0q44zYdWUhudM0qJHmF7wzimnmAP7YXy/3D7mG0aUb1k0iJkZF8BrLauGI20FEp0dy1Mn PnJnTVvqBHvHmWJKtgCRRqFUiWilStd9Vsn5u+1C0OrRzDBXjt6k35S7G0IVcKwIqL351c /5pKBK/29AM0uR5GbSaz85RiEhojJjUzUyjeMK54dPGvvBWgsGJSqRSQcV+swtQXLGICyf wDpJUMIOs9VyG/CDzDxALreQH/f5mt3yzd5dqWbjAnR7pLi3jpFUMiZxJhlupsH9HklENo 7GLYNdAPu1cPYkysPXi1JeATdV+ilPWdiMTKPusAF3h78u90z2LOSi6EjxZocw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=188.165.223.204; envelope-from=theo@thornhill.no; helo=out2.migadu.com 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, 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.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302012 Archived-At: On 28 December 2022 19:01:23 CET, Stefan Monnier wrote: >> Something like this? >> >> If you're ok with this, maybe you can install for me, as I can't? Then = I >> can close the relevant bugreport=2E > >Sorry, I forgot that you don't have write access yet=2E >Pushed, thanks, > > > Stefan > No worries, and thanks for all the feedback! Theo