From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: enabling company-capf support in cfengine.el Date: Sun, 19 Jan 2014 21:17:30 -0500 Message-ID: References: <87fvqtg02v.fsf@flea.lifelogs.com> <87haa4gw69.fsf@flea.lifelogs.com> <87txe4usm1.fsf@yandex.ru> <87zjnvg2t2.fsf@flea.lifelogs.com> <87txe364q0.fsf@yandex.ru> <87r497fu0h.fsf@flea.lifelogs.com> <87haa1litl.fsf@yandex.ru> <87y53czx7e.fsf@yandex.ru> <87bo08bivm.fsf_-_@flea.lifelogs.com> <87sitkzahs.fsf@yandex.ru> <52D7DAAB.2070709@yandex.ru> <52D81960.2080408@yandex.ru> <52DA8C17.4080707@yandex.ru> <52DC00E5.3020803@yandex.ru> <52DC6A26.3020003@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390184263 15821 80.91.229.3 (20 Jan 2014 02:17:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2014 02:17:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 20 03:17:49 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W54Qv-0003dT-3S for ged-emacs-devel@m.gmane.org; Mon, 20 Jan 2014 03:17:49 +0100 Original-Received: from localhost ([::1]:48496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W54Qu-0007jJ-Ka for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 21:17:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W54Ql-0007iH-Cu for emacs-devel@gnu.org; Sun, 19 Jan 2014 21:17:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W54Qe-000476-0z for emacs-devel@gnu.org; Sun, 19 Jan 2014 21:17:39 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:39185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W54Qd-00046s-T9 for emacs-devel@gnu.org; Sun, 19 Jan 2014 21:17:31 -0500 Original-Received: from 206-248-164-148.dsl.teksavvy.com (HELO pastel.home) ([206.248.164.148]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 Jan 2014 21:17:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B2E6F61091; Sun, 19 Jan 2014 21:17:30 -0500 (EST) In-Reply-To: <52DC6A26.3020003@yandex.ru> (Dmitry Gutov's message of "Mon, 20 Jan 2014 02:13:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168758 Archived-At: > But I think moving backends that have no existing corresponding completion > functions in Emacs core is low priority. Agreed. Stefan