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:20:01 -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> <52DC032E.2020305@yandex.ru> <52DC6685.6020504@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390184415 17297 80.91.229.3 (20 Jan 2014 02:20:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2014 02:20:15 +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:20:20 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 1W54TL-0004V3-Rv for ged-emacs-devel@m.gmane.org; Mon, 20 Jan 2014 03:20:20 +0100 Original-Received: from localhost ([::1]:48512 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W54TL-0001fL-Ev for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 21:20:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W54TC-0001f3-K9 for emacs-devel@gnu.org; Sun, 19 Jan 2014 21:20:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W54T4-00051M-13 for emacs-devel@gnu.org; Sun, 19 Jan 2014 21:20:10 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:44450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W54T3-0004zH-UK for emacs-devel@gnu.org; Sun, 19 Jan 2014 21:20:01 -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:20:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 4A76561091; Sun, 19 Jan 2014 21:20:01 -0500 (EST) In-Reply-To: <52DC6685.6020504@yandex.ru> (Dmitry Gutov's message of "Mon, 20 Jan 2014 01:57:57 +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:168760 Archived-At: > Unfortunately though, "idle completion" is a less familiar term than > "auto-complete", to an average user. Right, it makes just as little sense as "automatic completion" to me. How 'bout: (defcustom company-minimum-prefix-length 3 "The minimum prefix length before Company pops up completion options." -- Stefan