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: Sat, 15 Oct 2022 10:32:12 -0400 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="8519"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: emacs-devel@gnu.org To: Alexander Adolf Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 15 16:33:48 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 1ojiET-0001qO-NR for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Oct 2022 16:33:48 +0200 Original-Received: from localhost ([::1]:56090 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojiES-0001tC-K3 for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Oct 2022 10:33:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38996) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojiD5-0001BJ-TY for emacs-devel@gnu.org; Sat, 15 Oct 2022 10:32:27 -0400 Original-Received: from mail.fitzsim.org ([69.165.165.189]:41316) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojiD3-0005Kk-Rs for emacs-devel@gnu.org; Sat, 15 Oct 2022 10:32:19 -0400 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:In-Reply-To:Date: References: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=WoDuaoj2B69zviVUWX8N5+MC5+E6Lq0gf6Ic5UHENC4=; b=M3yS0uhzcn2IrnaTEyK6+5bHjB HoP4jHEwnfi5zpZ1kz8j+/um1O68LORlxTbJZxPuoWm6Tj3K4IUttaGk/K84z+EnflRCF8/r4KPsl EVComLlrnZq2Nx3aqpotWUeZqjthYZCE+Hp/kbp87crjXdpxqc57njpSrRfaKGu4HrvsNLVEQrUA/ VPMH7Y+/+pzyrFYCAVjdIJuW9DLkosZ+bVqrU7HqXJxke34NscNqgQg1ggZQMr20x8Q62lUPBlYEw ATbsP4N/ciAycWDyw2Sgs1OJHe4e7dHuoK8yxFmz8wfOY6/4uuZLoUpa5pwIoPHtQ7vfXP1aFSbmo T12yreYw==; 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 1ojiD0-000DIZ-4s; Sat, 15 Oct 2022 10:32:13 -0400 In-Reply-To: <8e9c60585677321e437a29215963a908@condition-alpha.com> (Alexander Adolf's message of "Wed, 17 Aug 2022 02:11:21 +0200") 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" Xref: news.gmane.io gmane.emacs.devel:297781 Archived-At: Hi Alexander, Have you had a chance to look at Stefan's review of these new backends? It would be nice to include them before the emacs-29 branch is cut. Thomas