From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julien Danjou Newsgroups: gmane.emacs.bugs Subject: bug#6852: 24.0.50; Wrong behaviour with `ido-enter-matching-directory' set to 'first Date: Fri, 12 Jul 2013 10:00:48 +0200 Message-ID: <87k3kwfbrj.fsf@dex.adm.naquadah.org> References: <87tymyuolz.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1373616132 7133 80.91.229.3 (12 Jul 2013 08:02:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2013 08:02:12 +0000 (UTC) Cc: 6852@debbugs.gnu.org, "Kim F. Storm" To: Leo Liu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 12 10:02:13 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1UxYIu-0001Qp-Rg for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 10:02:12 +0200 Original-Received: from localhost ([::1]:47754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxYIu-0007cR-F8 for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 04:02:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxYIm-0007c7-U7 for bug-gnu-emacs@gnu.org; Fri, 12 Jul 2013 04:02:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxYIl-0001Vn-Hd for bug-gnu-emacs@gnu.org; Fri, 12 Jul 2013 04:02:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxYIl-0001Vi-E0 for bug-gnu-emacs@gnu.org; Fri, 12 Jul 2013 04:02:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UxYIk-00035t-8u for bug-gnu-emacs@gnu.org; Fri, 12 Jul 2013 04:02:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Julien Danjou Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Jul 2013 08:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6852 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6852-submit@debbugs.gnu.org id=B6852.137361607011765 (code B ref 6852); Fri, 12 Jul 2013 08:02:02 +0000 Original-Received: (at 6852) by debbugs.gnu.org; 12 Jul 2013 08:01:10 +0000 Original-Received: from localhost ([127.0.0.1]:49470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxYHs-00033f-SY for submit@debbugs.gnu.org; Fri, 12 Jul 2013 04:01:09 -0400 Original-Received: from prometheus.naquadah.org ([91.121.37.122]:57862 helo=mx1.naquadah.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxYHp-00032v-BL for 6852@debbugs.gnu.org; Fri, 12 Jul 2013 04:01:06 -0400 Original-Received: from dex.adm.naquadah.org (lns-bzn-27-82-248-35-193.adsl.proxad.net [82.248.35.193]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id 7CA2EE0126; Fri, 12 Jul 2013 10:00:56 +0200 (CEST) In-Reply-To: (Leo Liu's message of "Fri, 12 Jul 2013 15:42:54 +0800") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76262 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, Jul 12 2013, Leo Liu wrote: > ido order matches this way > > full-matches > suffix matches > prefix matches > remaining matches > > So what you saw seems normal to me. WDYT? The problem isn't that it picks vimperator, the problem is that the prompt shows Org/ as the first candidate in the list and that when pressing / I expect it to respect what it showed me. :( =2D-=20 Julien Danjou # Free Software hacker # freelance consultant # http://julien.danjou.info --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJR37ewAAoJEGEbqVCLeKXCkrAQALK+1Cjgs+ZbM5SdZTGov1tx hHeNp4ACYaHrnux7P5V1i8Cf72mfR95Z04c2hbp40phNPcPOYjP9S6LPUsW+y7Ct 9lk2JZPET1YyThmi3gIKPklz6T1WCdHTXxZASA5+SxDB8B1SbZBJEXYtMssVqizQ Gnec/7cUiUjTt02Wxm43pJesN09G8vljum2WJceAvYeuu8/SarQ9AQ0QsZ2fGqLU Tl4GogAmhZ87Vwx1ExJHqlsZw+R95woyBEkJoh0ONoe8/v7XkZhLPFC2ukhEE/1g Q+2phHJrLDmhejx7kQ7z8nAKqB1u+WcTxagTgNCls4/Ig9lT0t5b3EEpvgG6iDUE Ze1KPbdhV39kg9qQlhiIeJsMrZyev6m5Cj0m/N6tLoxozXRDotCZETp9K9A5ib3U 8r95UndB1CGxtj3/OQiXnuQ2/wbo0mWAGMjfNGbQ3Tgv3PmlsGOfsCA0B3bGPJ1g 7QfVUEjMUbgG7tEPZ66V7SZCrfwKtn3FhsqqcOU63qo1W/T6DJdZ8vURP2x7xNBK s35K9/1MUPvob7Sg0rCpyrcknX+O7N6LIMj2KMizWfpSukNgow3i3QX3aSO7YHZ4 dreeRil4knxzdiUvAW9437v+T1QwjBt9Gf/McaZQCpIiXPfAvqsAmzRfuicNHqYT +eFKt5vqGxYUfL+KUkqE =KXsu -----END PGP SIGNATURE----- --=-=-=--