From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexander Adolf Newsgroups: gmane.emacs.devel Subject: Re: Thoughts on Refactoring In-Buffer Completion In message.el Date: Sat, 13 Aug 2022 15:11:41 +0200 Message-ID: <95b238bfd6be9d9b27a8d4c6631e7cdd@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="24744"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 13 15:13:13 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 1oMqwy-0006I7-OM for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Aug 2022 15:13:12 +0200 Original-Received: from localhost ([::1]:39630 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oMqww-0004zU-Uw for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Aug 2022 09:13:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMqvc-00048j-AD for emacs-devel@gnu.org; Sat, 13 Aug 2022 09:11:48 -0400 Original-Received: from smtprelay08.ispgateway.de ([134.119.228.98]:21108) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMqva-0002NJ-KQ for emacs-devel@gnu.org; Sat, 13 Aug 2022 09:11:48 -0400 Original-Received: from [46.244.212.74] (helo=condition-alpha.com) by smtprelay08.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oMqvw-0002NY-28 for emacs-devel@gnu.org; Sat, 13 Aug 2022 15:12:08 +0200 X-Df-Sender: YWxleGFuZGVyLmFkb2xmQGNvbmRpdGlvbi1hbHBoYS5jb20= Received-SPF: pass client-ip=134.119.228.98; envelope-from=alexander.adolf@condition-alpha.com; helo=smtprelay08.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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:293410 Archived-At: Hello, it's been a while since the last update on this subject. I have chatted with Thomas, the maintainer of EUDC, and he stated a preference for having the two new EUDC back-ends (one for ecomplete, and one for mailabbrev) in a separate patch series. I will thus separate these two things out into a separate proposal, and will update the "message completion refactoring proposal" accordingly. Above and beyond that, I still need to do the following things for the present "message completion refactoring proposal": - figure out, and implement how to add completion category metadata to completion tables; - write a NEWS entry; - update the texi manual for message. Cheers, --alexander