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: bug#17545: 24.4.50; icomplete conflicts with minibuffer default Date: Mon, 18 May 2015 21:38:58 -0400 Message-ID: References: <86zj5439za.fsf@yandex.ru> <5557E9BB.1060408@yandex.ru> <555A73CF.8000204@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1431999557 9822 80.91.229.3 (19 May 2015 01:39:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2015 01:39:17 +0000 (UTC) Cc: Slawomir Nowaczyk , Dan McKinley , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 19 03:39:10 2015 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 1YuWUv-0004Ht-9G for ged-emacs-devel@m.gmane.org; Tue, 19 May 2015 03:39:09 +0200 Original-Received: from localhost ([::1]:43523 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuWUu-0001PJ-Go for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 21:39:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuWUq-0001Oy-LR for emacs-devel@gnu.org; Mon, 18 May 2015 21:39:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuWUl-000056-0x for emacs-devel@gnu.org; Mon, 18 May 2015 21:39:04 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:23825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuWUk-000052-T6 for emacs-devel@gnu.org; Mon, 18 May 2015 21:38:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnEFAGvvdVTO+LMW/2dsb2JhbAA3gVOfQYIugQiBdQEBBAFWIwULCw4mEhQYDSSIE6IRjGQJAQIBAoM+A4NwBKNjhFg X-IPAS-Result: AnEFAGvvdVTO+LMW/2dsb2JhbAA3gVOfQYIugQiBdQEBBAFWIwULCw4mEhQYDSSIE6IRjGQJAQIBAoM+A4NwBKNjhFg X-IronPort-AV: E=Sophos;i="5.11,557,1422939600"; d="scan'208";a="120746990" Original-Received: from 206-248-179-22.dsl.teksavvy.com (HELO pastel.home) ([206.248.179.22]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 May 2015 21:38:58 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 105B62B99; Mon, 18 May 2015 21:38:58 -0400 (EDT) In-Reply-To: <555A73CF.8000204@yandex.ru> (Dmitry Gutov's message of "Tue, 19 May 2015 02:20:47 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:186610 Archived-At: >> AFAIK the issue is that we should return the entry that icomplete >> display(s|ed). > Well, minibuffer.el doesn't have the necessary information. Currently no. But we could arrange for icomplete.el to pass that info to minibuffer.el. > How about this? Sounds OK acceptable as well. Stefan