From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: elint cannot handle dolist any more? Date: Tue, 17 Jul 2012 20:10:01 +0200 Message-ID: <20485.43641.541758.952101@a1i15.kph.uni-mainz.de> References: <20481.34472.74392.198061@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342548620 18242 80.91.229.3 (17 Jul 2012 18:10:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2012 18:10:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 20:10:20 2012 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 1SrCDz-0002LF-K0 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2012 20:10:19 +0200 Original-Received: from localhost ([::1]:45157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrCDy-0007T9-LB for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2012 14:10:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrCDw-0007Sf-P2 for emacs-devel@gnu.org; Tue, 17 Jul 2012 14:10:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrCDv-0000Ev-Ev for emacs-devel@gnu.org; Tue, 17 Jul 2012 14:10:16 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:51636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrCDv-0008VF-5l for emacs-devel@gnu.org; Tue, 17 Jul 2012 14:10:15 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id q6HIA2xF026831; Tue, 17 Jul 2012 20:10:02 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id q6HIA2cg031012; Tue, 17 Jul 2012 20:10:02 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q6HIA18b030996; Tue, 17 Jul 2012 20:10:01 +0200 In-Reply-To: X-Mailer: VM 8.2.0b under 23.4.2 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.93.134.1 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:151711 Archived-At: >>>>> On Tue, 17 Jul 2012, Stefan Monnier wrote: > BTW, while you're here: could you tell me what elint is for? > AFAICT, the byte compiler already performs the same kind of checks, so > could you give me some idea of which differences make it worthwhile to > use elint? No idea, but some elisp packages use elint, e.g. "make test" for muse-3.20 (from ) will call it. Ulrich