From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Hisch Newsgroups: gmane.emacs.devel Subject: Re: Strange ido-mode behaviour Date: Thu, 23 Feb 2012 20:02:06 +0100 Message-ID: References: <87r4xyhiuj.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1330023743 25537 80.91.229.3 (23 Feb 2012 19:02:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2012 19:02:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thorsten Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 23 20:02:22 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 1S0dvo-00081f-Kl for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 20:02:20 +0100 Original-Received: from localhost ([::1]:40147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0dvn-0004su-S2 for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 14:02:19 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0dvg-0004sj-Vk for emacs-devel@gnu.org; Thu, 23 Feb 2012 14:02:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0dvb-0001ea-3e for emacs-devel@gnu.org; Thu, 23 Feb 2012 14:02:12 -0500 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:36413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0dva-0001eQ-Vw for emacs-devel@gnu.org; Thu, 23 Feb 2012 14:02:07 -0500 Original-Received: by vbip1 with SMTP id p1so1344605vbi.0 for ; Thu, 23 Feb 2012 11:02:06 -0800 (PST) Received-SPF: pass (google.com: domain of t.hisch@gmail.com designates 10.52.27.111 as permitted sender) client-ip=10.52.27.111; Authentication-Results: mr.google.com; spf=pass (google.com: domain of t.hisch@gmail.com designates 10.52.27.111 as permitted sender) smtp.mail=t.hisch@gmail.com; dkim=pass header.i=t.hisch@gmail.com Original-Received: from mr.google.com ([10.52.27.111]) by 10.52.27.111 with SMTP id s15mr1534464vdg.120.1330023726148 (num_hops = 1); Thu, 23 Feb 2012 11:02:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2l21ln8UjPvVltI+egIFaLvZw5LYD3otdI2w91Qhoc0=; b=lp+tYSLS7A+04Lt3pUncO0yXoHtvpf2qirDKjiy3zU69NIRsYNxDawN2Pj1/5uxWz9 B3AuCn+c9UBypEIlJabDha1T9Z2iTpsFjayK7vmqmzqcVsIFt0pSs/62Hu910BL4MY0t IjaXYHYm+cSs+lqg2ZJroDkye3BdljqQQVfiI= Original-Received: by 10.52.27.111 with SMTP id s15mr1278609vdg.120.1330023726035; Thu, 23 Feb 2012 11:02:06 -0800 (PST) Original-Received: by 10.220.150.69 with HTTP; Thu, 23 Feb 2012 11:02:06 -0800 (PST) In-Reply-To: <87r4xyhiuj.fsf@googlemail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.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:148744 Archived-At: 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' ... Regards Thomas