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: Please don't obsolete "crisp.el" Date: Tue, 08 Jul 2014 14:42:03 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1405033856 28928 80.91.229.3 (10 Jul 2014 23:10:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 23:10:56 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Luke Lee Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 01:10:49 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 1X5NUH-0002V3-Ao for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 01:10:49 +0200 Original-Received: from localhost ([::1]:40779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5NUG-0006JS-QV for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 19:10:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4aL7-0003sN-5a for emacs-devel@gnu.org; Tue, 08 Jul 2014 14:42:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4aL6-0001I3-EN for emacs-devel@gnu.org; Tue, 08 Jul 2014 14:42:05 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4aL6-0001Hx-BM for emacs-devel@gnu.org; Tue, 08 Jul 2014 14:42:04 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X4aL5-0007YB-Dh; Tue, 08 Jul 2014 14:42:03 -0400 X-Spook: Ft. Bragg War on Terrorism Lexis-Nexis Khaddafi threat X-Ran: zV|(GE!T~L=$KGv^&RrP1:%?-{~N__tJS}WaDyhM&@IQc`OT)J"I(n\feht9K3&};nTb[L X-Hue: blue X-Attribution: GM In-Reply-To: (Luke Lee's message of "Tue, 8 Jul 2014 13:01:37 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:172953 Archived-At: Luke Lee wrote: > what is the correct process to move crisp.el to ELPA? I don't think this has happened before, so nobody really knows. :) > a) about Emacs trunk: Should I keep the crisp.el in obsolete/, > or just move it into ELPA? > b) about ELPA, should I copy the crisp.el from Emacs/obsolete/, > or just install a new one? > c) Aside from crisp.el itself, what other files should I change for > both Emacs and ELPA? My guess: In Emacs trunk, just remove crisp.el with a ChangeLog note something like "move to GNU ELPA". Change etc/NEWS: add a new section after "Obsolete packages" for "Packages moved to GNU ELPA" and move crisp.el from obsolete to there. As to getting it into GNU ELPA; yes install the version that was in Emacs trunk (remove the "Obsolete-Since" header and add any needed package headers). Do that before making any code changes. But it would be good to preserve the VCS history of the file, if possible. Maybe someone here has an idea how to do that? Maybe start from the git version of the Emacs repo? > d) Where should ELPA package review submits goes? The > same as Emacs or? Same as Emacs.