From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [elpa] externals/ebdb d822c99: Add two convenience functions for editing record fields Date: Mon, 15 Mar 2021 20:45:33 -0700 Message-ID: <871rcf223m.fsf@ericabrahamsen.net> References: <20210316021951.2878.84158@vcs0.savannah.gnu.org> <20210316021956.1185220B2E@vcs0.savannah.gnu.org> <87eegf253p.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7344"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 16 04:46:52 2021 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 1lM0fT-0001oc-S9 for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Mar 2021 04:46:51 +0100 Original-Received: from localhost ([::1]:44042 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lM0fS-0004KV-RQ for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Mar 2021 23:46:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lM0eH-0003ry-JI for emacs-devel@gnu.org; Mon, 15 Mar 2021 23:45:37 -0400 Original-Received: from ericabrahamsen.net ([52.70.2.18]:57168 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lM0eG-0002cy-2o for emacs-devel@gnu.org; Mon, 15 Mar 2021 23:45:37 -0400 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 7A5C0FA130; Tue, 16 Mar 2021 03:45:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1615866334; bh=Pw5oZ7BiFd+W0Qdnh+BwtWrIu4JqZTBWZGuTAYlSzsU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=EHVulzj9LnySE+KX8t6JbhsP0HF19B/5fu8jNk+LUdgSC9QmcSPrNSYkssJhFIBFI EsJZ0oDZ3fGOacP4/dsLon+uIIxwGPK9AS2dcT2RdIalWJm/e4M//0m+BwbDpxKHrN ikgV5dvjXoP25XZfveoe5LJf9XNklZbmyj7p4pGI= In-Reply-To: (Stefan Monnier's message of "Mon, 15 Mar 2021 23:02:43 -0400") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:266495 Archived-At: On 03/15/21 23:02 PM, Stefan Monnier wrote: >> I'm curious what happened here -- did you merge a commit from the EBDB >> Github repo into ELPA? Not a problem at all, but I'm just wondering why, >> since the change hasn't been released as a new version. Were you just in >> a hurry to use the new functions? :) > > No, I was just trying out some code to try and get a handle on the > always-too-far-behind state of the elpa.git branches. > > I'd like to move towards keeping elpa.git branches more closely up to > date (which would also make the new elpa.gnu.org/devel more useful). Ah, gotcha. I was just curious. Carry on!