From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: checkdoc-batch.el v.3 Date: Sat, 15 May 2010 09:15:38 +1000 Message-ID: <87d3wy5b39.fsf@blah.blah> References: <4BEB5833.40805@siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273878969 5396 80.91.229.12 (14 May 2010 23:16:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 May 2010 23:16:09 +0000 (UTC) Cc: emacs-devel@gnu.org, "Eric M. Ludlam" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 15 01:16:07 2010 connect(): No such file or directory 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 1OD46w-00027n-Fr for ged-emacs-devel@m.gmane.org; Sat, 15 May 2010 01:16:06 +0200 Original-Received: from localhost ([127.0.0.1]:40412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OD46v-0006ur-Pz for ged-emacs-devel@m.gmane.org; Fri, 14 May 2010 19:16:05 -0400 Original-Received: from [140.186.70.92] (port=48140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OD46q-0006ul-J1 for emacs-devel@gnu.org; Fri, 14 May 2010 19:16:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OD46n-0005qv-F7 for emacs-devel@gnu.org; Fri, 14 May 2010 19:16:00 -0400 Original-Received: from mailout1-8.pacific.net.au ([61.8.2.215]:41980 helo=mailout1.pacific.net.au) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OD46n-0005qM-3Q for emacs-devel@gnu.org; Fri, 14 May 2010 19:15:57 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 65645599C15; Sat, 15 May 2010 09:15:51 +1000 (EST) Original-Received: from blah.blah (ppp2534.dyn.pacific.net.au [61.8.37.52]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id CF8EF2740C; Sat, 15 May 2010 09:15:50 +1000 (EST) Original-Received: from gg by blah.blah with local (Exim 4.71) (envelope-from ) id 1OD46U-00040L-Gb; Sat, 15 May 2010 09:15:38 +1000 In-Reply-To: (Stefan Monnier's message of "Wed, 12 May 2010 22:40:00 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:124784 Archived-At: Stefan Monnier writes: > > Note that it may still not list all problems (it seems that if there are > problems in the general file layout (e.g. missing trailer) it doesn't > move on to further things). That and running on a set of files were the two main things I wanted. I also found it a bit hard to tell quite what an add-on check should do for multiple problems and querying the user about fix or not. It may be just a matter of better words there, though I might have said before it seems run-hook-with-args-until-success in checkdoc-run-hooks ends up meaning stop on the first problem detected by an add-on. But perhaps that's intended ...