From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master a79dd37 07/11: fsm: Fix checkdoc errors Date: Sun, 06 Sep 2015 18:40:06 -0400 Message-ID: References: <20150905100513.2686.25389@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1441579234 28696 80.91.229.3 (6 Sep 2015 22:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Sep 2015 22:40:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thomas Fitzsimmons Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 00:40:25 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZYibo-0005jB-FB for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2015 00:40:24 +0200 Original-Received: from localhost ([::1]:51091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYibo-0000E4-7Z for ged-emacs-devel@m.gmane.org; Sun, 06 Sep 2015 18:40:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYibc-0000Dw-Nd for emacs-devel@gnu.org; Sun, 06 Sep 2015 18:40:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYibX-00054u-J0 for emacs-devel@gnu.org; Sun, 06 Sep 2015 18:40:12 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:1517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYibX-00053X-G0 for emacs-devel@gnu.org; Sun, 06 Sep 2015 18:40:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A9FgA731xV/xGkpUVcgxCEAk6FB7tAh0gDBAICgTw7EgEBAQEBAQGBCkEFg10BAQMBIzMjBQsLDgwCGA4CAhQYDSSINwirDKQXAQsBH4EhihmBPQGDFDMHgmiBRQEEi0Sne4FFI4IXgX0igngBAQE X-IPAS-Result: A0A9FgA731xV/xGkpUVcgxCEAk6FB7tAh0gDBAICgTw7EgEBAQEBAQGBCkEFg10BAQMBIzMjBQsLDgwCGA4CAhQYDSSINwirDKQXAQsBH4EhihmBPQGDFDMHgmiBRQEEi0Sne4FFI4IXgX0igngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="162694028" Original-Received: from 69-165-164-17.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([69.165.164.17]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 06 Sep 2015 18:40:06 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 32347AE042; Sun, 6 Sep 2015 18:40:06 -0400 (EDT) In-Reply-To: (Thomas Fitzsimmons's message of "Sat, 05 Sep 2015 16:38:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189657 Archived-At: > Yes, I was trying to make fsm.el "checkdoc-clean". I think this is indeed desirable in theory, but Someone=E2=84=A2 should fir= st tweak checkdoc to remove some of the more debatable recommendations (at least in its default state). IIRC another example is the recommendation to name boolean vars with a "-flag" suffix (which I think is a poor idea). Stefan