From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How to add pseudo vector types Date: Fri, 06 Aug 2021 09:37:40 +0300 Message-ID: <83r1f7hydn.fsf@gnu.org> References: <83eeban40n.fsf@gnu.org> <83bl6en2ax.fsf@gnu.org> <835ywmmz2v.fsf@gnu.org> <8D519313-1EB4-4B13-9926-37DDAAB6C6F3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33498"; mail-complaints-to="usenet@ciao.gmane.io" Cc: cpitclaudel@gmail.com, stephen_leake@stephe-leake.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 06 08:38:14 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 1mBtUj-0008WS-9e for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Aug 2021 08:38:13 +0200 Original-Received: from localhost ([::1]:59444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBtUh-0007Mb-UX for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Aug 2021 02:38:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBtUD-0006f7-WF for emacs-devel@gnu.org; Fri, 06 Aug 2021 02:37:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38146) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBtUC-0002Vz-EA; Fri, 06 Aug 2021 02:37:40 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3702 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBtUC-0005I1-0N; Fri, 06 Aug 2021 02:37:40 -0400 In-Reply-To: <8D519313-1EB4-4B13-9926-37DDAAB6C6F3@gmail.com> (message from Yuan Fu on Thu, 5 Aug 2021 23:22:17 -0400) 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:272126 Archived-At: > From: Yuan Fu > Date: Thu, 5 Aug 2021 23:22:17 -0400 > Cc: cpitclaudel@gmail.com, stephen_leake@stephe-leake.org, > Stefan Monnier , emacs-devel@gnu.org > > I’ve added bindings for set_ranges and pushed the latest code to https://github.com/casouri/emacs/tree/ts > > As for now, I’ve created bindings for most of the functions I want to expose. Next I’ll probably write some more tests (in addition to responding reviews and comments). Thanks. We should probably start thinking how to integrate TS-related functionalities into Emacs in general. E.g., should there be an option to activate it? should this option be per major mode? something else?