From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: Emacs completion matches selection UI Date: Fri, 03 Jan 2014 18:46:16 +0100 Organization: Emacs Helm Message-ID: <878uuxez6f.fsf@gmail.com> References: <20140102225831.GA19682@c3po> <20140103163558.GA11049@c3po> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388771202 20315 80.91.229.3 (3 Jan 2014 17:46:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 17:46:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 18:46:48 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 1Vz8pb-0007eL-Rc for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 18:46:47 +0100 Original-Received: from localhost ([::1]:51010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz8pb-0004jx-Fj for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 12:46:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz8pS-0004Z6-Fn for emacs-devel@gnu.org; Fri, 03 Jan 2014 12:46:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz8pL-0003nn-Su for emacs-devel@gnu.org; Fri, 03 Jan 2014 12:46:38 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz8pL-0003nU-M6 for emacs-devel@gnu.org; Fri, 03 Jan 2014 12:46:31 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vz8pJ-00076b-CX for emacs-devel@gnu.org; Fri, 03 Jan 2014 18:46:29 +0100 Original-Received: from 37.161.212.186 ([37.161.212.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jan 2014 18:46:29 +0100 Original-Received: from thierry.volpiatto by 37.161.212.186 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jan 2014 18:46:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 37.161.212.186 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:I2erhK7rlQb+ZvKXXpnjyrO5GdQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:167196 Archived-At: Toby Cubitt writes: > Or one could simply enhance `completion-in-region' to display completions > in the "more modern" UI, which the user can configure via customize. You have now `completion-in-region-function' (without "s") which is by default bound to `completion--in-region'. You can create your own function and bind `completion-in-region-function' to it. This will allow `completion-at-point', `completing-read-multiple' to use your function. It is what helm does, it is really nice feature. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997