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: Renaming ts_* functions Date: Sun, 16 Oct 2022 22:09:29 +0300 Message-ID: <83a65v4mc6.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17712"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 16 21:12:31 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 1ok93m-0004RI-E2 for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Oct 2022 21:12:30 +0200 Original-Received: from localhost ([::1]:33864 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ok93k-00065E-Op for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Oct 2022 15:12:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45952) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok915-0005EP-0f for emacs-devel@gnu.org; Sun, 16 Oct 2022 15:09:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48510) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok914-00085P-Mk; Sun, 16 Oct 2022 15:09:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=5OjfH2azdRzWrgRw/ywRGx//R4/UTDLVsMeeXDZfES8=; b=hFRYoi9MNxWCpD D9dVA+T2tpDJmktSerB0fWuX/+CfhpcylpNqJqh4lleHcbrgSNesQD5FuF624sd3clxNCH3rkjJEV Dj4eaGUXiWGqTM7J/5X8VHLedJER0wWQMh0yW0yt64lpnqhS3I/aEGoLHd8wbueEDtM2uvv9njpGv vHsM3nDuYPMzpEKf1dn2XLHD1CvZgj9Ai6uyy0EGubhrnelNeQiiQbXrIMKpUsQ2GZE/lLOpBAAre Hc5luLCjNLEt+f1egktgk7l+kbt5940FgYIS264DBbGvJEkVHRogfZj9vLufX1FHieJgA114pBBpR T0GpCYGEHBIki1imsTfg==; Original-Received: from [87.69.77.57] (port=1287 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 1ok914-00024n-4k; Sun, 16 Oct 2022 15:09:42 -0400 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" Xref: news.gmane.io gmane.emacs.devel:297875 Archived-At: I think I'd like to rename all the ts_* functions defined in treesit.c to treesit_* names. This will allow us to distinguish easily between our functions and functions from the tree-sitter library. WDYT?