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: master 95e8c7d 1/2: ; Fix typos Date: Fri, 09 Oct 2020 17:40:15 +0300 Message-ID: <83tuv35upc.fsf@gnu.org> References: <20201009134249.15265.31644@vcs0.savannah.gnu.org> <20201009134252.81B3620A15@vcs0.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12786"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 09 16:43:47 2020 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 1kQtcX-00036T-8R for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 16:43:45 +0200 Original-Received: from localhost ([::1]:43586 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQtcW-0005cl-BJ for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 10:43:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQtZC-00021H-UQ for emacs-devel@gnu.org; Fri, 09 Oct 2020 10:40:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44441) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQtZB-0007yb-Gt; Fri, 09 Oct 2020 10:40:18 -0400 Original-Received: from [176.228.60.248] (port=2384 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kQtZA-0001wn-PD; Fri, 09 Oct 2020 10:40:17 -0400 In-Reply-To: (message from Robert Pluim on Fri, 09 Oct 2020 15:57:35 +0200) 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:257263 Archived-At: > From: Robert Pluim > Date: Fri, 09 Oct 2020 15:57:35 +0200 > Cc: Stefan Kangas > > >>>>> On Fri, 9 Oct 2020 09:42:51 -0400 (EDT), stefankangas@gmail.com (Stefan Kangas) said: > > Stefan> (defmacro semantic-parse-tree-unparseable () > Stefan> - "Indicate that the current buffer is unparseable. > Stefan> + "Indicate that the current buffer is unparsable. > Stefan> It is also true that the parse tree will need either updating or > Stefan> a rebuild. This state will be changed when the user edits the buffer." > Stefan> '(setq semantic-parse-tree-state 'unparseable)) > > Stefan> (defmacro semantic-parse-tree-unparseable-p () > Stefan> - "Return non-nil if the current buffer has been marked unparseable." > Stefan> + "Return non-nil if the current buffer has been marked unparsable." > Stefan> '(eq semantic-parse-tree-state 'unparseable)) > > The highly accurate method of googling both and comparing the counts > is not in favour of this change. The principle of making the > documentation and the code align is *definitely* not in favour of this > change. See also https://en.wiktionary.org/wiki/parsable