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: [elpa] externals/omn-mode 382d1f0: OMN 1.1 released. Date: Wed, 05 Aug 2015 22:56:29 -0400 Message-ID: References: <20150805133410.17435.40135@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438829814 18495 80.91.229.3 (6 Aug 2015 02:56:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2015 02:56:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 06 04:56:44 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 1ZNBMJ-00065w-S7 for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2015 04:56:44 +0200 Original-Received: from localhost ([::1]:43171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNBMJ-0001Gy-6y for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2015 22:56:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNBMF-0001Gt-Mj for emacs-devel@gnu.org; Wed, 05 Aug 2015 22:56:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNBMA-0007YN-Mj for emacs-devel@gnu.org; Wed, 05 Aug 2015 22:56:39 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:45532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNBMA-0007XU-Ht for emacs-devel@gnu.org; Wed, 05 Aug 2015 22:56:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A/FgA731xV//gFNJ1cDoMCVF6CUIVVu0CBVoV1BAICgTw7EgEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSQTiCQIzyMBAQEBAQUBAQEBHos6hQUHhC0FkDSdXYZzI2GCWVoiMYJHAQEB X-IPAS-Result: A0A/FgA731xV//gFNJ1cDoMCVF6CUIVVu0CBVoV1BAICgTw7EgEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSQTiCQIzyMBAQEBAQUBAQEBHos6hQUHhC0FkDSdXYZzI2GCWVoiMYJHAQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="158894933" Original-Received: from 157-52-5-248.cpe.teksavvy.com (HELO pastel.home) ([157.52.5.248]) by ironport2-out.teksavvy.com with ESMTP; 05 Aug 2015 22:56:29 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A3AE45FB58; Wed, 5 Aug 2015 22:56:29 -0400 (EDT) In-Reply-To: (Phillip Lord's message of "Wed, 05 Aug 2015 13:34:10 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:188472 Archived-At: Hi Phillip! I see you've pushed a new omn-mode in externals/omn-mode, but for such an "external" branch to be "active" you need to add it to the "externals-list" file. If you do this, you may soon find that there's already a "packages/omn-mode" subdirectory, since omn-mode was originally installed as a "subtree" rather than as an "external". For such a simple mode, we've usually used a "subtree" so far, but if you prefer an "external", you can just remove the "packages/omn-mode" subdirectory from the "master" branch, and add ("omn-mode" :external nil) to the "externals-list" file. Stefan >>>>> "Phillip" == Phillip Lord writes: > branch: externals/omn-mode > commit 382d1f074cad3e42add764b6ea4736317549654a > Author: Phillip Lord > Commit: Phillip Lord > OMN 1.1 released. > --- > omn-mode.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > diff --git a/omn-mode.el b/omn-mode.el > index 7eff8ec..f978093 100644 > --- a/omn-mode.el > +++ b/omn-mode.el > @@ -5,7 +5,7 @@ > ;; Author: Phillip Lord > ;; Maintainer: Phillip Lord > ;; Website: http://www.russet.org.uk/blog > -;; Version: 1.0 > +;; Version: 1.1 > ;; This program is free software; you can redistribute it and/or modify > ;; it under the terms of the GNU General Public License as published by