From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Adding a few more finder keywords Date: Mon, 8 Jun 2015 17:19:02 +0100 Message-ID: References: <87sia2l04r.fsf@gmail.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1433780518 7521 80.91.229.3 (8 Jun 2015 16:21:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2015 16:21:58 +0000 (UTC) Cc: emacs-devel To: Oleh Krehel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 08 18:21:58 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 1Z1zoC-0005C2-DT for ged-emacs-devel@m.gmane.org; Mon, 08 Jun 2015 18:21:56 +0200 Original-Received: from localhost ([::1]:59095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1zoB-00078J-Ft for ged-emacs-devel@m.gmane.org; Mon, 08 Jun 2015 12:21:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1zlP-0002zL-VZ for emacs-devel@gnu.org; Mon, 08 Jun 2015 12:19:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1zlP-0004cd-65 for emacs-devel@gnu.org; Mon, 08 Jun 2015 12:19:03 -0400 Original-Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:36439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1zlO-0004bd-Ue for emacs-devel@gnu.org; Mon, 08 Jun 2015 12:19:03 -0400 Original-Received: by laar3 with SMTP id r3so51725984laa.3 for ; Mon, 08 Jun 2015 09:19:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=0UnZMGHI7eQToG2CteL66OruF7Naq7XWECk1sYhoPzk=; b=nyx47s9LmTwkdKJIQ0cLydwsgxZgkdRh2uXfvCZUpsy8+9VO4Tbebtrzw9o6CtRRSP OndZ/5RGoBkO7MefIwKyFt5adIxI4GbeEcJD67P/6tyWBRmL3YKzArMLKwQxPgDZuSnT w5VafDHFqESj1uczVE7wKadUgoWG7OaBRPj6K8qSu0xDLVFQvrucohpgT/cTrPS5EOeL ur2BZYIs6PwxRi3sc3Q4IComv9j/aqP6VNVVjnS5MmH7v5eTWrDtqefuEMx5q3sfY8hL hgt00r3GF4Nnod11AmnViWF3QA4daTIoSzmfSXk5znZmEfc+TqzwmscvkxusSmumZaTN hVgg== X-Received: by 10.112.182.4 with SMTP id ea4mr18171844lbc.35.1433780342302; Mon, 08 Jun 2015 09:19:02 -0700 (PDT) Original-Received: by 10.25.214.133 with HTTP; Mon, 8 Jun 2015 09:19:02 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: juwMUKdJ3PYnhjSCFfo5O4EMRlA X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e 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:187104 Archived-At: > Besides extending `finder-known-keywords', I think checkdoc should > offer a list variable like `checkdoc-keywords-to-ignore-warnings', > which the developer can use in his personal configs to explicitly > prevent some warnings. Once both are done I would personally be fine > with defaulting the flag to `t`. The idea would then be: "Hey, you ran checkdoc and it found these unknown keywords. If you think they're not redundant with any of the keywords in `finder-known-keywords' you can prevent this warning by adding them to `checkdoc-keywords-to-ignore-warnings'.