From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Emacs completion matches selection UI Date: Thu, 02 Jan 2014 22:54:05 +0400 Message-ID: <52C5B5CD.5050607@yandex.ru> References: <20131231155235.GA9294@c3po> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1388688859 27180 80.91.229.3 (2 Jan 2014 18:54:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2014 18:54:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se, Toby Cubitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 02 19:54:26 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 1VynPU-0004Ce-PN for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 19:54:24 +0100 Original-Received: from localhost ([::1]:46594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VynPU-0000Is-6N for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 13:54:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VynPM-0000Ij-6L for emacs-devel@gnu.org; Thu, 02 Jan 2014 13:54:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VynPG-0003m1-Ay for emacs-devel@gnu.org; Thu, 02 Jan 2014 13:54:16 -0500 Original-Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:52219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VynPG-0003lu-3m for emacs-devel@gnu.org; Thu, 02 Jan 2014 13:54:10 -0500 Original-Received: by mail-ee0-f43.google.com with SMTP id c13so6348713eek.2 for ; Thu, 02 Jan 2014 10:54:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2Q35+ZKzxTZ4wcH0fvPeCU45wvKLJIKHwXaojwqgwqM=; b=u3ke0rrQfBJU+6rD7T3LeCaQ7QD5V3XqGltj0SvtTj0Y11CEP7qjeOB0u3jgENsIAV zearBZS+xi6innAC2NDWw/IpwQUEmmmlY/Er6RDzaP6FY4o0ntKVR8grtH/LbEhIwvkD EsbWWewrknKjKnvhUCN8kGIN3kj8y0zeobz68VLhh4YlW7T8ZX5Fa5g7Re0EYOOSnHHz rT1geOKdMZPQIo00bmKBF70/BpT/e/BOKvYYDsQxq1hfJppT+LsEMfcFnu5LdNjk3Tlh +TdhKLcLUaSV/kfE46SKmYVyZ51Zof1pFeYYx1fDoGnqrY1iez9BG0+EEPHzTftDYzZK z6mg== X-Received: by 10.14.93.197 with SMTP id l45mr17162215eef.53.1388688848651; Thu, 02 Jan 2014 10:54:08 -0800 (PST) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id b41sm138370041eef.16.2014.01.02.10.54.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Jan 2014 10:54:07 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22b 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:167063 Archived-At: On 31.12.2013 21:45, joakim@verona.se wrote: > I did this at some point. Perhaps I can dig out the code if its deemed > interesting. I have vague recollection of mailing you the code. If you have the copyright papers signed, please feel free to submit it for inclusion in Company. Even if it's not working too well, I can try to fix it. But Predictive would have to be available as an ELPA package. > atm I dont use it because the company popup didnt work well for me, It had some problems a while ago, but those were fixed, and I don't know of any serious complaints at the moment. popup.el, on the other hand, has quite a few unresolved issues filed. It's, of course, more popular, which can justify the larger amount of known issues. But still.