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: Emacs completion matches selection UI Date: Mon, 23 Dec 2013 08:33:07 -0500 Message-ID: References: <87fvqtg02v.fsf@flea.lifelogs.com> <8761qmkyn1.fsf@flea.lifelogs.com> <87zjnyxdpb.fsf@uwakimon.sk.tsukuba.ac.jp> <87k3f2j7xv.fsf@flea.lifelogs.com> <2518D79A-B9E4-45DF-A403-8330145DFD17@gmail.com> <87eh58j0x3.fsf@flea.lifelogs.com> <878uvg4ul2.fsf@yandex.ru> <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> <52B79C22.4090206@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387805607 29611 80.91.229.3 (23 Dec 2013 13:33:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 13:33:27 +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 Dec 23 14:33:31 2013 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 1Vv5dR-0006zk-31 for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 14:33:29 +0100 Original-Received: from localhost ([::1]:33592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5dQ-0001zx-Ku for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 08:33:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5dG-0001oQ-Vo for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:33:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv5d9-00056b-MP for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:33:18 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:53186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5d9-00056K-IG for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:33:11 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBNDX7Cc012130; Mon, 23 Dec 2013 08:33:08 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id EB42BAE21D; Mon, 23 Dec 2013 08:33:07 -0500 (EST) In-Reply-To: <52B79C22.4090206@yandex.ru> (Dmitry Gutov's message of "Mon, 23 Dec 2013 04:12:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4801=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4801> : inlines <347> : streams <1095720> : uri <1632920> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:166769 Archived-At: >> I'll trust your judgment on those issues. But if there are performance >> problems with having company-capf in company-backends, it would be very >> useful to know it, so please add it by default, so we can fix those >> problems (presumably in the respective completion-at-point-functions) >> rather than avoid them. > Okay, I started on it, and there's a problem: `company-capf' doesn't work in > IELM buffers, Please make it a bug report. Stefan