From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: BNF Mode 0.4.3 Date: Mon, 20 Jan 2020 13:41:48 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="78057"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: GNU Emacs Developers To: Serghei Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 20 19:42:49 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1itc0f-000KGn-D2 for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jan 2020 19:42:49 +0100 Original-Received: from localhost ([::1]:42838 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itc0e-0005Fs-Eu for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jan 2020 13:42:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59150) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itbzm-0003kF-IV for emacs-devel@gnu.org; Mon, 20 Jan 2020 13:41:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itbzk-0002qp-Vi for emacs-devel@gnu.org; Mon, 20 Jan 2020 13:41:54 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:15028) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itbzk-0002qX-Re for emacs-devel@gnu.org; Mon, 20 Jan 2020 13:41:52 -0500 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id F0F1F80D8B; Mon, 20 Jan 2020 13:41:51 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 6BAD2803A8; Mon, 20 Jan 2020 13:41:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1579545710; bh=TLUF3vBVAHlywxjqruEXLOsDYCseDy0wE7NGxKEWYT4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=M1Y6NEUyJ93+C4SwJRO57lleluc7SxTNhrJC4lZT1hLrkaMif8BsXm+eTNK6jtsmI xbqwQBXw6AXZ1g8t3pBdFGHM0ognb3RqCeCJYMbPUepJYO+ZmvbJVV7l/Qnz+Q/YxT 6rvRqxFhsZpe4MXZS/5kPFZ898tFcq9kHwrrXn+W32Bbz9F/7NaExFJoE1g0oQDxao dR+HCpQ97DGXvI2VER0iGYFXaxZxGkLdNorCN122exnPNisOzDbgy683dk9AJUxv54 V3HxFrqRnOcGh0raJpwQOgYmc/TRZTOCRH5AxTZBhU6ulycCsT7BZ12cvVPhr3vJ/D h39SgfPf9Lmow== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 2F167120CD4; Mon, 20 Jan 2020 13:41:49 -0500 (EST) In-Reply-To: (Serghei's message of "Mon, 20 Jan 2020 18:09:38 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244436 Archived-At: > I would like to update BNF Mode at the ELPA to 0.4.3 version. I did `git merge bnf-mode/master` in elpa.git. So that should take care of it. I noticed that it wasn't a fast-forward, so apparently you have not `git merge`d from the elpa.git branch, so maybe there are changes there waiting for you to integrate them into your github branch. Stefan