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 12:45:40 -0400 Message-ID: References: <86zj5439za.fsf@yandex.ru> <5557E9BB.1060408@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1431967579 28954 80.91.229.3 (18 May 2015 16:46:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 16:46:19 +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 Mon May 18 18:46: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 1YuOB4-0004UN-FM for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 18:46:06 +0200 Original-Received: from localhost ([::1]:42112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuOB3-0004EB-TW for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 12:46:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuOAj-0004Ch-KG for emacs-devel@gnu.org; Mon, 18 May 2015 12:45:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuOAf-0007QX-Mi for emacs-devel@gnu.org; Mon, 18 May 2015 12:45:45 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:36225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuOAf-0007QP-FQ for emacs-devel@gnu.org; Mon, 18 May 2015 12:45:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnEFAGvvdVTO+LMW/2dsb2JhbAA3gVOfQYIugQiBdQEBBAFWIwULCw4mEhQYDSSIE6IRi3Y0QwECAQKDPgMDg20Eo2OEWA X-IPAS-Result: AnEFAGvvdVTO+LMW/2dsb2JhbAA3gVOfQYIugQiBdQEBBAFWIwULCw4mEhQYDSSIE6IRi3Y0QwECAQKDPgMDg20Eo2OEWA X-IronPort-AV: E=Sophos;i="5.11,557,1422939600"; d="scan'208";a="120619302" Original-Received: from 206-248-179-22.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([206.248.179.22]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 May 2015 12:45:42 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 812FBAE164; Mon, 18 May 2015 12:45:40 -0400 (EDT) In-Reply-To: <5557E9BB.1060408@yandex.ru> (Dmitry Gutov's message of "Sun, 17 May 2015 04:07:07 +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:186588 Archived-At: > Why? Suppose I've pressed C-. a few times, didn't find what I wanted, > typed a few chars (didn't find what I wanted there either), erased them, > then resigned to my fate and pressed RET. Why would the end selection be the > result of those random C-. presses, rather than the default specified by > the caller? AFAIK the issue is that we should return the entry that icomplete display(s|ed). Stefan