From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] new EUDC backends for ecomplete, and mailabbrev (with ERT tests) Date: Mon, 28 Nov 2022 19:46:47 -0500 Message-ID: References: <8e9c60585677321e437a29215963a908@condition-alpha.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36937"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Alexander Adolf Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 29 01:48:00 2022 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 1ozon1-0009Ng-B6 for ged-emacs-devel@m.gmane-mx.org; Tue, 29 Nov 2022 01:48:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ozom7-0006Q1-EB; Mon, 28 Nov 2022 19:47:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozolz-0006Hu-Of for emacs-devel@gnu.org; Mon, 28 Nov 2022 19:46:57 -0500 Original-Received: from mail.fitzsim.org ([69.165.165.189]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozolw-0002dC-Hp for emacs-devel@gnu.org; Mon, 28 Nov 2022 19:46:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fitzsim.org ; s=20220430; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=fUhxNyVXq+nuSmj1bbeiootjuOV5RCo9PJFzuz//jsE=; b=Ax2ED+IrOxJ+Mn4ubGJymLze1N Je4GfOVG8rncSlFqkxbDQ1JJqLpkgj+eeGy1TV2OBXGhDI/HMv1x2S93ex0RXtwBfAnqDnwdc9lPp Pw2TkovtNC1v41aLL4fcUb/u4yPyupqNRMg3NQTb4+SxNUmYxifEPPhE8z6+sDHHRA4WoltUZnvzD avyovMlP/XPW5HdtgdkYTWsyUN2tiITr/Q6hFS7fKBReWXJpO7gdWXxrAuAfQ4BlSAwsHi0jKAhD4 OWnvb5YfwWudVQIoZkISuPO/Bwto7/cP5Ocxxpbzd/fBIppFzznwyyPcafczk+gM8dVvgbl4mK5AW twYqhC3w==; Original-Received: from [192.168.1.1] (helo=localhost.localdomain) by mail.fitzsim.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1ozols-000KjI-3w; Mon, 28 Nov 2022 19:46:48 -0500 In-Reply-To: (Alexander Adolf's message of "Mon, 28 Nov 2022 22:28:51 +0100") Received-SPF: pass client-ip=69.165.165.189; envelope-from=fitzsim@fitzsim.org; helo=mail.fitzsim.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300695 Archived-At: Hi Alexander, Alexander Adolf writes: > Apologies for having been mute for quite a while. Life and other > things got in the way. Appreciate your patience! No problem, good to hear from you! [...] > What remains to be discussed - from my point of view - are the changes > to message.el I was proposing. I guess at least some of the points > raised by Eric Abrahamsen also fall under this, so I guess I should > include both, you and Eric in my response to Stefan Monnier. Yes, there is still work to be done before the Emacs 29.1 release. Let's continue this discussion on bug#59314. There are some open questions there that I think you can answer. Can you please read through the whole thread and add your comments? Thanks, Thomas