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: Sun, 25 Feb 2018 22:20:22 -0500 Message-ID: References: <772cb4bb.5d53.161c1e20d26.Coremail.tumashu@163.com> <5f27f757.4d4.161c5310072.Coremail.tumashu@163.com> <87371oy6ov.fsf@163.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519615130 2578 195.159.176.226 (26 Feb 2018 03:18:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2018 03:18:50 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: "emacs-devel@gnu.org" To: "Feng Shu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 26 04:18:45 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 1eq9JN-00009j-KQ for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 04:18:45 +0100 Original-Received: from localhost ([::1]:56918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eq9LQ-0006qA-1T for ged-emacs-devel@m.gmane.org; Sun, 25 Feb 2018 22:20:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eq9LG-0006pn-Qj for emacs-devel@gnu.org; Sun, 25 Feb 2018 22:20:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eq9LB-0004LW-SD for emacs-devel@gnu.org; Sun, 25 Feb 2018 22:20:42 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eq9LB-0004LP-Mc for emacs-devel@gnu.org; Sun, 25 Feb 2018 22:20:37 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w1Q3KM3r028010; Sun, 25 Feb 2018 22:20:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 31827603A7; Sun, 25 Feb 2018 22:20:22 -0500 (EST) In-Reply-To: <87371oy6ov.fsf@163.com> (Feng Shu's message of "Mon, 26 Feb 2018 07:45:36 +0800") 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, RV6229=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6229> : inlines <6431> : streams <1780051> : uri <2599416> 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:223036 Archived-At: > Two question: > 1. Does all the package maintainer have elpa.git write access? Usually, yes. > 2. the posframe's git log is very ugly, should I SQUASH my posframe repo > before adding it to elpa's subtree? Your call. Squashing makes future sync-ing between elpa.git and some other repository rather painful, so I'd only recommend it if you intend for elpa.git to become the "official upstream". Stefan