From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.devel Subject: Re: [elpa] 01/01: javaimp: converted to lexical binding, doc fixes, minor code fixes Date: Thu, 28 Aug 2014 14:06:48 +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 1409220448 29879 80.91.229.3 (28 Aug 2014 10:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2014 10:07:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 28 12:07:19 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 1XMwbr-0006CX-LH for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 12:07:15 +0200 Original-Received: from localhost ([::1]:35457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMwbr-00045T-34 for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 06:07:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMwbZ-00045G-FJ for emacs-devel@gnu.org; Thu, 28 Aug 2014 06:07:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMwbT-0000Br-CZ for emacs-devel@gnu.org; Thu, 28 Aug 2014 06:06:57 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:57403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMwbT-0000Bh-8L for emacs-devel@gnu.org; Thu, 28 Aug 2014 06:06:51 -0400 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by gateway2.nyi.internal (Postfix) with ESMTP id ABB7120ACB for ; Thu, 28 Aug 2014 06:06:50 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 28 Aug 2014 06:06:50 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= from:to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=mesmtp; bh=Jdpcq9ABtGplZF4y10qnaEI Jqeo=; b=er69EjWMGBSZyx5UhP8eBB7ul1JgtmPTRPX4eScvgS5f3y3P9pkRvk8 c2VVVOUmL6/OTBJvfk3Yr/rlqDI/wB5ldPaHaDvJGYHLkz2SSZI2OyAtNs1AxS4e Y9ji8ZtL01CfzeRKgbz21WyjEIleTkxT5oHzj4grY/bVd+lZSU5I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=Jdpcq9ABtGplZF4y10qnaEIJqeo=; b=jyhUJeq6zyOnWGFVMsjuZpzv8Hvn mYebLu/YNCSFsmfDibMHl1ytkP+uKxwNsZPZjdWjMfcUIcFeuLXel4Sv1w51Bd8S lWrHWFeXM92k5Tfkk7AIch5yZDMaOa/vvqou+IcbnnMZxPavCRSnZIJJfcGPAy75 Zg+Ui3sjOc8R5GQ= X-Sasl-enc: zQJP5JODVFS2aflzQua1n2ptB72aGtsRLQgVgoMGEnhL 1409220410 Original-Received: from filippsymacbook.playteam.ru (unknown [94.25.218.10]) by mail.messagingengine.com (Postfix) with ESMTPA id 01BEF68021D; Thu, 28 Aug 2014 06:06:49 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Wed, 27 Aug 2014 23:30:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.26 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:173865 Archived-At: On 28/08/2014 07:30 +0400, Stefan Monnier wrote: >> +;; -*- 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. > Thanks, fixed! -- Filipp