From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Add posframe.el to elpa Date: Tue, 27 Feb 2018 14:56:55 -0500 Message-ID: References: <772cb4bb.5d53.161c1e20d26.Coremail.tumashu@163.com> <5f27f757.4d4.161c5310072.Coremail.tumashu@163.com> <87371oy6ov.fsf@163.com> <2adc0d2f.79c0.161d11208c5.Coremail.tumashu@163.com> <758b0884.7d7.161d498b671.Coremail.tumashu@163.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519761325 31888 195.159.176.226 (27 Feb 2018 19:55:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 27 Feb 2018 19:55:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: "emacs-devel@gnu.org" , Dmitry Gutov To: tumashu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 27 20:55:21 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqlLK-0007lD-Ax for ged-emacs-devel@m.gmane.org; Tue, 27 Feb 2018 20:55:18 +0100 Original-Received: from localhost ([::1]:39804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqlNM-0000Y2-P4 for ged-emacs-devel@m.gmane.org; Tue, 27 Feb 2018 14:57:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqlND-0000WT-3G for emacs-devel@gnu.org; Tue, 27 Feb 2018 14:57:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqlN8-0008Pq-6j for emacs-devel@gnu.org; Tue, 27 Feb 2018 14:57:15 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqlN8-0008Pi-19 for emacs-devel@gnu.org; Tue, 27 Feb 2018 14:57:10 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w1RJuuSN029567; Tue, 27 Feb 2018 14:56:56 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id EED426633C; Tue, 27 Feb 2018 14:56:55 -0500 (EST) In-Reply-To: <758b0884.7d7.161d498b671.Coremail.tumashu@163.com> (tumashu's message of "Tue, 27 Feb 2018 08:10:33 +0800 (CST)") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6231=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6231> : inlines <6438> : streams <1780212> : uri <2600383> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:223132 Archived-At: > At the moment , I have no write access of elpa.git. I am waiting for approval > the request inclustion of elpa :-) You should have access now. And I just added your package with git subtree add --prefix=packages/posframe posframe/master Apparently it had already the right copyright header and compiled without warnings, so you got two extra karma points today. > By the way, including a package to elpa seem to be more complex than melpa. Indeed. GNU ELPA is not just a site to distribute packages, it's the site where we distribute the packages hosted in elpa.git, which we want to be a kind of "halfway" between MELPA and Emacs itself. Stefan "who now sees that something went wrong in his git subtree add. Darn!"