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: [PATCH] EUDC email addresses via completion-at-point in message-mode Date: Fri, 15 Apr 2022 23:39:01 +0200 Message-ID: References: <4c3f728f989e832d224be1503808a682@condition-alpha.com> <87ilrb4y3j.fsf@ucl.ac.uk> <87czhj7ox2.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25866"; mail-complaints-to="usenet@ciao.gmane.io" To: Eric S Fraga , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 15 23:39:41 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 1nfTfJ-0006VT-Qa for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Apr 2022 23:39:41 +0200 Original-Received: from localhost ([::1]:50590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nfTfI-0006Qz-MJ for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Apr 2022 17:39:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfTek-0005kr-1S for emacs-devel@gnu.org; Fri, 15 Apr 2022 17:39:06 -0400 Original-Received: from smtprelay02.ispgateway.de ([80.67.31.29]:15076) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfTei-0003ST-Im for emacs-devel@gnu.org; Fri, 15 Apr 2022 17:39:05 -0400 Original-Received: from [46.244.203.213] (helo=condition-alpha.com) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nfTeV-00015m-Hi; Fri, 15 Apr 2022 23:38:51 +0200 In-Reply-To: <87czhj7ox2.fsf@ucl.ac.uk> X-Df-Sender: YWxleGFuZGVyLmFkb2xmQGNvbmRpdGlvbi1hbHBoYS5jb20= Received-SPF: pass client-ip=80.67.31.29; envelope-from=alexander.adolf@condition-alpha.com; helo=smtprelay02.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_H3=0.001, RCVD_IN_MSPIKE_WL=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:288464 Archived-At: Eric S Fraga writes: > [...] >> One approach I see working for what you want, would be to add new EUDC >> backends for each of mail abbrevs and ecomplete, then in message-mode, >> make `eudc-expand-try-all' the default owner of the TAB keybinding when >> point is in a To:, CC: or other field that wants an email address. > > Ummm yes, having servers for ecomplete and mail abbrevs would make > sense. > [...] Once this patch will have been pushed, I'll give it a try to write EUDC back-ends for these. Shouldn't be hard. --alexander