From unknown Sat Jun 14 18:45:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58418 <58418@debbugs.gnu.org> To: bug#58418 <58418@debbugs.gnu.org> Subject: Status: 29.0.50; Fix typo in treesit--check-manual-covarage Reply-To: bug#58418 <58418@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:45:05 +0000 retitle 58418 29.0.50; Fix typo in treesit--check-manual-covarage reassign 58418 emacs submitter 58418 Theodor Thornhill severity 58418 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 10 14:23:48 2022 Received: (at submit) by debbugs.gnu.org; 10 Oct 2022 18:23:49 +0000 Received: from localhost ([127.0.0.1]:49948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohxRM-0002WC-JA for submit@debbugs.gnu.org; Mon, 10 Oct 2022 14:23:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:44372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohxRK-0002W4-Ng for submit@debbugs.gnu.org; Mon, 10 Oct 2022 14:23:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohxRK-0003eV-74 for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 14:23:46 -0400 Received: from out2.migadu.com ([2001:41d0:2:aacc::]:51781) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohxRG-0000rQ-4F for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 14:23:45 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1665426217; 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; bh=32wMzcAI9njhfdGgf8aGOTaj5Jy7A+eBBXQYZqnPQCc=; b=BTue4Jrz+7tt+WW0TE4rjX252i2XtFSPg+8Zx1X+JWS2cVSNobW9joVoT1COVcF9PFMHEq Au9C0y9D4gSUqY5YCmqGbNrDvuU0E9VwV0GAeBNDHrhsiaMXSHKxrGu6itw5CSOVLMw8hD za/ZoYOVyaKyHBZbAJpvNwyBwt7KFKbzJYRuQqXw3L8PRrZdYTFWuUxpIiqwBCLr28Nj5F SigmvF2yzuqrpeCs+Wc50Zd7zOdw/gh02gaUdg0UMSsb8y2732XvsotFIer6y0GrV6pw6c rrRbdM5OkmaoHbfnhx0xDOJbfjN4lWzLMWniPZpssCC4iQJ+I+rNwX7hFTdHVA== From: Theodor Thornhill To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Fix typo in treesit--check-manual-covarage Date: Mon, 10 Oct 2022 20:23:35 +0200 Message-ID: <87y1tn7d20.fsf@thornhill.no> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=theo@thornhill.no; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: casouri@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hi! This is just a small patch fixing some typos in a helper function. The patch should be simple enough, but I thought I'd just add it as I've seen that typo lingering for some time :) Thanks, Theo --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Fix-typo-in-treesit-check-manual-covarage.patch >From 7391226f1ee06264fac8b7b2494c4d6f55a34368 Mon Sep 17 00:00:00 2001 From: Theodor Thornhill Date: Mon, 10 Oct 2022 20:20:19 +0200 Subject: [PATCH] Fix typo in treesit--check-manual-covarage * lisp/treesit.el (treesit--check-manual-coverage): Fix typo in function name and also lookup the correct library in `find-library-name' --- lisp/treesit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 34b501cfba..c5d0bdd1b7 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -958,13 +958,13 @@ treesit-query-validate ;;; Etc (declare-function find-library-name "find-func.el") -(defun treesit--check-manual-covarage () +(defun treesit--check-manual-coverage () "Print tree-sitter functions missing from the manual in message buffer." (interactive) (require 'find-func) (let ((functions-in-source (with-temp-buffer - (insert-file-contents (find-library-name "tree-sitter")) + (insert-file-contents (find-library-name "treesit")) (cl-remove-if (lambda (name) (string-match "treesit--" name)) (cl-sort -- 2.34.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 10 16:59:31 2022 Received: (at submit) by debbugs.gnu.org; 10 Oct 2022 20:59:31 +0000 Received: from localhost ([127.0.0.1]:50109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohzs3-0006Ni-9V for submit@debbugs.gnu.org; Mon, 10 Oct 2022 16:59:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:35610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohzs1-0006Na-A6 for submit@debbugs.gnu.org; Mon, 10 Oct 2022 16:59:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohzs1-0002rK-2t for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 16:59:29 -0400 Received: from mail-pj1-x1036.google.com ([2607:f8b0:4864:20::1036]:34415) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohzrz-0005rF-Mt for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2022 16:59:28 -0400 Received: by mail-pj1-x1036.google.com with SMTP id a5-20020a17090aa50500b002008eeb040eso167748pjq.1 for ; Mon, 10 Oct 2022 13:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=UlRby8Mprd5Dz3Kqm9TrcBLeGDi4T7dbowWzP1nMOao=; b=iNu4CcEX3OSmi7umHJ0jbmcyttiCzlKApprn7haTssdP2K5os9mL9P/jKXAi7sPdrV /As+IbpP+f8Nqz+C5ILE8Y20pMDSe3aC/w2pf878jOuxrOqFaFXzrRBH0DQVP10m34p6 jzhmVjg0RkzC8lx0jRzS6NKiEe2rtbfct5jBIou5PKdLReHbD6so1iXcKKYADju3QaxN G2NTQ6ryXBB87lD/Bhxwcnicg1XhRK23IvTDFDf5hWkEylQmSVR3dT+ODps7nJVNpKhf bkYqe+ijzoNmZByQerpvN1jPzymW1MplGu666KupRCoBtM0+3mPsVF2ikGyfLKhVHu1E c1gQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UlRby8Mprd5Dz3Kqm9TrcBLeGDi4T7dbowWzP1nMOao=; b=cglK44qfx8g6jCfuoNdkOC2I9Gw5SzOIg/fJmbQY96187flDZJeCJ1FTajPNNW4oQq S/iodahdhYdskd3qHpl9A3GwTF38Oxe6cEfnvgwCj2dAo9roYqtotbl42zDE1dCr+Vf0 faWDSY0hBrVIYOQg440ZAOnVaRSVHgvxP/INg548SD6AAaRuHz7KxB5eyK/48jFXsJYd 8Y0FuwH1O9GpTkyKUsGWUyGymMHfl0WqMkrQT20wsZLLB93L5BJev46CfjmwDDmqEki5 CjPyz5hzIADmO7SrytpwXqCUcJqw1sDNrGxc9mV57RcgTVJGnPA9+2dkdMEADJqJV6OI O9Pw== X-Gm-Message-State: ACrzQf29kTtyWNRWBp1Yzy8RReqzdeVxT+k2LoiNxp3CZBV4WKMQS1P3 azsU3+jab8uDubvFzVKH1W0= X-Google-Smtp-Source: AMsMyM45mi7CEELfCyGUjhcjVqvuGWVnQiMbUgZnWKhml8yp4cvixUBIk9plYtVN12/OUP2s4h7irw== X-Received: by 2002:a17:90a:bf84:b0:20a:d039:f1ea with SMTP id d4-20020a17090abf8400b0020ad039f1eamr22163382pjs.245.1665435563185; Mon, 10 Oct 2022 13:59:23 -0700 (PDT) Received: from smtpclient.apple (cpe-172-117-161-177.socal.res.rr.com. [172.117.161.177]) by smtp.gmail.com with ESMTPSA id w187-20020a6282c4000000b00562a526cd2esm7305780pfd.55.2022.10.10.13.59.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Oct 2022 13:59:22 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Subject: Re: 29.0.50; Fix typo in treesit--check-manual-covarage From: Yuan Fu In-Reply-To: <87y1tn7d20.fsf@thornhill.no> Date: Mon, 10 Oct 2022 13:59:21 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <997435BB-8056-4463-966B-EBD3418A6E7B@gmail.com> References: <87y1tn7d20.fsf@thornhill.no> To: Theodor Thornhill X-Mailer: Apple Mail (2.3696.120.41.1.1) Received-SPF: pass client-ip=2607:f8b0:4864:20::1036; envelope-from=casouri@gmail.com; helo=mail-pj1-x1036.google.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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bug Report Emacs X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) > On Oct 10, 2022, at 11:23 AM, Theodor Thornhill = wrote: >=20 >=20 > Hi! >=20 > This is just a small patch fixing some typos in a helper function. >=20 > The patch should be simple enough, but I thought I'd just add it as = I've > seen that typo lingering for some time :) Thanks! Applied. You could guess that I haven=E2=80=99t used that = function for a while ;-) But rest assured that all the function are in = the manual. Yuan= From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 10 17:46:04 2022 Received: (at control) by debbugs.gnu.org; 10 Oct 2022 21:46:04 +0000 Received: from localhost ([127.0.0.1]:50172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oi0b6-0007a4-C2 for submit@debbugs.gnu.org; Mon, 10 Oct 2022 17:46:04 -0400 Received: from mail-pf1-f182.google.com ([209.85.210.182]:45024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oi0b3-0007ZI-FF for control@debbugs.gnu.org; Mon, 10 Oct 2022 17:46:02 -0400 Received: by mail-pf1-f182.google.com with SMTP id i3so2283232pfc.11 for ; Mon, 10 Oct 2022 14:46:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:date:message-id:subject:mime-version:content-transfer-encoding :from:from:to:cc:subject:date:message-id:reply-to; bh=ZeZ1yyDnmAcESi3GRkWqjdX3GAw/D6JETV2eYwWFsiE=; b=K+lWFLVvXHZcgS/3p/u6vDA0c9UKVf8ib1zn7zL2p8OI8aB4pRD6CTNzpWQfWvaw9b R8MPMussRBWE9hjrCyoTwl5C4JbzxYMcxesmslw6ZqhWesCP6Cp/WMAAlq61pwUW9Z3g /8fFIJxFWfIBR5yMcR/LobfiHoAuFWgOVEgUcqG8DwloIIpk91sXiFA6RfxHgb5MPnxG tutL0fZhsyMB33aBP32uh9wZE5RkP5ot30HAZixgzGqQ137bmJMeUJMTCHK72m2bBOzD RgbutuwZ9MrqPY30ybiD0c1U3w5fJded5lGkm/NV0PBOpPh8/wKCzgl7iJ4qF8QXTXhZ VSgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:date:message-id:subject:mime-version:content-transfer-encoding :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ZeZ1yyDnmAcESi3GRkWqjdX3GAw/D6JETV2eYwWFsiE=; b=UYeXtqd2VjTBDOzbZVDY/Rk40La48INaMfi4trDHaE9FKGYD/lrgtiRLF3T6vc4EMa xyNjfs+9YZdUJlmeKrGcuAjPcUmhJDelej4ThrNQSGKd7J81AGu3DX8WU0BkW3t5VwMk qY4/bV7FDIhnuSq2+ieTa/c4m/aO8kvINQForB4Tl3XtDQB8Vk5+GONWyhNnRKBB2JlP vwGi+eVVmOw2Dw6MhF3IfIu3q74CzwrZ21q0iJD1EYS/c5xjuzE4LiyFx/hivTptIhA+ cpe0Outs8idinwk8RgwY/YDYXalexSE+o1n+Yt+h1IYqhqjzSWVYl9pn7fcfq2/LyMI7 rAVA== X-Gm-Message-State: ACrzQf0YkNZiBzD3YaB5qnDKQMtPc1+cEm399tPnJISM1vpwiwOQg2Ln wmKW2ZEANTv+hZYOc5oqXWl/GmR4eTh/ow== X-Google-Smtp-Source: AMsMyM64HNKVH/5+v6XJqWbWT38FjzTpB2/GomIvKcXhk20ZYeUVuV12ycpHH6t+kIZTrPihH33NmQ== X-Received: by 2002:a63:1e47:0:b0:43c:261f:f773 with SMTP id p7-20020a631e47000000b0043c261ff773mr18628254pgm.1.1665438355333; Mon, 10 Oct 2022 14:45:55 -0700 (PDT) Received: from smtpclient.apple (cpe-172-117-161-177.socal.res.rr.com. [172.117.161.177]) by smtp.gmail.com with ESMTPSA id a12-20020a170902eccc00b001782a0d3eeasm7179268plh.115.2022.10.10.14.45.54 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Oct 2022 14:45:54 -0700 (PDT) From: Yuan Fu Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Subject: control message for bug #58418 Message-Id: <5C70B1B8-7183-4566-B3E4-F262CC24B16C@gmail.com> Date: Mon, 10 Oct 2022 14:45:53 -0700 To: control@debbugs.gnu.org X-Mailer: Apple Mail (2.3696.120.41.1.1) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 58418 29.1 quit From unknown Sat Jun 14 18:45:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Nov 2022 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator