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: Thu, 23 Jun 2016 11:35:38 -0400 Message-ID: References: <20160518194708.27363.47377@vcs.savannah.gnu.org> <834m9u9dis.fsf@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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466696375 14468 80.91.229.3 (23 Jun 2016 15:39:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2016 15:39:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 17:39:30 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 1bG6iw-0002rr-7j for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2016 17:39:22 +0200 Original-Received: from localhost ([::1]:37456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6iv-00047v-1c for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2016 11:39:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6fQ-0007vl-V1 for emacs-devel@gnu.org; Thu, 23 Jun 2016 11:35:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG6fM-0001ox-Ja for emacs-devel@gnu.org; Thu, 23 Jun 2016 11:35:43 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6fM-0001oS-8v for emacs-devel@gnu.org; Thu, 23 Jun 2016 11:35:40 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u5NFZjHU027230; Thu, 23 Jun 2016 11:35:45 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 65645AE5F1; Thu, 23 Jun 2016 11:35:38 -0400 (EDT) In-Reply-To: <945832ef-f4cb-4a65-a59d-92713e8dd1fc@yandex.ru> (Dmitry Gutov's message of "Thu, 23 Jun 2016 17:30:56 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5715=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5715> : inlines <4949> : streams <1656701> : uri <2236596> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:204691 Archived-At: > I wish they spent all these efforts on making Ido work with completions > tables properly instead. :-( Actually, I wish they worked on providing the ido UI on top of the standard completion code, along the lines of icomplete-mode. Stefan