From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Interest in "Elisp lint"-like tool? Date: Mon, 30 Jan 2012 22:53:30 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1327982021 22430 80.91.229.3 (31 Jan 2012 03:53:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2012 03:53:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Hackney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 31 04:53:40 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rs4ml-0005SJ-AZ for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2012 04:53:35 +0100 Original-Received: from localhost ([::1]:60199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs4mk-0008Iv-HD for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2012 22:53:34 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs4mi-0008Im-GZ for emacs-devel@gnu.org; Mon, 30 Jan 2012 22:53:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rs4mh-0001Qr-EV for emacs-devel@gnu.org; Mon, 30 Jan 2012 22:53:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs4mh-0001Qn-Bn for emacs-devel@gnu.org; Mon, 30 Jan 2012 22:53:31 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rs4mg-0003TY-FJ; Mon, 30 Jan 2012 22:53:30 -0500 X-Spook: USDOJ Rule Psix Ansar al-Islam CISU MILSATCOM Aldergrove X-Ran: npUh-q!zHJ(maj,m&Vwx]5:C=*Bf2P99|y/y^I@ZZ#\!<-os4ca.m9DjW{V$NGU.*,O,qK X-Hue: white X-Attribution: GM In-Reply-To: (Daniel Hackney's message of "Mon, 30 Jan 2012 17:45:57 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:148056 Archived-At: (trivial comments only) Daniel Hackney wrote: > - elLint A bad name, since elint.el already exists. (See also lisp-mnt.el.) > Some of these style choices seem fairly uncontroversial (like making > sure `provide' is at the end of the file) It is not always possible though (to avoid recursive requires is the usual reason).