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: Mon, 06 Jan 2014 09:55:54 +0400 Message-ID: <52CA456A.1070903@yandex.ru> References: <20140106053509.GA5867@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 1388987773 7094 80.91.229.3 (6 Jan 2014 05:56:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jan 2014 05:56:13 +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 Mon Jan 06 06:56:19 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 1W03Ag-0006QT-Ot for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2014 06:56:18 +0100 Original-Received: from localhost ([::1]:60874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W03Ag-00031y-GM for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2014 00:56:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W03AV-00031m-SL for emacs-devel@gnu.org; Mon, 06 Jan 2014 00:56:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W03AN-0007Wy-GC for emacs-devel@gnu.org; Mon, 06 Jan 2014 00:56:07 -0500 Original-Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:58202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W03AN-0007Wu-8h for emacs-devel@gnu.org; Mon, 06 Jan 2014 00:55:59 -0500 Original-Received: by mail-la0-f54.google.com with SMTP id b8so9724089lan.27 for ; Sun, 05 Jan 2014 21:55:58 -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=o18jf2hNO523UPW0sHnrO4UIpqeXAdeBBg11E3SD3M0=; b=WYzMKsAz0/BHrpAdfSuaQzHgexgaEHGjrhTi+De3laP0ZpChFgKsz+AAgXFsKdqmSV MCRfLEuYQTrNm0joXXGlfPT6Qtr62G8NueTSNb+w/7vdz2ZwBMC4SQcCmCYrbCIKIFyq ukHRQjV0qQQR6Ps/0yfjPb4f+ibANSUL5gL3a6kThlB5Szdizoo0e2qOtwc5ke5f92oW DFcqMILxaMbzIJ/zBCsv96B23K2xMmZZca+vm+0YZM8kYlgPC167aMY6DzizWcj/8qIQ hN6Yni50glfgkTX4JiDi9ebrDS2oMhR3c9r98LGUWiZSusgsEqTIvRJ80na+TBaBXUcD 9MtA== X-Received: by 10.152.120.231 with SMTP id lf7mr241428lab.36.1388987758088; Sun, 05 Jan 2014 21:55:58 -0800 (PST) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id xl4sm54111962lac.9.2014.01.05.21.55.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 Jan 2014 21:55:56 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <20140106053509.GA5867@c3po> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 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:167448 Archived-At: On 06.01.2014 09:35, Toby Cubitt wrote: >> Extending the company API or the completion-ui API to handle things >> like filename completion (including the issues linked to handling >> quoting/unquoting) is far from obvious, > > What's the roadblock here? I don't see it. I'd also like to read some specifics.