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: master f995fbd: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) Date: Fri, 24 Jun 2016 10:01:08 -0400 Message-ID: References: <20160518194708.27363.47377@vcs.savannah.gnu.org> <83r3cx8eg2.fsf@gnu.org> <83mvnl894y.fsf@gnu.org> <83lh3583tb.fsf@gnu.org> <83eg8w97kf.fsf@gnu.org> <8337pc8sjc.fsf@gnu.org> <83a8jc3k39.fsf@gnu.org> <57645F28.9040602@gmail.com> <7a49137b-795d-d0dd-dcf0-1273a42d680c@yandex.ru> <945832ef-f4cb-4a65-a59d-92713e8dd1fc@yandex.ru> <23fd3781-57f1-4370-1fb3-2e73301bceff@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466779316 17328 80.91.229.3 (24 Jun 2016 14:41:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jun 2016 14:41:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 24 16:41:48 2016 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 1bGSIk-0000Gs-Se for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2016 16:41:47 +0200 Original-Received: from localhost ([::1]:43986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGSIk-0002D8-1L for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2016 10:41:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGRfa-0005pm-Pb for emacs-devel@gnu.org; Fri, 24 Jun 2016 10:01:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGRfV-0000NA-A1 for emacs-devel@gnu.org; Fri, 24 Jun 2016 10:01:18 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGRfV-0000ML-4p for emacs-devel@gnu.org; Fri, 24 Jun 2016 10:01:13 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u5OE18Cb003484; Fri, 24 Jun 2016 10:01:09 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 9ADF9AE5F0; Fri, 24 Jun 2016 10:01:08 -0400 (EDT) In-Reply-To: <23fd3781-57f1-4370-1fb3-2e73301bceff@yandex.ru> (Dmitry Gutov's message of "Thu, 23 Jun 2016 18:52:50 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.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 RV5716=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5716> : inlines <4950> : streams <1657192> : uri <2237209> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:204729 Archived-At: >> Actually, I wish they worked on providing the ido UI on top of >> the standard completion code, along the lines of icomplete-mode. > Reimplementing ido-find-file on top of it seems rather hard, doesn't it? Could be. It probably depends on whether you want to reproduce 100% of the details of IDO's behavior, or you want to "simply" add some of the functionality. Stefan