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: GNU APL mode Date: Mon, 30 Dec 2013 08:12:38 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388409172 19979 80.91.229.3 (30 Dec 2013 13:12:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Dec 2013 13:12:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Elias =?windows-1252?Q?M=E5rtenson?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 30 14:12:58 2013 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 1VxceO-0004lX-4M for ged-emacs-devel@m.gmane.org; Mon, 30 Dec 2013 14:12:56 +0100 Original-Received: from localhost ([::1]:58243 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxceN-0005kO-Ka for ged-emacs-devel@m.gmane.org; Mon, 30 Dec 2013 08:12:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxceD-0005jI-Q4 for emacs-devel@gnu.org; Mon, 30 Dec 2013 08:12:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxce6-0004ac-Db for emacs-devel@gnu.org; Mon, 30 Dec 2013 08:12:45 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:58470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxce6-0004aT-7u for emacs-devel@gnu.org; Mon, 30 Dec 2013 08:12:38 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBUDCZAw026189; Mon, 30 Dec 2013 08:12:35 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 3FE7CAE144; Mon, 30 Dec 2013 08:12:38 -0500 (EST) In-Reply-To: ("Elias =?windows-1252?Q?M=E5rtenson=22's?= message of "Mon, 30 Dec 2013 15:20:54 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.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 RV4807=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4807> : inlines <367> : streams <1099104> : uri <1639065> 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.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:166990 Archived-At: > Thank you. I will look into this. I have one question though: If the > package is included in ELPA, are there any restrictions as to the frequency > of updates? Yes: a maximum of one update per day. > Is it as simply as pushing a change to source repository and > it'll be automatically updated in ELPA, Yup, tho it can take upto 24h to be updated (and even more if the update bumps into a problem that requires manual intervention, of course). > or is there some process I have to > go though when pushing a new version? Just bump the version number. Stefan