From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: ecomplete and company (was: emacs-26 0643952: Add documentation to ecomplete.el) Date: Thu, 25 Jan 2018 12:20:16 -0500 Message-ID: References: <20180117105626.27351.89699@vcs0.savannah.gnu.org> <20180117105628.5272622EE4@vcs0.savannah.gnu.org> <87bmhrtpa8.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1516900858 12722 195.159.176.226 (25 Jan 2018 17:20:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 25 Jan 2018 17:20:58 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 25 18:20:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eelCa-0002GX-EM for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2018 18:20:40 +0100 Original-Received: from localhost ([::1]:52691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eelEa-0002Yq-Ui for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2018 12:22:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eelEM-0002Vf-VE for emacs-devel@gnu.org; Thu, 25 Jan 2018 12:22:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eelEH-0000UW-NQ for emacs-devel@gnu.org; Thu, 25 Jan 2018 12:22:30 -0500 Original-Received: from [195.159.176.226] (port=53161 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eelEH-0000Tj-GW for emacs-devel@gnu.org; Thu, 25 Jan 2018 12:22:25 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eelBz-0008U4-87 for emacs-devel@gnu.org; Thu, 25 Jan 2018 18:20:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:HOgbP36pzv0IihdftmUyYWOEGNw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222239 Archived-At: BTW, talking about ecomplete, I installed a change into `master` which adds an message-ecomplete-capf function for use on completion-at-point-function. I haven't (yet) added it to completion-at-point-function, but if you do, you get TAB completion using the ecompleterc data, as well as company-mode support for it. There's a small problem with this, tho: if you use company-mode and have added `ecomplete` to message-mail-alias-type, you get both at the same time, and that doesn't work very well in my experience. Not sure yet how best to deal with it. Stefan