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: New tree-sitter mode: bison-ts-mode Date: Fri, 29 Sep 2023 17:13:21 +0300 Message-ID: <83lecpysn2.fsf@gnu.org> References: <669A1BD9-ACE6-462A-B12B-EC11E1DEC8B1@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19669"; mail-complaints-to="usenet@ciao.gmane.io" Cc: btuin@mailo.com, emacs-devel@gnu.org, stefankangas@gmail.com To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 29 16:14:42 2023 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 1qmEGP-0004pP-NM for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Sep 2023 16:14:41 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qmEFf-000157-G3; Fri, 29 Sep 2023 10:13:55 -0400 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 1qmEFY-00013n-AA for emacs-devel@gnu.org; Fri, 29 Sep 2023 10:13:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qmEFV-0005G8-Ra; Fri, 29 Sep 2023 10:13:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=efqH5W0wKT3/C1CHkg6N2VGPwKEDnuFQXIyIF3drUNU=; b=Fm6OwfHnAIDb nUZH+U9sYmWJMiEgPLjMmbIfg7/cfIL4udKXvG9GjaqAhzBglxCScUO3cXNRb3PxaQSnsdZbq1yXA ecBx8bpbCiFMVhk0Wv3v1Zws7NGkfmBvXPqhjgznizr0cW8smdJwfmdv/LnR4k5/NZRWzN6tUw6nE fzLR+lURPJ4yNYoOp0lIhulzayi1tU+eU/QnIa5N7pQJaEmRGHJKt0qW8dAusueQbAKG1L79TsPFH b6azL+9AmJdUV2zdd/OrZDX1POyTsIB0ZJu7ssJiotETQXJCmGQGyM/gnYJkWMvLVgyA5lOu1Dmh7 cmhMbj8nDsZ6w49Pvx5afA==; In-Reply-To: <669A1BD9-ACE6-462A-B12B-EC11E1DEC8B1@gmail.com> (message from Yuan Fu on Thu, 28 Sep 2023 00:03:10 -0700) 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:311160 Archived-At: > From: Yuan Fu > Date: Thu, 28 Sep 2023 00:03:10 -0700 > Cc: emacs-devel , Eli Zaretskii , > Stefan Kangas > > @@ -62,9 +64,10 @@ It has no effect in the epilogue part of the file." > > (defcustom bison-ts-mode-autodetect-language t > "Search for a %language directive in the file at initialization. > -Changing the value of this directive in the file requires to reload the mode to > -be effective. If `bison-ts-mode-buffer-language' is set by a file-local > - variable, the auto-detection is not run." > +Changing the value of this directive in the file requires to > +reload the mode to be effective. If ^^ Two spaces between sentences, please.