From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] 01/01: javaimp: converted to lexical binding, doc fixes, minor code fixes Date: Wed, 27 Aug 2014 23:30:40 -0400 Message-ID: References: <20140827171442.6683.77063@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409196680 19860 80.91.229.3 (28 Aug 2014 03:31:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2014 03:31:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 28 05:31:13 2014 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 1XMqQa-0000Gd-Hp for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 05:31:12 +0200 Original-Received: from localhost ([::1]:34307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMqQa-0007P6-5u for ged-emacs-devel@m.gmane.org; Wed, 27 Aug 2014 23:31:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMqQI-0007Ot-Li for emacs-devel@gnu.org; Wed, 27 Aug 2014 23:31:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMqQB-00062O-6Q for emacs-devel@gnu.org; Wed, 27 Aug 2014 23:30:54 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:39437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMqQB-00062K-1y for emacs-devel@gnu.org; Wed, 27 Aug 2014 23:30:47 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s7S3UjJL007260; Wed, 27 Aug 2014 23:30:45 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 15824660D3; Wed, 27 Aug 2014 23:30:40 -0400 (EDT) In-Reply-To: (Filipp Gunbin's message of "Wed, 27 Aug 2014 17:14:43 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5046=0 X-NAI-Spam-Version: 2.3.0.9378 : core <5046> : inlines <1219> : streams <1275664> : uri <1807503> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:173861 Archived-At: > +;; -*- lexical-binding: t; -*- > + > ;;; javaimp.el --- Add and reorder Java import statements in Maven projects Thnks for switching to lexical-binding. But please beware: the ELPA package files (especially the main file) needs to follow the ";;; NAME --- DESC" convention *on the first line*. IOW please place the "-*- lexical-binding: t; -*-" on the same line rather than on a separate line. Stefan