From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: ido regression in trunk? Date: Thu, 27 Sep 2012 20:19:01 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1348769948 32662 80.91.229.3 (27 Sep 2012 18:19:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 18:19:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 27 20:19:13 2012 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 1THIg5-0005E3-9H for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2012 20:19:13 +0200 Original-Received: from localhost ([::1]:33669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIg0-00088M-4F for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2012 14:19:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIfv-00086f-6u for emacs-devel@gnu.org; Thu, 27 Sep 2012 14:19:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THIfu-0006rS-1H for emacs-devel@gnu.org; Thu, 27 Sep 2012 14:19:02 -0400 Original-Received: from mail-ie0-f169.google.com ([209.85.223.169]:41837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIft-0006rN-Sx for emacs-devel@gnu.org; Thu, 27 Sep 2012 14:19:01 -0400 Original-Received: by ied10 with SMTP id 10so5893509ied.0 for ; Thu, 27 Sep 2012 11:19:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/7DINuMgrrsw3SmLGXDRfWEooZjVaphiEBYCT/u7P1w=; b=izgAfEFrMWJCZDNY+6PXlf4AgjahAxIy9nyDIqHTSybcvlV9wlpYAO8DNICcHqhAqP oqfWj+xIKUlFtLPdKnJlPHB/NeqC6VHXCQSD8R5poqmfaBJeImuaD81LbU1eVk6FpC5N WOln1yujfJSI5OSet+H0O1aLLebB/0JQHuvKPdkDzanjjfeXFCmJHU3n2x1sga930uJT K7zZq7GMC3Xft4oXOFrqdFRDClpHaDRWOJKzmQINKkUDa25Ebk15T+i0Z4NPz34/xXlX FueZq0buyCi6z0a21SutSA0jhf7Zb4EEsCuDqCqDEY2w/fTO74dgDhIZ00xlXdiYnrlV LaBw== Original-Received: by 10.50.17.163 with SMTP id p3mr4442039igd.19.1348769941145; Thu, 27 Sep 2012 11:19:01 -0700 (PDT) Original-Received: by 10.64.136.243 with HTTP; Thu, 27 Sep 2012 11:19:01 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.223.169 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:153636 Archived-At: Did anyone else notice that opening files with ido enabled doesn't work as it did last week in current trunk? The fuzzy match of file/dir to open always open the first item of the list even if I continue typing a more precise different sub-directory which is not the first entry of the list. I cannot imagine this to go unnoticed.