From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: ido's flex matching in org-refile Date: Fri, 21 Nov 2008 11:23:36 +0000 Message-ID: <49269A38.8060707@calicojack.co.uk> References: <20524da70811091811r51fcbfdaue35fa583e35ec361@mail.gmail.com> <77A67AB4-322B-428A-BB70-CD615E32FC65@uva.nl> <87myfzph7v.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3U7C-0007Og-MX for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:23:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3U7A-0007Kf-S2 for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:23:58 -0500 Received: from [199.232.76.173] (port=55780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3U7A-0007KU-OB for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:23:56 -0500 Received: from storm.bpweb.net ([83.223.106.8]:36888) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3U7B-0008E0-Eu for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:23:57 -0500 Received: from lechuck.local (host-77-100-223-163.static.telewest.net [77.100.223.163]) (authenticated bits=0) by storm.bpweb.net (8.13.1/8.13.1) with ESMTP id mALBNfZW021699 for ; Fri, 21 Nov 2008 11:23:46 GMT In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik wrote: > Hi, > > I have applied Erics patch, with two changes: > > 1. There is an additonal option you need to set: > `org-completion-use-ido'. > > 2. For a test period, each prompt using ido completion will be > prefixed with "i:", so that we can easily identify areas where using > ido's completion may not work well for Org. > > I'd appreciate if some of your could turn this on and test it > extensively. > > Thanks in advance for testing, and thanks to Samuel and Eric for the > implementation. > I've switched on org-completion-use-ido in my .emacs, yet I see no change in behaviour regarding completions. I'm using a bleeding-edge git release of org-mode under GNU Emacs 23.0.60.1 on OS-X. I have ido enabled elsewhere: (ido-mode t) ;; Use ido-mode for completion (ido-everywhere t) (setq ido-enable-flex-matching t) (setq ido-default-buffer-method 'samewindow) (setq ido-use-filename-at-point t) Any ideas what might be wrong? R.