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 15:21:47 -0500 Message-ID: References: <87fvqtg02v.fsf@flea.lifelogs.com> <87y53ghe94.fsf@flea.lifelogs.com> <87vbyk3497.fsf@yandex.ru> <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> <52DC032E.2020305@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390162920 401 80.91.229.3 (19 Jan 2014 20:22:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jan 2014 20:22:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 19 21:22:06 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 1W4ysf-0004LZ-Lx for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 21:22:05 +0100 Original-Received: from localhost ([::1]:47549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4ysf-0001TB-9F for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 15:22:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4ysV-0001JV-79 for emacs-devel@gnu.org; Sun, 19 Jan 2014 15:22:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4ysN-0007rj-TZ for emacs-devel@gnu.org; Sun, 19 Jan 2014 15:21:55 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4ysN-0007ra-Q8 for emacs-devel@gnu.org; Sun, 19 Jan 2014 15:21:47 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxKGP/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGcGYFegxU X-IPAS-Result: Av4EABK/CFFFxKGP/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGcGYFegxU X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="45329323" Original-Received: from 69-196-161-143.dsl.teksavvy.com (HELO pastel.home) ([69.196.161.143]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 Jan 2014 15:21:47 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1ED936026D; Sun, 19 Jan 2014 15:21:47 -0500 (EST) In-Reply-To: <52DC032E.2020305@yandex.ru> (Dmitry Gutov's message of "Sun, 19 Jan 2014 18:54:06 +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:168751 Archived-At: > would be redundant. The docstring of this var itself mentions "automatic > completion". I think I failed to make the connection based on "automatic completion" (which, to be honest, doesn't mean anything to me. At best, I'd expect it to complete the word for me without my typing anything, more like what lightning completion does). Stefan