From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: [Proposed Minor-mode] Speed of thought Lisp Date: Tue, 27 Jan 2015 16:40:59 +0100 Message-ID: References: <87iofs8l1x.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1422374625 13101 80.91.229.3 (27 Jan 2015 16:03:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 16:03:45 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 17:03:45 2015 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 1YG8cA-0003Nf-3c for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 17:03:42 +0100 Original-Received: from localhost ([::1]:48178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8c9-0002c9-KY for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 11:03:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8GH-0001XB-3F for emacs-devel@gnu.org; Tue, 27 Jan 2015 10:41:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG8GB-0005DJ-Vi for emacs-devel@gnu.org; Tue, 27 Jan 2015 10:41:05 -0500 Original-Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:63178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8GB-0005Cn-PR for emacs-devel@gnu.org; Tue, 27 Jan 2015 10:40:59 -0500 Original-Received: by mail-wg0-f41.google.com with SMTP id a1so15495964wgh.0 for ; Tue, 27 Jan 2015 07:40:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nr11mp9thRRySKILFEcw8LO88/lkbSc9GNMGb2vTc4o=; b=H1qpmX0t/qcHPYFYm6vWmO+YDFzUv58MFHueKNKKOUQjYj05qhpsVcOyScNT0gZGIS IrDQjxYZBrISbxuBx81J59NbvtqY61OsuqphGPFzzKCLhoqqyxI0tAcSI/mWYBDpv7VT Bt624P7We/0VbkoN1e/9//1w+gDKoKIlVUjGhuz2gxFA+y5PEvEgpOZ8UGH6nVuAjWkl p6pmrzD/dLJgaqS49ohTxOtc+WQyr72X9IQ28FyUUO3Djgw3K/kaOurnGHb3Z9Sx7sxP 2/CniWe0mjuMABALOVeGGg1RQKu2jmsmgXc77nsW1XRWFrx6u9SL0DezMj7cMAr3W67+ YBhQ== X-Received: by 10.180.37.197 with SMTP id a5mr7589552wik.2.1422373259154; Tue, 27 Jan 2015 07:40:59 -0800 (PST) Original-Received: by 10.27.137.137 with HTTP; Tue, 27 Jan 2015 07:40:59 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::229 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:181835 Archived-At: On Tue, Jan 27, 2015 at 4:25 PM, Stefan Monnier wrote: >> community-driven list of abbrevs going. I'd certainly try to help. >> And once it stabilizes, you could put it into GNU ELPA as sort of a >> "stable" version. > > GNU ELPA is not a retirement home. Things can ferment there just as > well as anywhere else. Sorry for offending :). My impression was the GNU ELPA is a rolling release. I see now that it's possible to download older releases from https://elpa.gnu.org/packages/. It just makes sense to have something to revert to, especially for packages that focus on key bindings.