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: Fri, 03 Jan 2014 20:23:06 +0400 Message-ID: <52C6E3EA.1080800@yandex.ru> References: <20140103143008.GA31108@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 1388766212 24436 80.91.229.3 (3 Jan 2014 16:23:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 16:23:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Toby Cubitt , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 17:23:38 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 1Vz7X6-0001w7-Ke for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 17:23:36 +0100 Original-Received: from localhost ([::1]:50553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7X6-0004g9-6z for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 11:23:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7Wt-0004VA-Vl for emacs-devel@gnu.org; Fri, 03 Jan 2014 11:23:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz7Wi-0003Y2-1k for emacs-devel@gnu.org; Fri, 03 Jan 2014 11:23:23 -0500 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:43978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7Wh-0003Xr-Qb for emacs-devel@gnu.org; Fri, 03 Jan 2014 11:23:11 -0500 Original-Received: by mail-la0-f48.google.com with SMTP id n7so8096625lam.7 for ; Fri, 03 Jan 2014 08:23:10 -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=n9fDlL0GGoOCFyjoaKAFw2pkjEPmWa6kkmJKfm7wvUo=; b=R0hkZCdSE9f+kMpmIpNyXRwOFY8/yMIaIyM8uWA/0aX9YUuzjfdi34YKkm+Ug7ASj0 HKQyw7j0Y1/h7zUFek1cI7HY6BZmsc+bwQ1rKCP5cZEv6uTk1A2Re1aF88ybh49dFk4D l5v5UwKatL4PEzdZX/oxtXjn8Zq6p7/5d48LXt8cRuJQz3ZljmK4SnMGzwx2qMk18ykl 3dgOM0IC9ol18Xc0WPw0/2jqYoCxfBdwKO9vgd0wkqjlamhLmv6H7A42qkJAF+fraaRo utLONz+qYkESUVw671E0hKWMZgoYgH1x+Xn2q9hPodNezdNkgGqfQderPoHbe/5QOkLr otNg== X-Received: by 10.152.21.3 with SMTP id r3mr37397849lae.15.1388766190698; Fri, 03 Jan 2014 08:23:10 -0800 (PST) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id j1sm36796573lbl.10.2014.01.03.08.23.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 08:23:08 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <20140103143008.GA31108@c3po> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:167182 Archived-At: On 03.01.2014 18:30, Toby Cubitt wrote: > (Though I don't think the `completion-at-point' mechanism is really rich > enough to let Predictive do its stuff properly; in particular updating > the frequency data after completing.) Seems that :exit-function can be used for this. See `completion-extra-properties'.