From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: integration of checkdoc and lisp-mnt? Date: Sat, 25 Dec 2010 06:30:36 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293255066 14056 80.91.229.12 (25 Dec 2010 05:31:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Dec 2010 05:31:06 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 25 06:31:02 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PWMic-0001mk-8R for ged-emacs-devel@m.gmane.org; Sat, 25 Dec 2010 06:31:02 +0100 Original-Received: from localhost ([127.0.0.1]:48918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWMib-0000EO-EW for ged-emacs-devel@m.gmane.org; Sat, 25 Dec 2010 00:31:01 -0500 Original-Received: from [140.186.70.92] (port=43364 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWMiS-0000DS-LL for emacs-devel@gnu.org; Sat, 25 Dec 2010 00:30:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PWMiR-0002DO-DG for emacs-devel@gnu.org; Sat, 25 Dec 2010 00:30:52 -0500 Original-Received: from iwfs.imcode.com ([82.115.149.64]:35660 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PWMiR-0002CP-3H for emacs-devel@gnu.org; Sat, 25 Dec 2010 00:30:51 -0500 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id oBP5UaU5020702 for ; Sat, 25 Dec 2010 06:30:40 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133961 Archived-At: I'm publishing some random crufty elisp of mine here: https://github.com/jave I wanted to polish the code a bit, and for that checkdoc.el is very nice. However, checkdoc doesnt catch all problems lisp-mnt catches, for instance "copyright", "author", and "keywords" tags. Checkdoc does use lisp-mnt for other things. Should work be done to further the integration, or am I failing to understand something? -- Joakim Verona