From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Strange ido-mode behaviour Date: Fri, 24 Feb 2012 00:46:19 +0530 Message-ID: <81vcmxicn0.fsf@gmail.com> References: <87r4xyhiuj.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1330024615 32753 80.91.229.3 (23 Feb 2012 19:16:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2012 19:16:55 +0000 (UTC) Cc: emacs-devel@gnu.org, Thorsten To: Thomas Hisch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 23 20:16:54 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S0e9t-0002W0-IG for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 20:16:53 +0100 Original-Received: from localhost ([::1]:59466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0e9s-0007Ht-P9 for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 14:16:52 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0e9l-0007HZ-6Q for emacs-devel@gnu.org; Thu, 23 Feb 2012 14:16:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0e9e-0004R5-Ls for emacs-devel@gnu.org; Thu, 23 Feb 2012 14:16:45 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:61833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0e9e-0004R0-Fw for emacs-devel@gnu.org; Thu, 23 Feb 2012 14:16:38 -0500 Original-Received: by dadv6 with SMTP id v6so1687898dad.0 for ; Thu, 23 Feb 2012 11:16:37 -0800 (PST) Received-SPF: pass (google.com: domain of kjambunathan@gmail.com designates 10.68.230.170 as permitted sender) client-ip=10.68.230.170; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kjambunathan@gmail.com designates 10.68.230.170 as permitted sender) smtp.mail=kjambunathan@gmail.com; dkim=pass header.i=kjambunathan@gmail.com Original-Received: from mr.google.com ([10.68.230.170]) by 10.68.230.170 with SMTP id sz10mr4278948pbc.62.1330024597659 (num_hops = 1); Thu, 23 Feb 2012 11:16:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=VTYZ8/s303fFF1HX7xcTaZ6n7hgJGUQhCBg3eFc5rOQ=; b=mxE1W5tEaFuSm1Mwg93542/WzFNQ70drj5K5IBBV8H0GkuyhmwVnvDR+yV+ie4pxcB FVMXgSO9aro6vceva6hoPeXFwJTvSrF8GxIIHwY026REkHA/P/A6ltOrcIaHRQTTeWXl k8SB0h75ud+b6/+WQIiKbt6Dw6FsSp2vkDJlo= Original-Received: by 10.68.230.170 with SMTP id sz10mr3412030pbc.62.1330024597546; Thu, 23 Feb 2012 11:16:37 -0800 (PST) Original-Received: from JAMBU-NETBOOK ([115.242.164.43]) by mx.google.com with ESMTPS id s10sm1076856pbq.13.2012.02.23.11.16.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 11:16:37 -0800 (PST) In-Reply-To: (Thomas Hisch's message of "Thu, 23 Feb 2012 20:02:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 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:148746 Archived-At: Thomas Hisch writes: > On Mon, Feb 13, 2012 at 4:08 PM, Thorsten wrote: >> >> Hallo list, >> I used ido-mode quite a while with emacs23 for finding files, and was >> very satisfied. Now, after changing to emacs24 [GNU Emacs 24.0.93.1 >> (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2012-02-07 on arch] >> ido somehow tries to be too smart when I want to find a non-existing >> file (when I want to create a new file). >> Ido uses the word under or near point and immedeatly starts a search >> in the file-system for a file with a similar name. I don't even have the >> opportunity to do C-f and then type the name of the new file without any >> ido interference. >> Maybe I missed something in the configuration, but creating a new file >> with ido-mode enabled is a bit painfull now. >> cheers >> Thorsten > > I would also like to know a solution for this ido 'problem' ... Does bumping up the value of `ido-auto-merge-delay-time' work for you? > Regards > Thomas > > --